mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-04 14:44:19 +01:00
Update README
This commit is contained in:
parent
8219db857b
commit
e32b2b2544
14
README.md
14
README.md
|
|
@ -3,14 +3,14 @@
|
||||||
Run Stable Diffusion on your Radeon machine with a nice UI without any hassle!
|
Run Stable Diffusion on your Radeon machine with a nice UI without any hassle!
|
||||||
|
|
||||||
NOTE:
|
NOTE:
|
||||||
- Project in progress
|
|
||||||
- Only ROCm supported for now
|
- Only ROCm supported for now
|
||||||
|
- Only AUTOMATIC1111 is confirmed to work for now
|
||||||
- CUDA support to be worked on later
|
- CUDA support to be worked on later
|
||||||
- Requires podman-compose 1.1.0 or newer
|
- Requires podman-compose 1.1.0 or newer
|
||||||
|
|
||||||
## Setup & Usage
|
## Setup & Usage
|
||||||
|
|
||||||
> Note: In progress (TBD)
|
> Note: In progress
|
||||||
|
|
||||||
**Download necessary models**
|
**Download necessary models**
|
||||||
```
|
```
|
||||||
|
|
@ -24,6 +24,16 @@ $ podman-compose --profile auto build
|
||||||
$ podman-compose --profile auto up -d
|
$ podman-compose --profile auto up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**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
|
||||||
|
```
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
This repository provides multiple UIs for you to play around with stable diffusion:
|
This repository provides multiple UIs for you to play around with stable diffusion:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue