mirror of
				https://github.com/AbdBarho/stable-diffusion-webui-docker.git
				synced 2025-10-27 16:24:26 -04:00 
			
		
		
		
	Bump Versions (#178)
- auto:737eb28fac- hlky:5f6141ae7c- lstein:2b6d78e436
This commit is contained in:
		| @@ -27,7 +27,7 @@ services: | |||||||
|     <<: *base_service |     <<: *base_service | ||||||
|     profiles: ["hlky"] |     profiles: ["hlky"] | ||||||
|     build: ./services/hlky/ |     build: ./services/hlky/ | ||||||
|     image: sd-hlky:2 |     image: sd-hlky:3 | ||||||
|     environment: |     environment: | ||||||
|       - CLI_ARGS=--optimized-turbo |       - CLI_ARGS=--optimized-turbo | ||||||
|       - USE_STREAMLIT=0 |       - USE_STREAMLIT=0 | ||||||
| @@ -36,7 +36,7 @@ services: | |||||||
|     <<: *base_service |     <<: *base_service | ||||||
|     profiles: ["auto"] |     profiles: ["auto"] | ||||||
|     build: ./services/AUTOMATIC1111 |     build: ./services/AUTOMATIC1111 | ||||||
|     image: sd-auto:2 |     image: sd-auto:3 | ||||||
|     environment: |     environment: | ||||||
|       - CLI_ARGS=--allow-code --medvram --xformers |       - CLI_ARGS=--allow-code --medvram --xformers | ||||||
|  |  | ||||||
| @@ -51,7 +51,7 @@ services: | |||||||
|     <<: *base_service |     <<: *base_service | ||||||
|     profiles: ["lstein"] |     profiles: ["lstein"] | ||||||
|     build: ./services/lstein/ |     build: ./services/lstein/ | ||||||
|     image: sd-lstein:2 |     image: sd-lstein:3 | ||||||
|     environment: |     environment: | ||||||
|       - PRELOAD=true |       - PRELOAD=true | ||||||
|       - CLI_ARGS= |       - CLI_ARGS= | ||||||
|   | |||||||
| @@ -59,7 +59,7 @@ RUN apt-get install jq moreutils -y | |||||||
| # 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=df0a1f83815c771246a7b1bca85d63feaefad8d1 | ARG SHA=737eb28faca8be2bb996ee0930ec77d1f7ebd939 | ||||||
| RUN <<EOF | RUN <<EOF | ||||||
| cd stable-diffusion-webui | cd stable-diffusion-webui | ||||||
| git pull --rebase | git pull --rebase | ||||||
|   | |||||||
| @@ -22,7 +22,7 @@ conda clean -a -y | |||||||
| EOF | EOF | ||||||
|  |  | ||||||
|  |  | ||||||
| ARG BRANCH=dev SHA=bb7fce1a871cc434145d5a2114e5d70cbdafa34d | ARG BRANCH=dev SHA=5f6141ae7c8520b250896c80ac938396164f78df | ||||||
| RUN <<EOF | RUN <<EOF | ||||||
| cd stable-diffusion | cd stable-diffusion | ||||||
| git fetch | git fetch | ||||||
|   | |||||||
| @@ -24,7 +24,7 @@ conda clean -a -y | |||||||
| EOF | EOF | ||||||
|  |  | ||||||
|  |  | ||||||
| ARG BRANCH=development SHA=3081b6b7dd4c2fb1156e7a99dc461012c4ecda35 | ARG BRANCH=development SHA=2b6d78e4363f3eca726228a40b6de832eb0ac040 | ||||||
| RUN <<EOF | RUN <<EOF | ||||||
| cd stable-diffusion | cd stable-diffusion | ||||||
| git fetch | git fetch | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user