From d4874e7c3ada70df4e4c953bbce8d79615f64433 Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Sat, 24 Sep 2022 11:10:11 +0200 Subject: [PATCH] Update versions (#96) - auto: https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/a2bea2f97aab6ef60afe6534611e646f66226868 - hlky: https://github.com/sd-webui/stable-diffusion-webui/commit/f585ab1923730339ea75d36b53ac1d5b6cbde500 - New UI is still in works & extremely unstable - lstein: No new updates, especially not to the UI --- services/AUTOMATIC1111/Dockerfile | 2 +- services/hlky/Dockerfile | 31 ++++++++++++++++--------------- 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/services/AUTOMATIC1111/Dockerfile b/services/AUTOMATIC1111/Dockerfile index ce1f252..c144a70 100644 --- a/services/AUTOMATIC1111/Dockerfile +++ b/services/AUTOMATIC1111/Dockerfile @@ -47,7 +47,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=79e7c392989ad70a1c02cbfe6eb38ee5a78bdbce +ARG SHA=a2bea2f97aab6ef60afe6534611e646f66226868 RUN <