mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-01-20 15:30:26 +01:00
try and fix error
This commit is contained in:
parent
d32b186968
commit
bd2fcce6b4
|
|
@ -50,7 +50,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
|
||||||
pip install torchvision==0.18.1
|
pip install torchvision==0.18.1
|
||||||
|
|
||||||
RUN --mount=type=cache,target=/root/.cache/pip \
|
RUN --mount=type=cache,target=/root/.cache/pip \
|
||||||
pip install pyngrok xformers==0.0.27 pytorch_lightning torchdiffeq torchsde \
|
pip install pyngrok xformers==0.0.27 pytorch_lightning==1.6.5 torchdiffeq torchsde \
|
||||||
git+https://github.com/TencentARC/GFPGAN.git@8d2447a2d918f8eba5a4a01463fd48e45126a379 \
|
git+https://github.com/TencentARC/GFPGAN.git@8d2447a2d918f8eba5a4a01463fd48e45126a379 \
|
||||||
git+https://github.com/openai/CLIP.git@d50d76daa670286dd6cacf3bcd80b5e4823fc8e1 \
|
git+https://github.com/openai/CLIP.git@d50d76daa670286dd6cacf3bcd80b5e4823fc8e1 \
|
||||||
git+https://github.com/mlfoundations/open_clip.git@v2.20.0
|
git+https://github.com/mlfoundations/open_clip.git@v2.20.0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue