An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# lora-webui

Gradio WebUI for LoRA Training

## Screenshot

![screenshot](screenshot.png)

## 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