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 |
|
Lincoln Stein
|
ad5d90aca8
|
prevent model install crash "torch needs to be restarted with spawn"
|
2023-07-05 15:38:07 -04:00 |
|
Lincoln Stein
|
bd82c4ace0
|
model installer confirms deletion of models
|
2023-07-05 09:57:23 -04:00 |
|
Lincoln Stein
|
ed86d0b708
|
Union[foo, None]=>Optional[foo]
|
2023-07-03 12:17:45 -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
|
c3c4a71173
|
implemented Stalker's suggested improvements
|
2023-06-24 12:37:26 -04:00 |
|
Lincoln Stein
|
ba1371a88f
|
rename ModelType.Pipeline to ModelType.Main
|
2023-06-24 11:45:49 -04:00 |
|
Lincoln Stein
|
466ec3ab5e
|
add router API support for model manager heuristic_import()`
|
2023-06-23 16:35:39 -04:00 |
|
Lincoln Stein
|
ac6403f877
|
address some of ebr issues
|
2023-06-20 11:08:27 -04:00 |
|
Lincoln Stein
|
f28d50070e
|
configure/install basically working; needs edge case testing
|
2023-06-16 22:54:36 -04: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 |
|
Lincoln Stein
|
893f776f1d
|
model_probe working; model_install incomplete
|
2023-06-11 19:51:53 -04:00 |
|
Lincoln Stein
|
000626ab2e
|
move all installation code out of model_manager
|
2023-06-11 12:51:50 -04:00 |
|