Remove outdated (#69)

This commit is contained in:
AbdBarho
2022-09-15 22:48:38 +02:00
committed by GitHub
parent a1c16942ff
commit 3e0a137c23
3 changed files with 1 additions and 29 deletions

View File

@@ -1,14 +0,0 @@
# 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
```