Commit 3292b254 authored by nanahira's avatar nanahira

missing

parent 153d1985
Pipeline #40423 passed with stage
in 43 minutes and 39 seconds
...@@ -32,7 +32,8 @@ RUN set -eux && \ ...@@ -32,7 +32,8 @@ RUN set -eux && \
clone_commit https://github.com/sczhou/CodeFormer.git CodeFormer c5b4593074ba6214284d6acd5f1719b6c5d739af && \ clone_commit https://github.com/sczhou/CodeFormer.git CodeFormer c5b4593074ba6214284d6acd5f1719b6c5d739af && \
clone_commit https://github.com/salesforce/BLIP.git BLIP 48211a1594f1321b00f14c9f7a5b4813144b2fb9 && \ clone_commit https://github.com/salesforce/BLIP.git BLIP 48211a1594f1321b00f14c9f7a5b4813144b2fb9 && \
clone_commit https://github.com/crowsonkb/k-diffusion.git k-diffusion ab527a9a6d347f364e3d185ba6d714e22d80cb3c && \ clone_commit https://github.com/crowsonkb/k-diffusion.git k-diffusion ab527a9a6d347f364e3d185ba6d714e22d80cb3c && \
clone_commit https://github.com/Hafiidz/latent-diffusion.git latent-diffusion abf33e7002d59d9085081bce93ec798dcabd49af clone_commit https://github.com/Hafiidz/latent-diffusion.git latent-diffusion abf33e7002d59d9085081bce93ec798dcabd49af && \
clone_commit https://github.com/AUTOMATIC1111/stable-diffusion-webui-assets.git stable-diffusion-webui-assets 6f7db241d2f8ba7457bac5ca9753331f0c266917
COPY --chown=sd ./requirements.txt ./requirements.txt COPY --chown=sd ./requirements.txt ./requirements.txt
......
...@@ -66,3 +66,6 @@ git+https://github.com/KichangKim/DeepDanbooru.git@05eb3c39b0fae43e3caf39df80161 ...@@ -66,3 +66,6 @@ git+https://github.com/KichangKim/DeepDanbooru.git@05eb3c39b0fae43e3caf39df80161
# deps searched for a long time # deps searched for a long time
tb_nightly==2.12.0a20230126 tb_nightly==2.12.0a20230126
onnx==1.12.0 onnx==1.12.0
# found missing in testing
timm==0.4.12
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment