controllora
ControlLoRA: A Lightweight Neural Network To Control Stable Diffusion Spatial Information
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.1%) to scientific vocabulary
Repository
ControlLoRA: A Lightweight Neural Network To Control Stable Diffusion Spatial Information
Basic Info
Statistics
- Stars: 604
- Watchers: 10
- Forks: 28
- Open Issues: 7
- Releases: 0
Metadata Files
README.md
ControlLoRA: A Lightweight Neural Network To Control Stable Diffusion Spatial Information
🎉 2024.7.31: ControlLoRA Version 3 is available in control-lora-3.
🎉 ControlLoRA Version 2 is available in control-lora-2.
EN | 中文
By combining the ideas of lllyasviel/ControlNet and cloneofsimo/lora, we can easily fine-tune stable diffusion to achieve the purpose of controlling its spatial information, with ControlLoRA, a simple and small (~7M parameters, ~25M storage space) network.
ControlNet is large and it's not easy to send to your friends. With the idea of LoRA, we don't even need to transfer the entire stable diffusion model. Use the 25M ControlLoRA to save your time.
You could use gradio apps in the apps directory to try the pretrained models. More dataset types of models and their supporting gradio apps wanted. The annotator directory is borrowed from ControlNet.
You could download some pretrained models from huggingface. Note that I only used 100 MPII pictures for the training of the openpose, so the model effect is not good. So I suggest you train your own ControlLoRA.
Features & News
2023/02/22 - Add new ControlLora, which decomposites the prompt features and the spatial information with smaller size (~5M parameters, ~20M storage space). You could do something like: training on sd v1.5 then inference on anything v3.0 .
How To Train
Refer to the script in the tasks directory. I highly refer to the training code from diffusers.
You could add or modify config file in the configs directory to custom the ControlLoRA model architecture. To enhance the effect of the model, you could change some blocks to other residual block types of diffusers and you could increase the number of layers of blocks by modify the config files.
Work In Progress
[ ] More type tasks mentioned in ControlNet.
[ ] Experiment of mixing LoRA and ControlLoRA.
We could inject pretrained LoRA models before the ControlLoRA. See
mix_lora_and_control_lora.pyfor more details.
portrait of male HighCWu
ControlLoRA with Canny Edge
sd-diffusiondb-canny-model-control-lora, on 100 openpose pictures, 30k training steps
Stable Diffusion 1.5 + ControlLoRA (using simple Canny edge detection)
python apps/gradio_canny2image.py
Highly referred to the ControlNet codes.
The Gradio app also allows you to change the Canny edge thresholds. Just try it for more details.
Prompt: "bird"

Prompt: "cute dog"

ControlLoRA with Human Pose
sd-mpii-pose-model-control-lora, on 100 openpose pictures, 30k training steps
Stable Diffusion 1.5 + ControlLoRA (using human pose)
python apps/gradio_pose2image.py
Highly referred to the ControlNet codes.
Apparently, this model deserves a better UI to directly manipulate pose skeleton. However, again, Gradio is somewhat difficult to customize. Right now you need to input an image and then the Openpose will detect the pose for you.
Note that I only used 100 MPII pictures for the training of the openpose, so the model effect is not good. So I suggest you train your own ControlLoRA.
Prompt: "Chief in the kitchen"

Prompt: "An astronaut on the moon"

PS: I don't know why my gallery didn't show the full images and I should click an output to show the full result of one of the outputs, like this: 
Discuss together
QQ Group: 艾梦的小群
QQ Channel: 艾梦的AI造梦堂
Discord: AI Players - AI Dream Bakery
Citation
@software{wu2023controllora,
author = {Wu Hecong},
month = {2},
title = {{ControlLoRA: A Lightweight Neural Network To Control Stable Diffusion Spatial Information}},
url = {https://github.com/HighCWu/ControlLoRA},
version = {1.0.0},
year = {2023}
}
Owner
- Name: 艾梦
- Login: HighCWu
- Kind: user
- Twitter: HighCWu
- Repositories: 12
- Profile: https://github.com/HighCWu
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Wu" given-names: "Hecong" title: "ControlLoRA: A Light Neural Network To Control Stable Diffusion Spatial Information" version: 1.0.0 date-released: 2023-2-18 url: "https://github.com/HighCWu/ControlLoRA"
GitHub Events
Total
- Issues event: 1
- Watch event: 47
- Issue comment event: 4
- Fork event: 3
Last Year
- Issues event: 1
- Watch event: 47
- Issue comment event: 4
- Fork event: 3
Issues and Pull Requests
Last synced: 9 months ago
All Time
- Total issues: 1
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- victoria-lokteva (1)
- jeffreyking23 (1)
- venkateshtata (1)