Sergey Borisov
|
3b2a054f7a
|
Add model loader node; unet, clip, vae fields; change compel node to clip field
|
2023-05-13 04:37:20 +03:00 |
|
Sergey Borisov
|
131145eab1
|
A big refactor of model manager(according to IMHO)
|
2023-05-12 23:13:34 +03:00 |
|
Kent Keirsey
|
8f8cd90787
|
comment out customer_attention_context
|
2023-05-12 13:59:00 -04:00 |
|
blessedcoolant
|
d796ea7bec
|
feat: Logging Improvements
|
2023-05-13 02:13:49 +12:00 |
|
Eugene Brodsky
|
af060188bd
|
Merge branch 'main' into lstein/bugfix/compel
|
2023-05-12 08:22:18 -04:00 |
|
Kevin Turner
|
4caa1f19b2
|
fix(model manager): fix string formatting error on model checksum timer
|
2023-05-11 19:06:02 -07:00 |
|
Lincoln Stein
|
df5b968954
|
model manager now running as a service
|
2023-05-11 21:24:29 -04:00 |
|
Lincoln Stein
|
95d4bd3012
|
Merge branch 'lstein/bugfix/compel' of github.com:invoke-ai/InvokeAI into lstein/bugfix/compel
|
2023-05-11 21:13:29 -04:00 |
|
Lincoln Stein
|
037078c8ad
|
make InvokeAIDiffuserComponent.custom_attention_control a classmethod
|
2023-05-11 21:13:18 -04:00 |
|
blessedcoolant
|
f7dc171c4f
|
Rename default schedulers across the app
|
2023-05-12 03:44:20 +12:00 |
|
blessedcoolant
|
4b957edfec
|
Add DDPM Scheduler
|
2023-05-12 03:18:34 +12:00 |
|
blessedcoolant
|
46ca7718d9
|
Add DEIS Scheduler
|
2023-05-12 03:10:30 +12:00 |
|
blessedcoolant
|
b928d7a6e6
|
Change scheduler names to be accurate
_a = Ancestral
_k = Karras
|
2023-05-12 02:59:43 +12:00 |
|
blessedcoolant
|
8a836247c8
|
Add DPMPP Single, Euler Karras and DPMPP2 Multi Karras Schedulers
|
2023-05-12 02:23:33 +12:00 |
|
blessedcoolant
|
9a383e456d
|
Codesplit SCHEDULER_MAP for reusage
|
2023-05-12 00:40:03 +12:00 |
|
blessedcoolant
|
3ffff023b2
|
Add missing key to scheduler_map
It was breaking coz the sampler was not being reset. So needs a key on each. Will simplify this later.
|
2023-05-12 00:08:50 +12:00 |
|
blessedcoolant
|
d1029138d2
|
Default to DDIM if scheduler is missing
|
2023-05-11 22:54:35 +12:00 |
|
blessedcoolant
|
06b5800d28
|
Add UniPC Scheduler
|
2023-05-11 22:43:18 +12:00 |
|
Eugene Brodsky
|
3baa230077
|
Merge branch 'main' into lstein/bugfix/compel
|
2023-05-11 00:50:45 -04:00 |
|
Eugene
|
9e594f9018
|
pad conditioning tensors to same length
fixes crash when prompt length is greater than 75 tokens
|
2023-05-11 00:34:15 -04:00 |
|
Lincoln Stein
|
8ad8c5c67a
|
resolve conflicts with main
|
2023-05-11 00:19:20 -04:00 |
|
Lincoln Stein
|
4627910c5d
|
added a wrapper model_manager_service and model events
|
2023-05-11 00:09:19 -04:00 |
|
psychedelicious
|
49db6f4fac
|
fix(nodes): fix trivial typing issues
|
2023-05-11 11:55:51 +10:00 |
|
psychedelicious
|
206e6b1730
|
feat(nodes): wip inpaint node
|
2023-05-11 11:55:51 +10:00 |
|
Lincoln Stein
|
5d5157fc65
|
make conditioning.py work with compel 1.1.5
|
2023-05-10 18:08:33 -04:00 |
|
Lincoln Stein
|
99c692f397
|
check that model name matches format
|
2023-05-09 23:46:59 -04:00 |
|
Lincoln Stein
|
3d85e769ce
|
clean up ckpt handling
- remove legacy ckpt loading code from model_cache
- added placeholders for lora and textual inversion model loading
|
2023-05-09 22:44:58 -04:00 |
|
Lincoln Stein
|
9cb962cad7
|
ckpt model conversion now done in ModelCache
|
2023-05-08 23:39:44 -04:00 |
|
Lincoln Stein
|
a108155544
|
added StALKeR779's great model size calculating routine
|
2023-05-08 21:47:03 -04:00 |
|
Lincoln Stein
|
c15b49c805
|
implement StALKeR7779 requested API for fetching submodels
|
2023-05-07 23:18:17 -04:00 |
|
Lincoln Stein
|
fd63e36822
|
optimize subfolder so that it returns submodel if parent is in RAM
|
2023-05-07 21:39:11 -04:00 |
|
Lincoln Stein
|
4649920074
|
adjust t2i to work with new model structure
|
2023-05-07 19:06:49 -04:00 |
|
Lincoln Stein
|
667171ed90
|
cap model cache size using bytes, not # models
|
2023-05-07 18:07:28 -04:00 |
|
Lincoln Stein
|
647ffb2a0f
|
defined abstract baseclass for model manager service
|
2023-05-06 22:41:19 -04:00 |
|
Lincoln Stein
|
afd2e32092
|
Merge branch 'main' into lstein/global-configuration
|
2023-05-06 21:20:25 -04:00 |
|
Lincoln Stein
|
05a27bda5e
|
generalize model loading support, include loras/embeds
|
2023-05-06 15:58:44 -04:00 |
|
Lincoln Stein
|
e0214a32bc
|
mostly ported to new manager API; needs testing
|
2023-05-06 00:44:12 -04:00 |
|
Lincoln Stein
|
af8c7c7d29
|
model manager rewritten to use model_cache; API changed!
|
2023-05-05 19:32:28 -04:00 |
|
Lincoln Stein
|
a4e36bc02a
|
when model is forcibly moved into RAM update loaded_models set
|
2023-05-04 23:28:03 -04:00 |
|
Lincoln Stein
|
68bc0112fa
|
implement lazy GPU offloading and ref counting
|
2023-05-04 23:15:32 -04:00 |
|
Lincoln Stein
|
d866dcb3d2
|
close #3343
|
2023-05-04 20:30:59 -04:00 |
|
Lincoln Stein
|
e4196bbe5b
|
adjust non-app modules to use new config system
|
2023-05-04 00:43:51 -04:00 |
|
Lincoln Stein
|
15ffb53e59
|
remove globals, args, generate and the legacy CLI
|
2023-05-03 23:36:51 -04:00 |
|
Lincoln Stein
|
90054ddf0d
|
use InvokeAISettings for app-wide configuration
|
2023-05-03 22:30:30 -04:00 |
|
Lincoln Stein
|
a273bdbdc1
|
Merge branch 'main' into lstein/new-model-manager
|
2023-05-03 18:09:29 -04:00 |
|
Lincoln Stein
|
e1fed52c66
|
work on model cache and its regression test finished
|
2023-05-03 12:38:18 -04:00 |
|
Lincoln Stein
|
bb959448c1
|
implement hashing for local & remote models
|
2023-05-02 16:52:27 -04:00 |
|
Lincoln Stein
|
2e2abf6ea6
|
caching of subparts working
|
2023-05-01 22:57:30 -04:00 |
|
Lincoln Stein
|
974841926d
|
logger is a interchangeable service
|
2023-04-29 10:48:50 -04:00 |
|
Lincoln Stein
|
8db20e0d95
|
rename log to logger throughout
|
2023-04-29 09:43:40 -04:00 |
|