Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Lora beYond Conventional methods, Other Rank adaptation Implementations for Stable diffusion.
| Date | Stars |
|---|---|
| 2026-07-24 | 2503 |
| 2026-07-25 | 2503 |
| 2026-07-28 | 2503 |
| 2026-07-30 | 2503 |
| 2026-07-31 | 2506 |
| 2026-08-08 | 2510 |
| 2026-08-16 | 2506 |
| 2026-08-18 | 2508 |
| 2026-08-19 | 2507 |
| 2026-08-25 | 2508 |
| 2026-08-27 | 2509 |
| 2026-08-29 | 2511 |
| 2026-09-02 | 2516 |
| 2026-09-03 | 2518 |
| 2026-09-04 | 2522 |
| 2026-09-05 | 2523 |
| 2026-09-09 | 2523 |
| 2026-09-10 | 2522 |
| 2026-09-13 | 2522 |
| 2026-09-14 | 2523 |
| 2026-09-16 | 2524 |
| 2026-09-20 | 2524 |
Today
— stars today
This week
+2 stars this week
This month
+17 stars this month
Momentum
37.0
growth rate 0.08%/day
      # LyCORIS - Lora beYond Conventional methods, Other Rank adaptation Implementations for Stable diffusion. (ICLR'24)  A project that implements different parameter-efficient fine-tuning algorithms for Stable Diffusion. This project originated from LoCon (see archive branch). **If you are interested in discussing more details, you can join [our Discord server](https://discord.gg/VtTFKrj9gJ)** [](https://discord.gg/VtTFKrj9gJ) **If you want to check more in-depth experiment results and discussions for LyCORIS, you can check our [paper](https://openreview.net/forum?id=wfzXa8e783)** **Documentation starts at [docs/README.md](docs/README.md)** — it maps every document and source folder to the question it answers. ## Algorithm Overview LyCORIS currently contains LoRA (LoCon), LoHa, LoKr, (IA)^3, DyLoRA, Native fine-tuning (aka dreambooth). GLoRA and GLoKr are coming soon. Please check [List of Implemented Algorithms](docs/algorithms/README.md) and [Guidelines](docs/algorithms/guidelines.md) for more details. A simple comparison of some of these methods are provided below (to be taken with a grain of salt) | | Full | LoRA | LoHa | LoKr low factor | LoKr high factor $^+$ | | --------------------- | ---- | ---- | ---- | --------------- | ---------------------- | | Fidelity | ★ | ● | ▲ | ◉ | ▲ | | Flexibility $^*$ | ★ | ● | ◉ | ▲ | ● $^†$ | | Diversity | ▲ | ◉ | ★ | ● | ★ | | Size | ▲ | ● | ● | ● | ★ | | Training Speed Linear | ★ | ● | ● | ★ | ★ | | Training Speed Conv | ● | ★ | ▲ | ● | ● | ★ > ◉ > ● > ▲ [> means better and smaller size is better] $^+$ Usually we take `factor <= 0.5 * sqrt(dim)` as low factor and `factor >= sqrt(dim` as high factor. For example, factor<=8 for SD1.x/SD2.x/SDXL can be seen as low factor, and, factor>=16 can be seen as high factor. <br> $^*$ Flexibility means anything related to generating images not similar to those in the training set, and combination of multiple concepts, whether they are trained together or not <br> $^†$ It may become more difficult to switch base model or combine multiple concepts in this situation <br> **The actual performance may vary depending on the datasets, tasks, and hyperparameters used. It is recommended to experiment with different settings to achieve optimal results.** ## Usage ### Image Generation #### [a1111/sd-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui) After sd-webui 1.5.0, LyCORIS models are officially supported by the built-in LoRA system. You can put them in either `models/Lora` or `models/LyCORIS` and use the default syntax `<lora:filename:multiplier>` to trigger it. When we add new model types, we will always make sure they can be used with the newest version of sd-webui. As for sd-webui with version < 1.5.0 or sd-webui-forge, please check this [extension](https://github.com/KohakuBlueleaf/a1111-sd-webui-lycoris). #### Others As far as we are aware, LyCORIS models are also supported in the following interfaces / online generation services (please help us complete the list!) - [ComfyUI](https://github.com/comfyanonymous/ComfyUI) - [InvokeAI](https://github.com/invoke-ai/InvokeAI) - [CivitAI](https://civitai.com/) - [Tensor.Art](https://tensor.art/) However, newe
Excerpt of 15,033 characters
Read on GitHubKohaku-Blueleaf · NTHU · Taiwan
812
29
Giyeong Oh
28
Qing Long · Freelance · China
12
8
4
bagheera
4
Alexander Kovalchuk
4
3
ddPn08 · Japan
2
Dave Lage · @EcogardenDesign
2
2
1
1
nullarch
1
Lana Mantegazza
1
1
1
1
Po-Han Shih
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:788f79c98d499410, topic:stable-diffusion, readme:image generation, desc:stable diffusion
matched fp:788f79c98d499410, readme:fine-tuning, readme:fine tuning, desc:lora