blessedcoolant
|
6c62f41f2e
|
chore: Change PipelineModels to MainModels
|
2023-07-04 14:33:56 +10:00 |
|
Sergey Borisov
|
5cebf67ee4
|
Apply lora by patching lora instead of hooks
|
2023-06-26 03:57:33 +03:00 |
|
Lincoln Stein
|
ba1371a88f
|
rename ModelType.Pipeline to ModelType.Main
|
2023-06-24 11:45:49 -04:00 |
|
blessedcoolant
|
bb85608890
|
Merge branch 'main' into feat/onnx
|
2023-06-23 05:18:41 +12:00 |
|
psychedelicious
|
1bc170727b
|
tidy(nodes): rename sd_model_loader to pipeline_model_loader
this is more accurate bc it can do eg kandinsky also
|
2023-06-22 17:47:58 +10:00 |
|
psychedelicious
|
42a59aa147
|
feat(nodes): add sd_model_loader node
Loads any pipeline model.
Also introduced is `PipelineModelField`, which includes a model name and base model.
|
2023-06-22 17:36:05 +10:00 |
|
Sergey Borisov
|
4d337f6abc
|
ONNX Model/runtime first implementation
|
2023-06-21 02:12:21 +03:00 |
|
Sergey Borisov
|
e7db6d8120
|
Fix ckpt and vae conversion, migrate script, remove sd2-base
|
2023-06-13 18:05:12 +03:00 |
|
Sergey Borisov
|
36eb1bd893
|
Fixes
|
2023-06-12 16:14:09 +03:00 |
|
Sergey Borisov
|
738ba40f51
|
Fixes
|
2023-06-11 06:12:21 +03:00 |
|
Sergey Borisov
|
420a76ecdd
|
Add lora loader node
|
2023-05-30 02:12:33 +03:00 |
|
Sergey Borisov
|
79de9047b5
|
First working lora implementation
|
2023-05-30 01:11:00 +03:00 |
|
Sergey Borisov
|
039fa73269
|
Change SDModelType enum to string, fixes(model unload negative locks count, scheduler load error, saftensors convert, wrong logic in del_model, wrong parse metadata in web)
|
2023-05-14 03:06:26 +03:00 |
|
Lincoln Stein
|
72967bf118
|
convert add_model(), del_model(), list_models() etc to use bifurcated names
|
2023-05-13 14:44:44 -04:00 |
|
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 |
|