Update Auto to 1.9.4 (#700)

https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/feee37d75f1b168768014e4634dcb156ee649c05

---------

Co-authored-by: AbdBarho <ka70911@gmail.com>
This commit is contained in:
mohamednabiel717
2024-06-07 19:10:28 +02:00
committed by GitHub
parent f1bf3b0943
commit b1a26b8041
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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