mirror of
				https://github.com/AbdBarho/stable-diffusion-webui-docker.git
				synced 2025-10-30 17:53:23 -04:00 
			
		
		
		
	| @@ -36,7 +36,7 @@ services: | ||||
|     <<: *base_service | ||||
|     profiles: ["auto"] | ||||
|     build: ./services/AUTOMATIC1111 | ||||
|     image: sd-auto:5 | ||||
|     image: sd-auto:6 | ||||
|     environment: | ||||
|       - CLI_ARGS=--allow-code --medvram --xformers | ||||
|  | ||||
|   | ||||
| @@ -2,7 +2,7 @@ | ||||
|  | ||||
| set -Eeuo pipefail | ||||
|  | ||||
| mkdir -p /data/config/auto/ | ||||
| mkdir -p /data/config/auto/scripts/ | ||||
| cp -n /docker/config.json /data/config/auto/config.json | ||||
| jq '. * input' /data/config/auto/config.json /docker/config.json | sponge /data/config/auto/config.json | ||||
|  | ||||
| @@ -10,6 +10,9 @@ if [ ! -f /data/config/auto/ui-config.json ]; then | ||||
|   echo '{}' >/data/config/auto/ui-config.json | ||||
| fi | ||||
|  | ||||
| # copy scripts, we cannot just mount the directory because it will override the already provided scripts in the repo | ||||
| cp -rfT /data/config/auto/scripts/ "${ROOT}/scripts" | ||||
|  | ||||
| declare -A MOUNTS | ||||
|  | ||||
| MOUNTS["/root/.cache"]="/data/.cache" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user