mirror of
				https://github.com/AbdBarho/stable-diffusion-webui-docker.git
				synced 2025-10-31 02:03:32 -04:00 
			
		
		
		
	| @@ -28,7 +28,7 @@ services: | |||||||
|     <<: *base_service |     <<: *base_service | ||||||
|     profiles: ["auto"] |     profiles: ["auto"] | ||||||
|     build: ./services/AUTOMATIC1111 |     build: ./services/AUTOMATIC1111 | ||||||
|     image: sd-auto:42 |     image: sd-auto:43 | ||||||
|     environment: |     environment: | ||||||
|       - CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api |       - CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api | ||||||
|  |  | ||||||
| @@ -37,7 +37,7 @@ services: | |||||||
|     profiles: ["auto-cpu"] |     profiles: ["auto-cpu"] | ||||||
|     deploy: {} |     deploy: {} | ||||||
|     environment: |     environment: | ||||||
|       - CLI_ARGS=--no-half --precision full |       - CLI_ARGS=--no-half --precision full --allow-code --enable-insecure-extension-access --api | ||||||
|  |  | ||||||
|   invoke: |   invoke: | ||||||
|     <<: *base_service |     <<: *base_service | ||||||
|   | |||||||
| @@ -67,7 +67,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \ | |||||||
| # Note: don't update the sha of previous versions because the install will take forever | # Note: don't update the sha of previous versions because the install will take forever | ||||||
| # instead, update the repo state in a later step | # instead, update the repo state in a later step | ||||||
|  |  | ||||||
| ARG SHA=226d840e84c5f306350b0681945989b86760e616 | ARG SHA=3993aa43e95bb60b9df977946af988f119525a71 | ||||||
| RUN --mount=type=cache,target=/root/.cache/pip <<EOF | RUN --mount=type=cache,target=/root/.cache/pip <<EOF | ||||||
| cd stable-diffusion-webui | cd stable-diffusion-webui | ||||||
| git fetch | git fetch | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user