Spaces:
Running
Running
Upload Dockerfile
Browse files- Dockerfile +14 -1
Dockerfile
CHANGED
@@ -88,6 +88,19 @@ RUN echo "Downloading checkpoints..." && \
|
|
88 |
wget -c https://huggingface.co/sberbank-ai/Real-ESRGAN/resolve/main/RealESRGAN_x2.pth -P ./models/upscale_models/ && \
|
89 |
wget -c https://huggingface.co/sberbank-ai/Real-ESRGAN/resolve/main/RealESRGAN_x4.pth -P ./models/upscale_models/ && \
|
90 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
91 |
|
92 |
# Aesthetic scorer models
|
93 |
mkdir ./models/aesthetic && \
|
@@ -106,7 +119,7 @@ RUN echo "Downloading checkpoints..." && \
|
|
106 |
git clone https://github.com/BlenderNeko/ComfyUI_TiledKSampler.git && \
|
107 |
git clone https://github.com/BlenderNeko/ComfyUI_SeeCoder.git && \
|
108 |
git clone https://github.com/JPS-GER/ComfyUI_JPS-Nodes.git && \
|
109 |
-
|
110 |
|
111 |
# Install custom nodes
|
112 |
echo "Installing custom nodes..."
|
|
|
88 |
wget -c https://huggingface.co/sberbank-ai/Real-ESRGAN/resolve/main/RealESRGAN_x2.pth -P ./models/upscale_models/ && \
|
89 |
wget -c https://huggingface.co/sberbank-ai/Real-ESRGAN/resolve/main/RealESRGAN_x4.pth -P ./models/upscale_models/ && \
|
90 |
|
91 |
+
# motion_lora
|
92 |
+
wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_PanLeft.ckpt -P ./models/motion_lora/ && \
|
93 |
+
wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_PanRight.ckpt -P ./models/motion_lora/ && \
|
94 |
+
wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_RollingAnticlockwise.ckpt -P ./models/motion_lora/ && \
|
95 |
+
wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_RollingClockwise.ckpt -P ./models/motion_lora/ && \
|
96 |
+
wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_TiltDown.ckpt -P ./models/motion_lora/ && \
|
97 |
+
wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_TiltUp.ckpt -P ./models/motion_lora/ && \
|
98 |
+
wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_ZoomIn.ckpt -P ./models/motion_lora/ && \
|
99 |
+
wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_ZoomOut.ckpt -P ./models/motion_lora/ && \
|
100 |
+
|
101 |
+
|
102 |
+
# loras
|
103 |
+
wget -c https://huggingface.co/stabilityai/control-lora/blob/main/control-LoRAs-rank256/control-lora-canny-rank256.safetensors -P ./models/loras/ && \
|
104 |
|
105 |
# Aesthetic scorer models
|
106 |
mkdir ./models/aesthetic && \
|
|
|
119 |
git clone https://github.com/BlenderNeko/ComfyUI_TiledKSampler.git && \
|
120 |
git clone https://github.com/BlenderNeko/ComfyUI_SeeCoder.git && \
|
121 |
git clone https://github.com/JPS-GER/ComfyUI_JPS-Nodes.git && \
|
122 |
+
git clone https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes.git && \
|
123 |
|
124 |
# Install custom nodes
|
125 |
echo "Installing custom nodes..."
|