kadirnar commited on
Commit
d3e882a
1 Parent(s): 4d77cab

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +16 -19
Dockerfile CHANGED
@@ -1,4 +1,3 @@
1
-
2
  FROM nvidia/cuda:12.1.0-cudnn8-devel-ubuntu22.04
3
 
4
  ENV DEBIAN_FRONTEND=noninteractive \
@@ -94,19 +93,19 @@ RUN cd custom_nodes && git clone https://github.com/Kosinkadink/ComfyUI-Advanced
94
  RUN cd custom_nodes && git clone https://github.com/Acly/comfyui-inpaint-nodes
95
  RUN cd custom_nodes && git clone https://github.com/chflame163/ComfyUI_LayerStyle && cd ComfyUI_LayerStyle && pip install -r requirements.txt
96
  RUN cd custom_nodes && git clone https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92
97
- RUN cd custom_nodes && git clone https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes
98
- RUN cd custom_nodes && git clone https://github.com/EllangoK/ComfyUI-post-processing-nodes
99
- RUN cd custom_nodes && git clone https://github.com/jags111/ComfyUI_Jags_VectorMagic
100
- RUN cd custom_nodes && git clone https://github.com/melMass/comfy_mtb && cd comfy_mtb && pip install -r requirements.txt
101
- RUN cd custom_nodes && git clone https://github.com/AuroBit/ComfyUI-OOTDiffusion && cd ComfyUI-OOTDiffusion && pip install -r requirements.txt
102
  RUN cd custom_nodes && git clone https://github.com/kijai/ComfyUI-KJNodes && cd ComfyUI-KJNodes && pip install -r requirements.txt
103
  RUN cd custom_nodes && git clone https://github.com/kijai/ComfyUI-SUPIR && cd ComfyUI-SUPIR && pip install -r requirements.txt
104
 
105
  RUN echo "Downloading checkpoints..."
106
  RUN wget -c https://huggingface.co/SG161222/RealVisXL_V4.0_Lightning/resolve/main/RealVisXL_V4.0_Lightning.safetensors -P ./models/checkpoints/
107
- RUN wget -c https://huggingface.co/Lykon/dreamshaper-xl-lightning/resolve/main/DreamShaperXL_Lightning.safetensors -P ./models/checkpoints/
108
  RUN wget -c https://huggingface.co/Lykon/DreamShaper/resolve/main/DreamShaper_8_pruned.safetensors -P ./models/checkpoints/
109
- RUN wget -c https://huggingface.co/cagliostrolab/animagine-xl-3.1/resolve/main/animagine-xl-3.1.safetensors -P ./models/checkpoints/
110
 
111
  RUN echo "Downloading AnimateDiff Models..."
112
 
@@ -154,8 +153,6 @@ RUN wget -c https://huggingface.co/cjpais/llava-1.6-mistral-7b-gguf/resolve/main
154
  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/
155
  RUN wget -c https://huggingface.co/cjpais/llava-1.6-mistral-7b-gguf/resolve/main/mmproj-model-f16.gguf -P ./models/LLavacheckpoints/
156
  RUN wget -c https://huggingface.co/cjpais/llava-v1.6-34B-gguf/resolve/main/llava-v1.6-34b.Q4_K_M.gguf -P ./models/LLavacheckpoints/
157
- RUN wget -c https://huggingface.co/ArtGAN/Controlnet/resolve/main/llava-v1.6-34b-mmproj-model-f16.gguf -P ./models/LLavacheckpoints/
158
-
159
 
160
  RUN echo "Downloading IPAdapter Plus..."
161
  RUN wget -c https://huggingface.co/h94/IP-Adapter/resolve/main/sdxl_models/ip-adapter-plus-face_sdxl_vit-h.safetensors -P ./custom_nodes/ComfyUI_IPAdapter_plus/models/
@@ -164,11 +161,7 @@ RUN wget -c https://huggingface.co/h94/IP-Adapter/resolve/main/models/ip-adapter
164
  RUN wget -c https://huggingface.co/h94/IP-Adapter/resolve/main/models/ip-adapter-plus_sd15.safetensors -P ./custom_nodes/ComfyUI_IPAdapter_plus/models/
165
  RUN wget -c https://huggingface.co/h94/IP-Adapter-FaceID/resolve/main/ip-adapter-faceid-plusv2_sd15.bin -P ./custom_nodes/ComfyUI_IPAdapter_plus/models/
