mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-14 11:34:34 +01:00
Updated Usage (markdown)
parent
58b6f4d2ac
commit
d74f286aae
5
Usage.md
5
Usage.md
|
|
@ -4,9 +4,11 @@ docker compose --profile [ui] up --build
|
||||||
```
|
```
|
||||||
where `[ui]` is one of `invoke`, `auto`, `auto-cpu`, `comfy`, or `comfy-cpu`.
|
where `[ui]` is one of `invoke`, `auto`, `auto-cpu`, `comfy`, or `comfy-cpu`.
|
||||||
|
|
||||||
|
### Mounts
|
||||||
|
|
||||||
The `data` and `output` folders are always mounted into the container as `/data` and `/output`, use them so if you want to transfer anything from / to the container.
|
The `data` and `output` folders are always mounted into the container as `/data` and `/output`, use them so if you want to transfer anything from / to the container.
|
||||||
|
|
||||||
|
### Updates
|
||||||
if you want to update to the latest version, just pull the changes
|
if you want to update to the latest version, just pull the changes
|
||||||
```bash
|
```bash
|
||||||
git pull
|
git pull
|
||||||
|
|
@ -14,7 +16,8 @@ git pull
|
||||||
|
|
||||||
You can also checkout specific tags if you want.
|
You can also checkout specific tags if you want.
|
||||||
|
|
||||||
(Optional) If you want to customize the behaviour of the uis, you can create a `docker-compose.override.yml` and override whatever you want from the [main `docker-compose.yml` file](https://github.com/AbdBarho/stable-diffusion-webui-docker/blob/master/docker-compose.yml). Example:
|
### Customization
|
||||||
|
If you want to customize the behaviour of the uis, you can create a `docker-compose.override.yml` and override whatever you want from the [main `docker-compose.yml` file](https://github.com/AbdBarho/stable-diffusion-webui-docker/blob/master/docker-compose.yml). Example:
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
services:
|
services:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue