This Project uses a lot of different Opensource Projects and is still experimental! BEWARE!
❗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: sudo docker compose --profile ai up
sudo docker compose --profile ai up sudo docker compose --profile ai up --build
Run Stable Diffusion on your machine with a nice UI without any hassle!
Visit the wiki for Setup and Usage instructions, checkout the FAQ page if you face any problems, or create a new issue!
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 |
|---|
Contributions are welcome! Create a discussion first of what the problem is and what you want to contribute (before you implement anything)
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.
Special thanks to everyone behind these awesome projects, without them, none of this would have been possible:
- AUTOMATIC1111/stable-diffusion-webui
- InvokeAI
- ComfyUI
- CompVis/stable-diffusion
- Sygil-webui
- and many many more.