ComfyUI/comfy/ldm/modules
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
..
diffusionmodules Support for Control Loras. 2023-08-18 11:59:51 -04:00
distributions Initial commit. 2023-01-16 22:37:14 -05:00
encoders Cleanup: Remove a bunch of useless files. 2023-06-13 02:19:08 -04:00
attention.py Support for Control Loras. 2023-08-18 11:59:51 -04:00
ema.py Initial commit. 2023-01-16 22:37:14 -05:00
sub_quadratic_attention.py Disable autocast in unet for increased speed. 2023-07-05 21:58:29 -04:00