mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2025-11-01 18:53:52 -04:00
* update folders * Update CI * Update CI * Unify base docker images * Remove dead config * Update permissions * Remove CPU Hack * Update hlky * Add Download Service * Adapt services * executable * remove buggy parameter * rename to SHA * Update README
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
|
|
```
|