mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-04-05 14:35:44 +00:00
Add support for ComfyUI
This commit is contained in:
parent
e32b2b2544
commit
034c98b50f
3 changed files with 15 additions and 13 deletions
|
|
@ -4,7 +4,7 @@ Run Stable Diffusion on your Radeon machine with a nice UI without any hassle!
|
|||
|
||||
NOTE:
|
||||
- Only ROCm supported for now
|
||||
- Only AUTOMATIC1111 is confirmed to work for now
|
||||
- Supports AUTOMATIC1111 and ComfyUI
|
||||
- CUDA support to be worked on later
|
||||
- Requires podman-compose 1.1.0 or newer
|
||||
|
||||
|
|
@ -34,6 +34,8 @@ $ podman generate systemd --new webui-docker_auto_1 > ~/.config/systemd/user/aut
|
|||
$ systemctl --user enable --now automatic1111.service
|
||||
```
|
||||
|
||||
**You can change `--profile auto` to `--profile comfy` to change AUTOMATIC1111 to ComfyUI**
|
||||
|
||||
## Features
|
||||
|
||||
This repository provides multiple UIs for you to play around with stable diffusion:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue