kadirnar commited on
Commit
8c983cf
1 Parent(s): 9da5c58

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +20 -1
Dockerfile CHANGED
@@ -71,6 +71,26 @@ RUN wget -c https://huggingface.co/stabilityai/control-lora/resolve/main/control
71
  RUN wget -c https://huggingface.co/ArtGAN/Controlnet/resolve/main/controlnet-sdxl-canny-mid.safetensors -P ./models/controlnet/
72
  RUN wget -c https://huggingface.co/ArtGAN/Controlnet/resolve/main/controlnet-sdxl-depth-mid.safetensors -P ./models/controlnet/
73
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
74
  RUN echo "Downloading Upscaler..."
75
 
76
  RUN wget -c https://github.com/xinntao/Real-ESRGAN/releases/download/v0.1.0/RealESRGAN_x4plus.pth -P ./models/upscale_models/
@@ -96,7 +116,6 @@ RUN cd custom_nodes && git clone https://github.com/WASasquatch/PowerNoiseSuite
96
  RUN cd custom_nodes && git clone https://github.com/Jordach/comfy-plasma
97
  RUN cd custom_nodes && git clone https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes
98
  RUN cd custom_nodes && git clone https://github.com/space-nuko/ComfyUI-OpenPose-Editor
99
- RUN cd custom_nodes && git clone https://github.com/cubiq/ComfyUI_IPAdapter_plus
100
  RUN cd custom_nodes && git clone https://github.com/twri/sdxl_prompt_styler
101
  RUN cd custom_nodes && git clone https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved
102
  RUN cd custom_nodes && git clone https://github.com/AIrjen/OneButtonPrompt
 
71
  RUN wget -c https://huggingface.co/ArtGAN/Controlnet/resolve/main/controlnet-sdxl-canny-mid.safetensors -P ./models/controlnet/
72
  RUN wget -c https://huggingface.co/ArtGAN/Controlnet/resolve/main/controlnet-sdxl-depth-mid.safetensors -P ./models/controlnet/
73
 
74
+ RUN echo "Downloading LLavacheckpoints..."
75
+
76
+ RUN wget -c https://huggingface.co/cjpais/llava-1.6-mistral-7b-gguf/resolve/main/llava-v1.6-mistral-7b.Q5_K_M.gguf -P ./models/LLavacheckpoints/
77
+ RUN wget -c https://huggingface.co/cjpais/llava-1.6-mistral-7b-gguf/resolve/main/llava-v1.6-mistral-7b.Q5_K_S.gguf -P ./models/LLavacheckpoints/
78
+ RUN wget -c https://huggingface.co/cjpais/llava-1.6-mistral-7b-gguf/resolve/main/llava-v1.6-mistral-7b.Q4_K_M.gguf -P ./models/LLavacheckpoints/
79
+ RUN wget -c https://huggingface.co/cjpais/llava-1.6-mistral-7b-gguf/resolve/main/mmproj-model-f16.gguf -P ./models/LLavacheckpoints/
80
+
81
+ RUN echo "Downloading IPAdapter Plus..."
82
+ RUN cd custom_nodes && git clone https://github.com/cubiq/ComfyUI_IPAdapter_plus
83
+ RUN wget -c https://huggingface.co/h94/IP-Adapter/resolve/main/sdxl_models/ip-adapter-plus-face_sdxl_vit-h.safetensors -P ./ComfyUI_IPAdapter_plus/models/
84
+ RUN wget -c https://huggingface.co/h94/IP-Adapter/resolve/main/sdxl_models/ip-adapter-plus_sdxl_vit-h.safetensors -P ./ComfyUI_IPAdapter_plus/models/
85
+ RUN wget -c https://huggingface.co/h94/IP-Adapter/resolve/main/models/ip-adapter-plus-face_sd15.safetensors -P ./ComfyUI_IPAdapter_plus/models/
86
+ RUN wget -c https://huggingface.co/h94/IP-Adapter/resolve/main/models/ip-adapter-plus_sd15.safetensors -P ./ComfyUI_IPAdapter_plus/models/
87
+
88
+ RUN echo "Downloading ClipVision..."
89
+
90
+ RUN wget -c https://huggingface.co/ArtGAN/Controlnet/resolve/main/CLIP-ViT-H-14-laion2B-s32B-b79K.safetensors
91
+ RUN wget -c https://huggingface.co/ArtGAN/Controlnet/resolve/main/sd15_model.safetensors
92
+ RUN wget -c https://huggingface.co/ArtGAN/Controlnet/resolve/main/sdxl_model.safetensors
93
+
94
  RUN echo "Downloading Upscaler..."
95
 
96
  RUN wget -c https://github.com/xinntao/Real-ESRGAN/releases/download/v0.1.0/RealESRGAN_x4plus.pth -P ./models/upscale_models/
 
116
  RUN cd custom_nodes && git clone https://github.com/Jordach/comfy-plasma
117
  RUN cd custom_nodes && git clone https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes
118
  RUN cd custom_nodes && git clone https://github.com/space-nuko/ComfyUI-OpenPose-Editor
 
119
  RUN cd custom_nodes && git clone https://github.com/twri/sdxl_prompt_styler
120
  RUN cd custom_nodes && git clone https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved
121
  RUN cd custom_nodes && git clone https://github.com/AIrjen/OneButtonPrompt