Changed to dev branch of upstream repo
This commit is contained in:
+1
-1
@@ -74,7 +74,7 @@ RUN pip install --upgrade pip && \
|
||||
# Clone the upstream repository
|
||||
RUN git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git /app/webui && \
|
||||
cd /app/webui && \
|
||||
git checkout v1.7.0
|
||||
git checkout dev
|
||||
|
||||
# Install project dependencies
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user