Lincoln Stein
c7ea46a5da
use latest version of transformers to avoid deprecation warnings
2023-06-12 16:07:39 -04:00
Lincoln Stein
6652f3405b
merge with main
2023-06-08 21:08:43 -04:00
Lincoln Stein
1f9e1eb964
merge with main
2023-06-06 22:18:41 -04:00
Lincoln Stein
5f6f38074d
merge with main
2023-06-04 13:59:31 -04:00
Damian Stewart
cdcfda164d
enable long prompts, upgrade compel to enable .and() (concatenating prompts)
2023-06-04 15:30:54 +02:00
Lincoln Stein
f74f3d6a3a
many TUI improvements:
...
1. Separated the "starter models" and "more models" sections. This
gives us room to list all installed diffuserse models, not just
those that are on the starter list.
2. Support mouse-based paste into the textboxes with either middle
or right mouse buttons.
3. Support terminal-style cursor movement:
^A to move to beginning of line
^E to move to end of line
^K kill text to right and put in killring
^Y yank text back
4. Internal code cleanup.
2023-06-03 16:17:53 -04:00
Lincoln Stein
98773b20ac
merge with main
2023-06-01 18:09:49 -04:00
Lincoln Stein
d37b08a7dd
Merge branch 'main' into release/make-web-dist-startable
2023-05-28 19:46:09 -04:00
user1
b0892d30a4
Added mediapipe install requirement. Should be able to remove once controlnet_aux package adds mediapipe to its requirements.
2023-05-26 21:44:00 -04:00
user1
c4277b0662
Moved to controlnet_aux v0.0.4, reinstated Zoe controlnet preprocessor. Also in pyproject.toml had to specify downgrade of timm to 0.6.13 _after_ controlnet-aux installs timm >= 0.9.2, because timm >0.6.13 breaks Zoe preprocessor.
2023-05-26 21:44:00 -04:00
user1
9ec3d2bc0c
Added dependency on controlnet-aux v0.0.3
2023-05-26 21:44:00 -04:00
Lincoln Stein
d4fb16825e
move static into invokeai.frontend.web directory for dist install
2023-05-22 16:48:17 -04:00
Lincoln Stein
d96175d127
resolve some undefined symbols in model_cache
2023-05-18 14:31:47 -04:00
Lincoln Stein
8adff96e29
Merge branch 'main' into lstein/global-configuration
2023-05-17 14:37:09 -04:00
Lincoln Stein
8d75e50435
partial port of invokeai-configure
2023-05-16 01:50:01 -04:00
Lincoln Stein
1103ab2844
merge with main
2023-05-13 21:35:19 -04:00
Lincoln Stein
df5b968954
model manager now running as a service
2023-05-11 21:24:29 -04:00
Lincoln Stein
590942edd7
Merge branch 'main' into lstein/new-model-manager
2023-05-11 00:16:03 -04:00
Lincoln Stein
aca4770481
fixed compel.py as requested
2023-05-10 21:40:44 -04:00
Lincoln Stein
bd0ad59c27
bump compel version
2023-05-07 15:22:46 -04:00
Lincoln Stein
bc9491ab69
bump compel version
2023-05-07 15:21:24 -04:00
Lincoln Stein
8f80ba9520
update dependencies to get deterministic image generation
2023-05-06 23:09:24 -04:00
Lincoln Stein
15ffb53e59
remove globals, args, generate and the legacy CLI
2023-05-03 23:36:51 -04:00
Lincoln Stein
956ad6bcf5
add redesigned model cache for diffusers & transformers
2023-04-28 00:41:52 -04:00
Lincoln Stein
c174cab3ee
[Bugfix] fixes and code cleanup to update and installation routines ( #3101 )
...
- Fix the update script to work again and fixes the ambiguity between
when a user wants to update to a tag vs updating to a branch, by making
these two operations explicitly separate.
- Remove dangling functions and arguments related to legacy checkpoint
conversion. These are no longer needed now that all legacy models are
either converted at import time, or on-the-fly in RAM.
2023-04-25 03:28:23 +01:00
Lincoln Stein
bd8ffd36bf
bump to diffusers 0.15.1, remove dangling module
2023-04-18 19:20:38 -04:00
Lincoln Stein
47b9910b48
update to diffusers 0.15 and fix code for name changes
...
- This is a port of #3184 to the main branch
2023-04-14 15:35:03 -04:00
Kyle Schouviller
23d65e7162
[nodes] Add subgraph library, subgraph usage in CLI, and fix subgraph execution ( #3180 )
...
* Add latent to latent (img2img equivalent)
Fix a CLI bug with multiple links per node
* Using "latents" instead of "latent"
* [nodes] In-progress implementation of graph library
* Add linking to CLI for graph nodes (still broken)
* Fix subgraph execution, fix subgraph linking in CLI
* Fix LatentsToLatents
2023-04-14 06:41:06 +00:00
Chris Jones
7103ac6a32
Add python-multipart, which is needed by nodes
2023-04-07 19:43:42 +01:00
Lincoln Stein
b917ffa4d7
Merge branch 'main' into bugfix/release-updater
2023-04-05 17:37:27 -04:00
Damian Stewart
8cbe2e14d9
bump compel version to fix on invalid (auto111) syntax
2023-04-03 10:37:01 +02:00
Lincoln Stein
f682fb8040
fix invokeai-update script
...
- This commit fixes the update script to work again, as well as fixing
the ambiguity between updating to a tag and updating to a branch.
2023-04-02 11:08:12 -04:00
Eugene
cc5687f26c
[nodes] downgrade fastapi+uvicorn to fix openapi schema
2023-03-28 22:53:20 -04:00
Lincoln Stein
cafa108f69
Merge branch 'main' into tests
2023-03-23 23:22:27 -04:00
Damian Stewart
02c58f22be
upgrade compel for better .swap defaults and a bugfix
2023-03-23 22:34:54 +01:00
Kyle Schouviller
bc347f749c
[nodes] Update fastapi packages to latest (except FastAPI, which has an annotation bug in the newest version)
2023-03-21 19:45:17 -07:00
Damian Stewart
b695a2574b
bump compel version
2023-03-16 01:55:39 +01:00
Damian Stewart
aa68a326c8
update compel
2023-03-15 23:05:55 +01:00
Damian Stewart
8076c1697c
Merge branch 'feat_longer_prompts' of github.com:damian0815/InvokeAI into feat_longer_prompts
2023-03-09 10:28:13 +01:00
Damian Stewart
65fc9a6e0e
bump compel version to address issues
2023-03-09 10:28:07 +01:00
Jonathan
f51581bd1b
Merge branch 'main' into feat_longer_prompts
2023-03-08 23:08:49 -06:00
Damian Stewart
88cb63e4a1
pin new compel version
2023-03-08 23:24:30 +01:00
Lincoln Stein
b716fe8f06
add pytorch-lightning dependency back in
...
- Closes #2893
2023-03-08 16:48:39 -05:00
damian
768e969c90
cleanup and fix kwarg
2023-03-08 18:00:54 +01:00
Lincoln Stein
5eff035f55
Merge branch 'main' into tests
2023-03-06 08:37:07 -05:00
mastercaster9000
c247f430f7
combine pytest.ini with pyproject.toml
2023-03-05 17:00:08 +00:00
Lincoln Stein
4d1dcd11de
Merge branch 'main' into dev/rm_legacy_deps
2023-03-05 11:50:53 -05:00
Kevin Turner
618e3e5e91
deps: add explicitly dependency to rich
...
was previously pulled in as a secondary dependency of something else.
2023-03-04 18:37:39 -08:00
Kevin Turner
c703b60986
remove legacy ldm code
2023-03-04 18:16:59 -08:00
Kevin Turner
65f9aae81d
deps: upgrade to diffusers 0.14, safetensors 0.3, transformers 4.26, accelerate 0.16
2023-03-04 16:32:16 -08:00