ComfyUI/comfy/ldm/modules/diffusionmodules
comfyanonymous d6e4b342e6 Support for Control Loras.
Control loras are controlnets where some of the weights are stored in
"lora" format: an up and a down low rank matrice that when multiplied
together and added to the unet weight give the controlnet weight.

This allows a much smaller memory footprint depending on the rank of the
matrices.

These controlnets are used just like regular ones.
2023-08-18 11:59:51 -04:00
..
__init__.py Initial commit. 2023-01-16 22:37:14 -05:00
model.py Faster VAE loading. 2023-07-29 16:28:30 -04:00
openaimodel.py Support for Control Loras. 2023-08-18 11:59:51 -04:00
upscaling.py Fix imports. 2023-05-04 18:10:29 -04:00
util.py All the unet weights should now be initialized with the right dtype. 2023-06-15 18:42:30 -04:00