https://github.com/yankeguo-deprecated/lora-webui
Gradio WebUI for LoRA Training
https://github.com/yankeguo-deprecated/lora-webui
gradio lora stable-diffusion webui
Last synced: about 2 months ago
JSON representation
Gradio WebUI for LoRA Training
- Host: GitHub
- URL: https://github.com/yankeguo-deprecated/lora-webui
- Owner: yankeguo-deprecated
- License: mit
- Created: 2023-03-17T02:34:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-09T22:52:30.000Z (almost 2 years ago)
- Last Synced: 2025-02-14T16:58:50.747Z (3 months ago)
- Topics: gradio, lora, stable-diffusion, webui
- Language: Python
- Homepage:
- Size: 210 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# lora-webui
Gradio WebUI for LoRA Training
## Screenshot

## Features
* Tuning parameters
* Showing Progress
* Automatically converting to `Stable Diffusion WebUI` compatible `.safetensors` file## Installation
* Prepare `venv`
```shell
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```* Start the app
```shell
python app.py
```## References
* https://github.com/huggingface/diffusers/blob/main/examples/dreambooth/train_dreambooth_lora.py
* https://github.com/harrywang/finetune-sd/blob/main/convert-to-safetensors.py## Donation
View https://guoyk.xyz/donation
## Credits
Guo Y.K., MIT License