ControlLoRA icon indicating copy to clipboard operation
ControlLoRA copied to clipboard

ControlLoRA: A Lightweight Neural Network To Control Stable Diffusion Spatial Information

Results 6 ControlLoRA issues
Sort by recently updated
recently updated
newest added

Hello! Can train Controllora for conditional generation based on segmentation maps? Or Controllora only supports canny and pose?

Is control-lora more quickly than original control-net?

Hi @HighCWu , Thanks for sharing the great work. Does ControlLoRA support combine multiple conditional inputs during inference? For example, I independently trained - one canny edge map ControlLoRA model...

Hello I tried to run train_fill50k.py, but I get this error. I removed --mixed_precision="fp16" from the launch command and got this result. Running the original command on the GPU in...

Can controlloras be used to generate a template, of let's say a pose for a lora? By example, can I train a controllora on rpg maker sprites, and eventually get...

I want to combine the pretrained LORA_model and pretrained controlnet_mdoel like "[control_sd15_depth.pth]",and export new model. How to realize this function?