@@ -7,14 +7,15 @@ RUN git clone https://github.com/CompVis/stable-diffusion.git repositories/stabl
77
88RUN git clone https://github.com/sczhou/CodeFormer.git repositories/CodeFormer && cd repositories/CodeFormer && git reset --hard c5b4593074ba6214284d6acd5f1719b6c5d739af
99RUN git clone https://github.com/salesforce/BLIP.git repositories/BLIP && cd repositories/BLIP && git reset --hard 48211a1594f1321b00f14c9f7a5b4813144b2fb9
10- RUN git clone https://github.com/Hafiidz/latent-diffusion.git repositories/latent-diffusion && cd repositories/latent-diffusion && git reset --hard abf33e7002d59d9085081bce93ec798dcabd49af
10+ # RUN git clone https://github.com/Hafiidz/latent-diffusion.git repositories/latent-diffusion && cd repositories/latent-diffusion && git reset --hard abf33e7002d59d9085081bce93ec798dcabd49af
1111
1212RUN <<EOF
1313# because taming-transformers is huge
1414git config --global http.postBuffer 1048576000
1515git clone https://github.com/CompVis/taming-transformers.git repositories/taming-transformers
16+ cd repositories/taming-transformers
1617git reset --hard 24268930bf1dce879235a7fddd0b2355b84d7ea6
17- rm -rf repositories/taming-transformers/ data repositories/taming-transformers/ assets
18+ rm -rf data assets
1819EOF
1920
2021RUN git clone https://github.com/crowsonkb/k-diffusion.git repositories/k-diffusion && cd repositories/k-diffusion && git reset --hard f4e99857772fc3a126ba886aadf795a332774878
@@ -48,18 +49,18 @@ RUN pip install --prefer-binary --no-cache-dir -r ${ROOT}/repositories/CodeForme
4849# Note: don't update the sha of previous versions because the install will take forever
4950# instead, update the repo state in a later step
5051
51- ARG SHA=050a6a798cec90ae2f881c2ddd3f0221e69907dc
52+ ARG SHA=6a9ea5b41cf92cd9e980349bb5034439f4e7a58b
5253RUN <<EOF
5354cd stable-diffusion-webui
5455git pull --rebase
5556git reset --hard ${SHA}
5657pip install --prefer-binary --no-cache-dir -r requirements_versions.txt
57- pip install --prefer-binary --no-cache-dir -r requirements.txt
5858EOF
5959
6060RUN pip install --prefer-binary --no-cache-dir opencv-python-headless \
6161 git+https://github.com/TencentARC/GFPGAN.git@8d2447a2d918f8eba5a4a01463fd48e45126a379 \
62- git+https://github.com/openai/CLIP.git@d50d76daa670286dd6cacf3bcd80b5e4823fc8e1
62+ git+https://github.com/openai/CLIP.git@d50d76daa670286dd6cacf3bcd80b5e4823fc8e1 \
63+ pyngrok
6364# xformers
6465
6566
0 commit comments