kadirnar commited on
Commit
0630407
·
verified ·
1 Parent(s): fa0156f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +11 -11
Dockerfile CHANGED
@@ -175,17 +175,17 @@ RUN wget -c https://huggingface.co/ArtGAN/Controlnet/resolve/main/game_sword_lor
175
 
176
  RUN echo "Downloading Motion Lora..."
177
 
178
- RUN wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_PanLeft.ckpt?download=true -P ./custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora/
179
- RUN wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_PanRight.ckpt?download=true -P ./custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora/
180
- RUN wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_RollingAnticlockwise.ckpt?download=true -P ./custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora/
181
- RUN wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_RollingClockwise.ckpt?download=true -P ./custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora/
182
- RUN wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_TiltDown.ckpt?download=true -P ./custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora/
183
- RUN wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_TiltUp.ckpt?download=true -P ./custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora/
184
- RUN wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_ZoomIn.ckpt?download=true -P ./custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora/
185
- RUN wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_ZoomOut.ckpt?download=true -P ./custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora/
186
- RUN wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v3_sd15_adapter.ckpt?download=true -P ./custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora/
187
- RUN wget -c https://huggingface.co/ArtGAN/Controlnet/resolve/main/Stop-Motion%20Animation.safetensors -P ./custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora/
188
-
189
 
190
  RUN echo "Done"
191
 
 
175
 
176
  RUN echo "Downloading Motion Lora..."
177
 
178
+ RUN wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_PanLeft.ckpt -P ./custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora/
179
+ RUN wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_PanRight.ckpt -P ./custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora/
180
+ RUN wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_RollingAnticlockwise.ckpt -P ./custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora/
181
+ RUN wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_RollingClockwise.ckpt -P ./custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora/
182
+ RUN wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_TiltDown.ckpt -P ./custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora/
183
+ RUN wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_TiltUp.ckpt -P ./custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora/
184
+ RUN wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_ZoomIn.ckpt -P ./custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora/
185
+ RUN wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_ZoomOut.ckpt -P ./custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora/
186
+ RUN wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v3_sd15_adapter.ckpt -P ./custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora/
187
+ RUN wget -c https://huggingface.co/ArtGAN/Controlnet/resolve/main/StopMotionAnimation.safetensors -P ./custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora/
188
+ RUN wget -c https://huggingface.co/ArtGAN/Controlnet/resolve/main/shatterAnimatediff_v10.safetensors -P ./custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora/
189
 
190
  RUN echo "Done"
191