166
  RUN wget -c https://huggingface.co/ArtGAN/Controlnet/resolve/main/ip-adapter_sdxl.safetensors -P ./custom_nodes/ComfyUI_IPAdapter_plus/models/
167
-
168
- RUN echo "Downloading Upscaler..."
169
-
170
- RUN wget -c https://github.com/xinntao/Real-ESRGAN/releases/download/v0.1.0/RealESRGAN_x4plus.pth -P ./models/upscale_models/
171
- RUN wget -c https://huggingface.co/sberbank-ai/Real-ESRGAN/resolve/main/RealESRGAN_x2.pth -P ./models/upscale_models/
172
 
173
  RUN echo "Downloading ClipVision..."
174
 
@@ -177,11 +170,11 @@ RUN wget -c https://huggingface.co/ArtGAN/Controlnet/resolve/main/sd15_model.saf
177
  RUN wget -c https://huggingface.co/ArtGAN/Controlnet/resolve/main/sdxl_model.safetensors -P ./models/clip_vision/
178
  RUN wget -c https://huggingface.co/h94/IP-Adapter-FaceID/resolve/main/ip-adapter-faceid-plusv2_sd15.bin -P ./models/clip_vision/
179
 
180
- RUN echo "Downloading SUPIR..."
181
 
182
- RUN wget -c https://huggingface.co/camenduru/SUPIR/resolve/main/SUPIR-v0Q.ckpt -P ./models/checkpoints/
183
- RUN wget -c https://huggingface.co/camenduru/SUPIR/resolve/main/SUPIR-v0F.ckpt -P ./models/checkpoints/
184
- RUN echo "Done"
185
 
186
  RUN echo "Downloading Lora..."
187
 
@@ -208,6 +201,10 @@ RUN wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v3_sd15_adapt
208
  RUN wget -c https://huggingface.co/ArtGAN/Controlnet/resolve/main/StopMotionAnimation.safetensors -P ./custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora/
209
  RUN wget -c https://huggingface.co/ArtGAN/Controlnet/resolve/main/shatterAnimatediff_v10.safetensors -P ./custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora/
210
 
 
 
 
 
211
  RUN echo "Done"
212
 
213
  CMD ["python", "main.py", "--listen", "0.0.0.0", "--port", "7860", "--output-directory", "${USE_PERSISTENT_DATA:+/data/}"]
 
 
1
  FROM nvidia/cuda:12.1.0-cudnn8-devel-ubuntu22.04
2
 
3
  ENV DEBIAN_FRONTEND=noninteractive \
 
93
  RUN cd custom_nodes && git clone https://github.com/Acly/comfyui-inpaint-nodes
94
  RUN cd custom_nodes && git clone https://github.com/chflame163/ComfyUI_LayerStyle && cd ComfyUI_LayerStyle && pip install -r requirements.txt
95
  RUN cd custom_nodes && git clone https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92
96
+ RUN cd custom_nodes && git clone https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes
97
+ RUN cd custom_nodes && git clone https://github.com/EllangoK/ComfyUI-post-processing-nodes
98
+ RUN cd custom_nodes && git clone https://github.com/jags111/ComfyUI_Jags_VectorMagic
99
+ RUN cd custom_nodes && git clone https://github.com/melMass/comfy_mtb && cd comfy_mtb && pip install -r requirements.txt
100
+ RUN cd custom_nodes && git clone https://github.com/AuroBit/ComfyUI-OOTDiffusion && cd ComfyUI-OOTDiffusion && pip install -r requirements.txt
101
  RUN cd custom_nodes && git clone https://github.com/kijai/ComfyUI-KJNodes && cd ComfyUI-KJNodes && pip install -r requirements.txt
102
  RUN cd custom_nodes && git clone https://github.com/kijai/ComfyUI-SUPIR && cd ComfyUI-SUPIR && pip install -r requirements.txt
103
 
104
  RUN echo "Downloading checkpoints..."
105
  RUN wget -c https://huggingface.co/SG161222/RealVisXL_V4.0_Lightning/resolve/main/RealVisXL_V4.0_Lightning.safetensors -P ./models/checkpoints/
