Changed to dev branch of upstream repo

This commit is contained in:
itsnachocheese
2025-12-29 10:06:55 +01:00
parent c004a6ecc9
commit 403269b97d
+1 -1
View File
@@ -74,7 +74,7 @@ RUN pip install --upgrade pip && \
# Clone the upstream repository # Clone the upstream repository
RUN git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git /app/webui && \ RUN git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git /app/webui && \
cd /app/webui && \ cd /app/webui && \
git checkout v1.7.0 git checkout dev
# Install project dependencies # Install project dependencies
WORKDIR /app WORKDIR /app