comfyanonymous
|
a562c17e8a
|
load_unet -> load_diffusion_model with a model_options argument.
|
2024-08-12 23:20:57 -04:00 |
comfyanonymous
|
4871a36458
|
Cleanup some unused imports.
|
2024-01-21 21:51:22 -05:00 |
comfyanonymous
|
d44a2de49f
|
Make VAE code closer to sgm.
|
2023-10-17 15:18:51 -04:00 |
comfyanonymous
|
7e941f9f24
|
Clean up DiffusersLoader node.
|
2023-08-30 12:57:07 -04:00 |
comfyanonymous
|
af7a49916b
|
Support loading unet files in diffusers format.
|
2023-07-05 17:38:59 -04:00 |
comfyanonymous
|
b6a60fa696
|
Try to keep text encoders loaded and patched to increase speed.
load_model_gpu() is now used with the text encoder models instead of just
the unet.
|
2023-07-01 13:28:07 -04:00 |
comfyanonymous
|
f0a2b81cd0
|
Cleanup: Remove a bunch of useless files.
|
2023-06-13 02:19:08 -04:00 |
comfyanonymous
|
de142eaad5
|
Simpler base model code.
|
2023-06-09 12:31:16 -04:00 |
comfyanonymous
|
0fc483dcfd
|
Refactor diffusers model convert code to be able to reuse it.
|
2023-05-28 01:55:40 -04:00 |