stable-diffusion-webui-docker/README.md

86 lines
4.7 KiB
Markdown
Raw Normal View History

# Stable Diffusion WebUI Podman
2022-09-02 12:16:21 +02:00
Run Stable Diffusion on your Radeon machine with a nice UI without any hassle!
NOTE:
- Only ROCm supported for now
2024-05-02 10:52:05 +02:00
- Only AUTOMATIC1111 is confirmed to work for now
- CUDA support to be worked on later
- Requires podman-compose 1.1.0 or newer
2022-09-02 12:16:21 +02:00
2022-11-09 18:56:22 +01:00
## Setup & Usage
2024-05-02 10:52:05 +02:00
> Note: In progress
**Download necessary models**
```
$ podman-compose --profile download build
$ podman-compose --profile download up -d
```
**Run AUTOMATIC1111 Stable Diffusion Web UI**
```
$ podman-compose --profile auto build
$ podman-compose --profile auto up -d
```
2022-09-07 19:52:43 +02:00
2024-05-02 10:52:05 +02:00
**Create AUTOMATIC1111 Stable Diffusion Web UI Podman service**
```
$ podman generate systemd --new webui-docker_auto_1 > ~/.config/systemd/user/automatic1111.service
```
**Enable and run AUTOMATIC1111 Stable Diffusion Web UI Podman service**
```
$ systemctl --user enable --now automatic1111.service
```
2022-09-02 12:16:21 +02:00
## Features
2022-11-09 18:56:22 +01:00
This repository provides multiple UIs for you to play around with stable diffusion:
### [AUTOMATIC1111](https://github.com/AUTOMATIC1111/stable-diffusion-webui)
2022-09-02 12:16:21 +02:00
[Full feature list here](https://github.com/AUTOMATIC1111/stable-diffusion-webui-feature-showcase), Screenshots:
2022-09-02 12:16:21 +02:00
| Text to image | Image to image | Extras |
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
| ![](https://user-images.githubusercontent.com/24505302/189541954-46afd772-d0c8-4005-874c-e2eca40c02f2.jpg) | ![](https://user-images.githubusercontent.com/24505302/189541956-5b528de7-1b5d-479f-a1db-d3f5a53afc59.jpg) | ![](https://user-images.githubusercontent.com/24505302/189541957-cf78b352-a071-486d-8889-f26952779a61.jpg) |
2022-09-02 12:16:21 +02:00
### [InvokeAI](https://github.com/invoke-ai/InvokeAI)
[Full feature list here](https://github.com/invoke-ai/InvokeAI#features), Screenshots:
2022-09-02 12:16:21 +02:00
| Text to image | Image to image | Extras |
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
| ![](https://user-images.githubusercontent.com/24505302/195158552-39f58cb6-cfcc-4141-9995-a626e3760752.jpg) | ![](https://user-images.githubusercontent.com/24505302/195158553-152a0ab8-c0fd-4087-b121-4823bcd8d6b5.jpg) | ![](https://user-images.githubusercontent.com/24505302/195158548-e118206e-c519-4915-85d6-4c248eb10fc0.jpg) |
2022-09-02 12:16:21 +02:00
### [ComfyUI](https://github.com/comfyanonymous/ComfyUI)
[Full feature list here](https://github.com/comfyanonymous/ComfyUI#features), Screenshot:
| Workflow |
| -------------------------------------------------------------------------------- |
| ![](https://github.com/comfyanonymous/ComfyUI/raw/master/comfyui_screenshot.png) |
## Contributing
Contributions are welcome! **Create a discussion first of what the problem is and what you want to contribute (before you implement anything)**
2022-09-13 19:51:58 +02:00
## Disclaimer
2022-09-02 12:16:21 +02:00
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](./LICENSE).
## Thanks
2022-09-02 12:16:21 +02:00
Special thanks to everyone behind these awesome projects, without them, none of this would have been possible:
- [AUTOMATIC1111/stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui)
- [InvokeAI](https://github.com/invoke-ai/InvokeAI)
- [ComfyUI](https://github.com/comfyanonymous/ComfyUI)
2022-09-02 12:16:21 +02:00
- [CompVis/stable-diffusion](https://github.com/CompVis/stable-diffusion)
- [Sygil-webui](https://github.com/Sygil-Dev/sygil-webui)
- [AbdBarho/stable-diffusion-webui-docker](https://github.com/AbdBarho/stable-diffusion-webui-docker)
- and many many more.