mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2025-12-07 02:45:15 -05:00
@@ -35,7 +35,7 @@ RUN apt-get update && apt install fonts-dejavu-core rsync -y && apt-get clean
|
||||
RUN <<EOF
|
||||
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
|
||||
cd stable-diffusion-webui
|
||||
git reset --hard 15f333a266c20319e2b95a47a8834adf7b914aec
|
||||
git reset --hard 1eb588cbf19924333b88beaa1ac0041904966640
|
||||
pip install --prefer-binary --no-cache-dir -r requirements_versions.txt
|
||||
EOF
|
||||
|
||||
@@ -49,7 +49,7 @@ RUN pip install --prefer-binary --no-cache-dir -r ${ROOT}/repositories/CodeForme
|
||||
# Note: don't update the sha of previous versions because the install will take forever
|
||||
# instead, update the repo state in a later step
|
||||
|
||||
ARG SHA=3f417566b0bda8eab05d247567aebf001c1d1725
|
||||
ARG SHA=1eb588cbf19924333b88beaa1ac0041904966640
|
||||
RUN <<EOF
|
||||
cd stable-diffusion-webui
|
||||
git pull --rebase
|
||||
@@ -58,7 +58,10 @@ pip install --prefer-binary --no-cache-dir -r requirements_versions.txt
|
||||
pip install --prefer-binary --no-cache-dir -r requirements.txt
|
||||
EOF
|
||||
|
||||
RUN pip install --prefer-binary -U --no-cache-dir opencv-python-headless
|
||||
RUN pip install --prefer-binary --no-cache-dir opencv-python-headless \
|
||||
git+https://github.com/TencentARC/GFPGAN.git@8d2447a2d918f8eba5a4a01463fd48e45126a379 \
|
||||
git+https://github.com/openai/CLIP.git@d50d76daa670286dd6cacf3bcd80b5e4823fc8e1
|
||||
|
||||
|
||||
|
||||
COPY . /docker
|
||||
|
||||
Reference in New Issue
Block a user