Lincoln Stein
|
83d3a043da
|
merge latest changes from main
|
2023-07-05 19:15:53 -04:00 |
|
Lincoln Stein
|
f8bbec8572
|
Recognize and load diffusers-style LoRAs (.bin)
Prevent double-reporting of autoimported models
- closes #3636
Allow autoimport of diffusers-style LoRA models
- closes #3637
|
2023-07-05 16:21:23 -04:00 |
|
Sergey Borisov
|
0ac9dca926
|
Fix loading diffusers ti
|
2023-07-05 19:46:00 +03:00 |
|
Lincoln Stein
|
9edf78dd2e
|
merge with main
|
2023-07-05 09:12:54 -04:00 |
|
Sergey Borisov
|
2beb8f049e
|
Fix model detection
|
2023-07-05 09:43:46 +03:00 |
|
Lincoln Stein
|
96bf92ead4
|
add the import model router
|
2023-07-04 14:35:47 +10:00 |
|
Lincoln Stein
|
d6de11bd56
|
resolve merge conflict
|
2023-07-03 12:19:11 -04:00 |
|
Lincoln Stein
|
ed86d0b708
|
Union[foo, None]=>Optional[foo]
|
2023-07-03 12:17:45 -04:00 |
|
Lincoln Stein
|
fb2b2a371d
|
Merge branch 'lstein/fix-vae-conversion-crash' into release/invokeai-3-0-alpha
|
2023-07-03 11:21:16 -04:00 |
|
Lincoln Stein
|
10d513c5f7
|
add runtime root path to relative vaes and other submodels
|
2023-07-03 11:19:33 -04:00 |
|
Lincoln Stein
|
f1928d2588
|
prevent crashes on malformed models
|
2023-07-01 14:32:58 -04:00 |
|
Lincoln Stein
|
ace4f6d586
|
fix duplicate model key addition when root directory is a relative path
|
2023-06-28 17:02:03 -04:00 |
|
Lincoln Stein
|
79fc708580
|
warn but do not crash when model scan finds random cruft in models directory
|
2023-06-28 15:26:42 -04:00 |
|
Lincoln Stein
|
e8ed0fad6c
|
autoimport from embedding/controlnet/lora folders designated in startup file
|
2023-06-27 12:30:53 -04:00 |
|
Lincoln Stein
|
823e098b7c
|
prompt user for prediction type when autoimporting a v2 model without .yaml file
don't ask user for prediction type of a config.yaml provided
|
2023-06-26 16:30:34 -04:00 |
|
Lincoln Stein
|
a2ddb3823b
|
fix add_model() logic
|
2023-06-26 13:33:38 -04:00 |
|
Sergey Borisov
|
1ba94a92b3
|
Fixes
|
2023-06-26 03:54:42 +03:00 |
|
Sergey Borisov
|
23c22ac933
|
Refactor logic/small fixes
|
2023-06-26 03:07:54 +03:00 |
|
Lincoln Stein
|
160b5d7992
|
add support for an autoimport models directory scanned at startup time
|
2023-06-25 18:50:15 -04:00 |
|
Lincoln Stein
|
60b37b7ff4
|
fix model manager documentation
|
2023-06-25 16:04:43 -04:00 |
|
Lincoln Stein
|
466ec3ab5e
|
add router API support for model manager heuristic_import()`
|
2023-06-23 16:35:39 -04:00 |
|
Lincoln Stein
|
56bd873d7a
|
make relative model paths work in model manager
|
2023-06-23 10:52:59 -04:00 |
|
Lincoln Stein
|
c7b7e087e4
|
Merge branch 'main' into lstein/installer-for-new-model-layout
|
2023-06-23 01:45:05 +01:00 |
|
psychedelicious
|
b937b7da01
|
feat(models): update model manager service & route to return list of models
|
2023-06-22 17:34:12 +10:00 |
|
Sergey Borisov
|
e4dc9c5a04
|
Rename format to model_format(still named format when work with config)
|
2023-06-22 16:51:53 +10:00 |
|
Sergey Borisov
|
aceadacad4
|
Remove default model logic
|
2023-06-22 16:51:53 +10:00 |
|
Sergey Borisov
|
ef83a2fffe
|
Add name, base_mode, type fields to model info
|
2023-06-22 16:42:51 +10:00 |
|
Lincoln Stein
|
ac6403f877
|
address some of ebr issues
|
2023-06-20 11:08:27 -04:00 |
|
Lincoln Stein
|
e1d53b86f3
|
Merge branch 'main' into lstein/installer-for-new-model-layout
|
2023-06-17 16:26:56 -07:00 |
|
Lincoln Stein
|
f28d50070e
|
configure/install basically working; needs edge case testing
|
2023-06-16 22:54:36 -04:00 |
|
Lincoln Stein
|
ada7399753
|
rewrite of widget display - marshalling needs rewrite
|
2023-06-15 23:32:33 -04:00 |
|
Sergey Borisov
|
5f2d07917d
|
Fix lora import, fix sd2 config, fix list models api
|
2023-06-15 21:30:15 +03:00 |
|
Sergey Borisov
|
740c05a0bb
|
Save models on rescan, uncache model on edit/delete, fixes
|
2023-06-14 03:12:12 +03:00 |
|
Sergey Borisov
|
e7db6d8120
|
Fix ckpt and vae conversion, migrate script, remove sd2-base
|
2023-06-13 18:05:12 +03:00 |
|
Lincoln Stein
|
87ba17a1f5
|
add migration script and update convert and face restoration paths
|
2023-06-13 01:27:51 -04:00 |
|
Lincoln Stein
|
1439dc7712
|
Add SchedulerPredictionType and ModelVariantType enums
|
2023-06-12 16:07:04 -04:00 |
|
Sergey Borisov
|
36eb1bd893
|
Fixes
|
2023-06-12 16:14:09 +03:00 |
|
Sergey Borisov
|
9fa78443de
|
Fixes, add sd variant detection
|
2023-06-12 05:52:30 +03:00 |
|
Lincoln Stein
|
085ab54124
|
remove modified models.py and migrate code to models/base.py
|
2023-06-11 16:10:15 -04:00 |
|
Lincoln Stein
|
8e1a56875e
|
remove defunct code
|
2023-06-11 12:57:06 -04:00 |
|
Lincoln Stein
|
000626ab2e
|
move all installation code out of model_manager
|
2023-06-11 12:51:50 -04:00 |
|
Sergey Borisov
|
694fd0c92f
|
Fixes, first runable version
|
2023-06-11 16:42:40 +03:00 |
|
Sergey Borisov
|
738ba40f51
|
Fixes
|
2023-06-11 06:12:21 +03:00 |
|
Sergey Borisov
|
3ce3a7ee72
|
Rewrite model configs, separate models
|
2023-06-11 04:49:09 +03:00 |
|
Lincoln Stein
|
74b43c9bdf
|
fix incorrect variable/typenames in model_cache
|
2023-06-10 10:41:48 -04:00 |
|
Lincoln Stein
|
a87d52a389
|
resolve conflicts between lstein & sttalker changes
|
2023-06-10 09:59:19 -04:00 |
|
Lincoln Stein
|
959e64c9b3
|
start removing repo_id support
|
2023-06-10 09:57:23 -04:00 |
|
Sergey Borisov
|
2c056ead42
|
New models structure draft
|
2023-06-10 03:14:10 +03:00 |
|
Lincoln Stein
|
887576d217
|
add directory scanning for loras, controlnets and textual_inversions
|
2023-06-08 23:11:53 -04:00 |
|
Lincoln Stein
|
6652f3405b
|
merge with main
|
2023-06-08 21:08:43 -04:00 |
|