15 lines
379 B
Markdown
15 lines
379 B
Markdown
|
# WebUI for lstein
|
||
|
|
||
|
The WebUI of [lstein/stable-diffusion](https://github.com/lstein/stable-diffusion) as docker container!
|
||
|
|
||
|
Although it is a simple UI, the project has a lot of potential.
|
||
|
|
||
|
## Setup
|
||
|
|
||
|
Clone this repo, download the `model.ckpt` and put into the `models` folder as mentioned in [the main README](../README.md), then run
|
||
|
|
||
|
```
|
||
|
cd lstein
|
||
|
docker compose up --build
|
||
|
```
|