Update automatic 1111 to the latest

This commit is contained in:
mohamednabiel717 2024-06-06 17:38:01 +02:00 committed by GitHub
parent f1bf3b0943
commit 3319f209d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,7 +30,7 @@ WORKDIR /
RUN --mount=type=cache,target=/root/.cache/pip \ RUN --mount=type=cache,target=/root/.cache/pip \
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git && \ git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git && \
cd stable-diffusion-webui && \ cd stable-diffusion-webui && \
git reset --hard v1.9.3 && \ git reset --hard v1.9.4 && \
pip install -r requirements_versions.txt pip install -r requirements_versions.txt