You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
2 years ago
..
__init__.py Initial commit. 2 years ago
model.py Faster VAE loading. 2 years ago
openaimodel.py Support for Control Loras. 2 years ago
upscaling.py Fix imports. 2 years ago
util.py All the unet weights should now be initialized with the right dtype. 2 years ago