mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-17 04:54:23 +01:00
Updated Usage (markdown)
parent
ad68caf516
commit
a75926e40e
9
Usage.md
9
Usage.md
|
|
@ -34,7 +34,14 @@ put your scripts `data/config/auto/scripts` and restart the container
|
||||||
|
|
||||||
### Extensions
|
### Extensions
|
||||||
|
|
||||||
First, you have to add `--enable-insecure-extension-access` to your `CLI_ARGS`.
|
First, you have to add `--enable-insecure-extension-access` to your `CLI_ARGS` in your `docker-compose.override.yml`:
|
||||||
|
```yml
|
||||||
|
services:
|
||||||
|
auto:
|
||||||
|
environment:
|
||||||
|
# put whatever other flags you want
|
||||||
|
- CLI_ARGS=--enable-insecure-extension-access --allow-code --medvram --xformers
|
||||||
|
```
|
||||||
|
|
||||||
Then, put your extensions in `data/config/auto/extensions`, there is also the option to create a script `data/config/auto/startup.sh` which will be called on container startup, in case you want to install any additional dependencies for your extensions or anything else.
|
Then, put your extensions in `data/config/auto/extensions`, there is also the option to create a script `data/config/auto/startup.sh` which will be called on container startup, in case you want to install any additional dependencies for your extensions or anything else.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue