From 83b78fe5042fc40b521b0be176d7d1d339d8d356 Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Mon, 19 Sep 2022 22:02:46 +0200 Subject: [PATCH] Update versions (#82) ### Update versions - auto: https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/dd911a47b3c3313b3938b700eb26cbd5bb3e1c95 - hlky: https://github.com/sd-webui/stable-diffusion-webui/commit/17748cbc9c34df44d0381c42e4f0fe1903089438 - lstein: https://github.com/lstein/stable-diffusion/commit/50d607ffea3734072a80e38b09ba0c3758af5d40 --- .github/pull_request_template.md | 5 +++++ docker-compose.yml | 2 +- services/AUTOMATIC1111/Dockerfile | 2 +- services/hlky/Dockerfile | 9 ++++----- services/lstein/Dockerfile | 23 ++++++++++++++++------- 5 files changed, 27 insertions(+), 14 deletions(-) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..01b8ce5 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,5 @@ +### Update versions + +- auto: https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/ +- hlky: https://github.com/sd-webui/stable-diffusion-webui/commit/ +- lstein: https://github.com/lstein/stable-diffusion/commit/ diff --git a/docker-compose.yml b/docker-compose.yml index 4742984..6439577 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -39,7 +39,7 @@ services: - *v2 - ./services/AUTOMATIC1111/config.json:/stable-diffusion-webui/config.json environment: - - CLI_ARGS=--medvram --opt-split-attention + - CLI_ARGS=--medvram automatic1111-cpu: <<: *automatic diff --git a/services/AUTOMATIC1111/Dockerfile b/services/AUTOMATIC1111/Dockerfile index f60e486..e3aae1a 100644 --- a/services/AUTOMATIC1111/Dockerfile +++ b/services/AUTOMATIC1111/Dockerfile @@ -44,7 +44,7 @@ RUN pip install --prefer-binary --no-cache-dir -r ${ROOT}/repositories/CodeForme # Note: don't update the sha of previous versions because the install will take forever # instead, update the repo state in a later step -ARG SHA=9e892d90ceaa6493d8b9092c89017485bb658c5b +ARG SHA=dd911a47b3c3313b3938b700eb26cbd5bb3e1c95 RUN <