Skip to content

Files

Latest commit

4a29975 · Mar 21, 2023

History

History
42 lines (26 loc) · 692 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 692 Bytes

lora-webui

Gradio WebUI for LoRA Training

Screenshot

screenshot

Features

  • Tuning parameters
  • Showing Progress
  • Automatically converting to Stable Diffusion WebUI compatible .safetensors file

Installation

  • Prepare venv

    python3 -m venv venv
    source venv/bin/activate
    pip install -r requirements.txt
  • Start the app

    python app.py

References

Donation

View https://guoyk.xyz/donation

Credits

Guo Y.K., MIT License