Spaces:
Runtime error
Runtime error
Commit
·
12179c9
1
Parent(s):
04f49a2
Update Dockerfile
Browse files- Dockerfile +20 -5
Dockerfile
CHANGED
|
@@ -51,26 +51,41 @@ RUN git clone https://github.com/comfyanonymous/ComfyUI . && \
|
|
| 51 |
# Checkpoints
|
| 52 |
|
| 53 |
RUN echo "Downloading checkpoints..." && \
|
|
|
|
| 54 |
# wget -c https://huggingface.co/Kybalico/CandyApple/resolve/main/candyApple_v12.safetensors -P ./models/checkpoints/ && \
|
| 55 |
wget -c https://huggingface.co/Kybalico/CalicoMix/resolve/main/calicoMix_v75.safetensors -P ./models/checkpoints/ && \
|
| 56 |
-
wget -c https://huggingface.co/TechnoByte/MilkyWonderland/resolve/main/milkyWonderland_v20.safetensors -P ./models/checkpoints/ && \
|
| 57 |
# wget -c https://huggingface.co/Kybalico/CalicoMixDC/resolve/main/calicomix_dcV30.safetensors -P ./models/checkpoints/ && \
|
| 58 |
# wget -c https://huggingface.co/Kybalico/AnmitsuMimimi/resolve/main/anmitsuMimimi_v10.safetensors -P ./models/checkpoints/ && \
|
| 59 |
-
|
|
|
|
|
|
|
|
|
|
| 60 |
# VAE
|
| 61 |
wget -c https://huggingface.co/RedRayz/MyVAE/resolve/main/CleanVAE.safetensors -P ./models/vae/ && \
|
| 62 |
|
| 63 |
# ControlNet
|
| 64 |
# wget -c https://huggingface.co/comfyanonymous/ControlNet-v1-1_fp16_safetensors/resolve/main/control_v11p_sd15s2_lineart_anime_fp16.safetensors -P ./models/controlnet/ && \
|
| 65 |
|
| 66 |
-
# Controlnet Preprocessor nodes by Fannovel16
|
| 67 |
-
# cd custom_nodes && git clone https://github.com/Fannovel16/comfy_controlnet_preprocessors && cd comfy_controlnet_preprocessors && python install.py --no_download_ckpts && cd ../../ && \
|
| 68 |
-
|
| 69 |
# GLIGEN
|
| 70 |
# wget -c https://huggingface.co/comfyanonymous/GLIGEN_pruned_safetensors/resolve/main/gligen_sd14_textbox_pruned_fp16.safetensors -P ./models/gligen/ && \
|
| 71 |
|
| 72 |
# ESRGAN upscale model
|
| 73 |
wget -c https://huggingface.co/konohashinobi4/4xAnimesharp/resolve/main/4x-AnimeSharp.pth -P ./models/upscale_models/ && \
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 74 |
|
| 75 |
echo "Done"
|
| 76 |
|
|
|
|
| 51 |
# Checkpoints
|
| 52 |
|
| 53 |
RUN echo "Downloading checkpoints..." && \
|
| 54 |
+
# Kybalico Models
|
| 55 |
# wget -c https://huggingface.co/Kybalico/CandyApple/resolve/main/candyApple_v12.safetensors -P ./models/checkpoints/ && \
|
| 56 |
wget -c https://huggingface.co/Kybalico/CalicoMix/resolve/main/calicoMix_v75.safetensors -P ./models/checkpoints/ && \
|
|
|
|
| 57 |
# wget -c https://huggingface.co/Kybalico/CalicoMixDC/resolve/main/calicomix_dcV30.safetensors -P ./models/checkpoints/ && \
|
| 58 |
# wget -c https://huggingface.co/Kybalico/AnmitsuMimimi/resolve/main/anmitsuMimimi_v10.safetensors -P ./models/checkpoints/ && \
|
| 59 |
+
|
| 60 |
+
# TechnoByte Models
|
| 61 |
+
wget -c https://huggingface.co/TechnoByte/MilkyWonderland/resolve/main/milkyWonderland_v20.safetensors -P ./models/checkpoints/ && \
|
| 62 |
+
|
| 63 |
# VAE
|
| 64 |
wget -c https://huggingface.co/RedRayz/MyVAE/resolve/main/CleanVAE.safetensors -P ./models/vae/ && \
|
| 65 |
|
| 66 |
# ControlNet
|
| 67 |
# wget -c https://huggingface.co/comfyanonymous/ControlNet-v1-1_fp16_safetensors/resolve/main/control_v11p_sd15s2_lineart_anime_fp16.safetensors -P ./models/controlnet/ && \
|
| 68 |
|
|
|
|
|
|
|
|
|
|
| 69 |
# GLIGEN
|
| 70 |
# wget -c https://huggingface.co/comfyanonymous/GLIGEN_pruned_safetensors/resolve/main/gligen_sd14_textbox_pruned_fp16.safetensors -P ./models/gligen/ && \
|
| 71 |
|
| 72 |
# ESRGAN upscale model
|
| 73 |
wget -c https://huggingface.co/konohashinobi4/4xAnimesharp/resolve/main/4x-AnimeSharp.pth -P ./models/upscale_models/ && \
|
| 74 |
+
|
| 75 |
+
# Install custom nodes
|
| 76 |
+
RUN echo "Installing custom nodes..."
|
| 77 |
+
|
| 78 |
+
# Controlnet Preprocessor nodes by Fannovel16
|
| 79 |
+
# RUN cd custom_nodes && git clone https://github.com/Fannovel16/comfy_controlnet_preprocessors && cd comfy_controlnet_preprocessors && python install.py --no_download_ckpts
|
| 80 |
+
# RUN cd custom_nodes && git clone https://github.com/Fannovel16/comfyui_controlnet_aux && cd comfyui_controlnet_aux && pip install -r requirements.txt
|
| 81 |
+
# RUN cd custom_nodes && git clone https://github.com/Stability-AI/stability-ComfyUI-nodes && cd stability-ComfyUI-nodes && pip install -r requirements.txt
|
| 82 |
+
|
| 83 |
+
RUN cd custom_nodes && git clone https://github.com/EllangoK/ComfyUI-post-processing-nodes
|
| 84 |
+
RUN cd custom_nodes && git clone https://github.com/LucianoCirino/efficiency-nodes-comfyui
|
| 85 |
+
RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack && cd ComfyUI-Impact-Pack && python install.py
|
| 86 |
+
|
| 87 |
+
# ComfyUI Manager
|
| 88 |
+
RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git
|
| 89 |
|
| 90 |
echo "Done"
|
| 91 |
|