Spaces:
Paused
Paused
Commit
·
7c7074d
1
Parent(s):
3b0f49f
Update Dockerfile
Browse files- Dockerfile +4 -4
Dockerfile
CHANGED
|
@@ -58,19 +58,19 @@ RUN echo "Downloading 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/
|
| 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://
|
| 74 |
|
| 75 |
echo "Done"
|
| 76 |
|
|
|
|
| 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/theboylzh/ClearVAE/resolve/main/ClearVAE_V2.2.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 |
|