Easy Docker setup for Stable Diffusion with user-friendly UI
Go to file
AbdBarho 14c4b36aff
v2 (#108)
### Update versions
- auto:
3f417566b0

### Breaking changes:
* renamed `automatic-1111` service to `auto`
* the `cache` folder is now deprecated, replaced with `data` (see
migration guide below)
* `embeddings` folder has been moved to `data/embeddings`
* use GFPGAN 1.4

### Migration Guide

Note: in theory, running the command 
```
docker compose --profile download up --build
```
is all you need to use the new version, however, this means you will
also have to download everything again. A new script is available under
`scripts/migratev1tov2.sh` that will copy models to the new structure
and should get you most of the way, run
```bash
./scripts/migratev1tov2.sh
```
or you can manually inspect the script and copy the files

After that, run
```
docker compose --profile download up --build
```
to validate everything.
2022-10-01 12:57:53 +02:00
.devscripts v2 (#108) 2022-10-01 12:57:53 +02:00
.github Stalebot: don't ignore updates 2022-09-29 12:04:40 +02:00
.vscode Force LF (#24) 2022-09-03 06:59:16 +02:00
data v2 (#108) 2022-10-01 12:57:53 +02:00
output Initial 2022-08-27 12:38:12 +01:00
scripts v2 (#108) 2022-10-01 12:57:53 +02:00
services v2 (#108) 2022-10-01 12:57:53 +02:00
.editorconfig Force LF (#24) 2022-09-03 06:59:16 +02:00
.gitattributes Force LF (#24) 2022-09-03 06:59:16 +02:00
.gitignore Docker compose .gitignore update (#100) 2022-09-28 08:36:53 +02:00
docker-compose.yml v2 (#108) 2022-10-01 12:57:53 +02:00
LICENSE Update License 2022-09-20 19:35:10 +02:00
README.md Update / Disable lstein Temporarily (#106) 2022-09-30 09:37:27 +02:00

Stable Diffusion WebUI Docker

Run Stable Diffusion on your machine with a nice UI without any hassle!

This repository provides multiple UIs for you to play around with stable diffusion:

Features

AUTOMATIC1111

AUTOMATIC1111's fork is imho the most feature rich yet elegant UI:

  • Text to image, with many samplers and even negative prompts!
  • Image to image, with masking, cropping, in-painting, out-painting, variations.
  • GFPGAN, RealESRGAN, LDSR, CodeFormer.
  • Loopback, prompt weighting, prompt matrix, X/Y plot
  • Live preview of the generated images.
  • Highly optimized 4GB GPU support, or even CPU only!
  • Textual inversion allows you to use pretrained textual inversion embeddings
  • Full feature list here
Text to image Image to image Extras

hlky

hlky's fork is one of the most popular UIs, with many features:

  • Text to image, with many samplers
  • Image to image, with masking, cropping, in-painting, variations.
  • GFPGAN, RealESRGAN, LDSR, GoBig, GoLatent
  • Loopback, prompt weighting
  • 6GB or even 4GB GPU support!
  • Full feature list here

Screenshots:

Text to image Image to image Image Lab

Setup & Usage

Visit the wiki for Setup and Usage instructions, checkout the FAQ page if you face any problems, or create a new issue!

Contributing

Contributions are welcome! create an issue first of what you want to contribute (before you implement anything) so we can talk about it.

Disclaimer

The authors of this project are not responsible for any content generated using this interface.

This license of this software forbids you from sharing any content that violates any laws, produce any harm to a person, disseminate any personal information that would be meant for harm, spread misinformation and target vulnerable groups. For the full list of restrictions please read the license.

Thanks

Special thanks to everyone behind these awesome projects, without them, none of this would have been possible: