Files
Steven Liu 9c70468a3c [docs] API docs (#1196)
* first draft

* fix path

* fix all paths

* typo

* last typo 🤞

* fix toctree

* typo

* fix section title

* feedback

* update
2023-12-04 11:45:26 -08:00

1.2 KiB

LyCORIS

LyCORIS (Lora beYond Conventional methods, Other Rank adaptation Implementations for Stable diffusion) are LoRA-like matrix decomposition adapters that modify the cross-attention layer of the UNet. The LoHa and LoKr methods inherit from the Lycoris classes here.

LycorisConfig

autodoc tuners.lycoris_utils.LycorisConfig

LycorisLayer

autodoc tuners.lycoris_utils.LycorisLayer

LycorisTuner

autodoc tuners.lycoris_utils.LycorisTuner