106
+ #RUN wget -c https://huggingface.co/Lykon/dreamshaper-xl-lightning/resolve/main/DreamShaperXL_Lightning.safetensors -P ./models/checkpoints/
107
  RUN wget -c https://huggingface.co/Lykon/DreamShaper/resolve/main/DreamShaper_8_pruned.safetensors -P ./models/checkpoints/
108
+ #RUN wget -c https://huggingface.co/cagliostrolab/animagine-xl-3.1/resolve/main/animagine-xl-3.1.safetensors -P ./models/checkpoints/
109
 
110
  RUN echo "Downloading AnimateDiff Models..."
111
 
 
153
  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/
154
  RUN wget -c https://huggingface.co/cjpais/llava-1.6-mistral-7b-gguf/resolve/main/mmproj-model-f16.gguf -P ./models/LLavacheckpoints/
155
  RUN wget -c https://huggingface.co/cjpais/llava-v1.6-34B-gguf/resolve/main/llava-v1.6-34b.Q4_K_M.gguf -P ./models/LLavacheckpoints/
 
 
156
 
157
  RUN echo "Downloading IPAdapter Plus..."
158
  RUN wget -c https://huggingface.co/h94/IP-Adapter/resolve/main/sdxl_models/ip-adapter-plus-face_sdxl_vit-h.safetensors -P ./custom_nodes/ComfyUI_IPAdapter_plus/models/
 
161
  RUN wget -c https://huggingface.co/h94/IP-Adapter/resolve/main/models/ip-adapter-plus_sd15.safetensors -P ./custom_nodes/ComfyUI_IPAdapter_plus/models/
162
  RUN wget -c https://huggingface.co/h94/IP-Adapter-FaceID/resolve/main/ip-adapter-faceid-plusv2_sd15.bin -P ./custom_nodes/ComfyUI_IPAdapter_plus/models/
163
  RUN wget -c https://huggingface.co/ArtGAN/Controlnet/resolve/main/ip-adapter_sdxl.safetensors -P ./custom_nodes/ComfyUI_IPAdapter_plus/models/
164
+ RUN wget -c https://huggingface.co/ostris/ip-composition-adapter/resolve/main/ip_plus_composition_sdxl.safetensors -P ./custom_nodes/ComfyUI_IPAdapter_plus/models/
 
 
 
 
165
 
166
  RUN echo "Downloading ClipVision..."
167
 
 
170
  RUN wget -c https://huggingface.co/ArtGAN/Controlnet/resolve/main/sdxl_model.safetensors -P ./models/clip_vision/
171
  RUN wget -c https://huggingface.co/h94/IP-Adapter-FaceID/resolve/main/ip-adapter-faceid-plusv2_sd15.bin -P ./models/clip_vision/
172
 
173
+ RUN echo "Downloading Upscaler..."
174
 
175
+ RUN wget -c https://github.com/xinntao/Real-ESRGAN/releases/download/v0.1.0/RealESRGAN_x4plus.pth -P ./models/upscale_models/
176
+ RUN wget -c https://huggingface.co/sberbank-ai/Real-ESRGAN/resolve/main/RealESRGAN_x2.pth -P ./models/upscale_models/
177
+ RUN wget -c https://huggingface.co/sberbank-ai/Real-ESRGAN/resolve/main/RealESRGAN_x4.pth -P ./models/upscale_models/
178
 
179
  RUN echo "Downloading Lora..."
180
 
 
201
  RUN wget -c https://huggingface.co/ArtGAN/Controlnet/resolve/main/StopMotionAnimation.safetensors -P ./custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora/
202
  RUN wget -c https://huggingface.co/ArtGAN/Controlnet/resolve/main/shatterAnimatediff_v10.safetensors -P ./custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora/
203
 
204
+ RUN echo "Downloading SUPIR..."
205
+
206
+ RUN wget -c https://huggingface.co/camenduru/SUPIR/resolve/main/SUPIR-v0Q.ckpt -P ./models/checkpoints/
207
+ RUN wget -c https://huggingface.co/camenduru/SUPIR/resolve/main/SUPIR-v0F.ckpt -P ./models/checkpoints/
208
  RUN echo "Done"
209
 
210
  CMD ["python", "main.py", "--listen", "0.0.0.0", "--port", "7860", "--output-directory", "${USE_PERSISTENT_DATA:+/data/}"]