#85 · Primary category: Image Generation
lora
Using Low-rank adaptation to quickly fine-tune diffusion models.
Project last updated:03/22/24
GitHub Stars
7.6K
Forks
495
Contributors
20
License
Apache-2.0
Why we included this project
This is the repository that introduced many people to applying low-rank adaptation to diffusion models. Instead of fine-tuning all the weights, it trains a small residual adapter, so a finished style or character comes out as a one-to-few-megabyte file rather than a multi-gigabyte checkpoint. That makes it practical to share and swap fine-tuned models, and the project bundles DreamBooth, textual inversion, and pivotal tuning (a combination of both), plus tools to merge multiple LoRAs and convert them to diffusers-compatible formats. It reads as a reference implementation rather than a polished product, so expect to wire up your own training runs. If you are comfortable with that and want to keep many distinct fine-tunes without heavy storage or GPU demands, this is a solid base.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
stable-diffusion-webui
Stable Diffusion web UI
ComfyUI
The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.
diffusers
🤗 Diffusers: State-of-the-art diffusion models for image, video, and audio generation in PyTorch.
upscayl
🆙 Upscayl - #1 Free and Open Source AI Image Upscaler for Linux, MacOS and Windows.
InvokeAI
InvokeAI is a leading open-source creative engine for Stable Diffusion, offering an industry-leading web UI for generating and editing visual media.