From 3319f209d930db849eba87f720065a271a88c626 Mon Sep 17 00:00:00 2001 From: mohamednabiel717 <150693133+mohamednabiel717@users.noreply.github.com> Date: Thu, 6 Jun 2024 17:38:01 +0200 Subject: [PATCH] Update automatic 1111 to the latest --- services/AUTOMATIC1111/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/AUTOMATIC1111/Dockerfile b/services/AUTOMATIC1111/Dockerfile index 6455edd..d595784 100644 --- a/services/AUTOMATIC1111/Dockerfile +++ b/services/AUTOMATIC1111/Dockerfile @@ -30,7 +30,7 @@ WORKDIR / RUN --mount=type=cache,target=/root/.cache/pip \ git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git && \ cd stable-diffusion-webui && \ - git reset --hard v1.9.3 && \ + git reset --hard v1.9.4 && \ pip install -r requirements_versions.txt