Skip to content

m4rvin42/stable-diffusion-webui-docker

 
 

Repository files navigation

This Project uses a lot of different Opensource Projects and is still experimental! BEWARE!

HTTPS and NGINX:

❗THIS SHOULD BE SELFEXPLANATORY: BUT PLEASE REPLACE THOSE CERTS IN THE REPO WITH YOUR OWN❗ (Those placed there are just for explaining, what belongs in there!)

nginx: mkdir -p /path/to/certs openssl req -x509 -nodes -days 365 -newkey rsa:2048
-keyout /path/to/certs/nginx-selfsigned.key
-out /path/to/certs/nginx-selfsigned.crt

When invoked from the base folder: openssl req -x509 -nodes -days 365 -newkey rsa:2048
-keyout ./certs/nginx-selfsigned.key
-out ./certs/nginx-selfsigned.crt

After that the folder structure should look like this:

  ├──.devscripts
  ├──.github
  ├──.vscode
  ├──certs
  │     └── nginx-selfsigned.crt
  │     └── nginx-selfsigned.key
  ├──config
  ├──data
  ├──output
  ├──services
  └──voices

Start the Docker Compose

start the docker compose: sudo docker compose --profile ai up

sudo docker compose --profile ai up sudo docker compose --profile ai up --build

Stable Diffusion WebUI Docker

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

Setup & Usage

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

Features

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

Full feature list here, Screenshots:

Text to image Image to image Extras

Full feature list here, Screenshot:

Workflow

Contributing

Contributions are welcome! Create a discussion first of what the problem is and what you want to contribute (before you implement anything)

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:

About

Easy Docker setup for Stable Diffusion with user-friendly UI-ExperimentalForkByM4rvin42

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 84.0%
  • Python 9.1%
  • Shell 4.7%
  • Dockerfile 2.0%
  • Batchfile 0.2%