Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +13 -5
Dockerfile
CHANGED
@@ -99,7 +99,8 @@ RUN cd custom_nodes && git clone https://github.com/EllangoK/ComfyUI-post-proce
|
|
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 |
-
|
|
|
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/
|
@@ -153,6 +154,8 @@ RUN wget -c https://huggingface.co/cjpais/llava-1.6-mistral-7b-gguf/resolve/main
|
|
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/
|
@@ -162,6 +165,11 @@ RUN wget -c https://huggingface.co/h94/IP-Adapter/resolve/main/models/ip-adapter
|
|
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 |
|
|
|
|
|
|
|
|
|
|
|
165 |
RUN echo "Downloading ClipVision..."
|
166 |
|
167 |
RUN wget -c https://huggingface.co/ArtGAN/Controlnet/resolve/main/CLIP-ViT-H-14-laion2B-s32B-b79K.safetensors -P ./models/clip_vision/
|
@@ -169,11 +177,11 @@ RUN wget -c https://huggingface.co/ArtGAN/Controlnet/resolve/main/sd15_model.saf
|
|
169 |
RUN wget -c https://huggingface.co/ArtGAN/Controlnet/resolve/main/sdxl_model.safetensors -P ./models/clip_vision/
|
170 |
RUN wget -c https://huggingface.co/h94/IP-Adapter-FaceID/resolve/main/ip-adapter-faceid-plusv2_sd15.bin -P ./models/clip_vision/
|
171 |
|
172 |
-
RUN echo "Downloading
|
173 |
|
174 |
-
RUN wget -c https://
|
175 |
-
RUN wget -c https://huggingface.co/
|
176 |
-
RUN
|
177 |
|
178 |
RUN echo "Downloading Lora..."
|
179 |
|
|
|
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/
|
|
|
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/
|
|
|
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 |
|
175 |
RUN wget -c https://huggingface.co/ArtGAN/Controlnet/resolve/main/CLIP-ViT-H-14-laion2B-s32B-b79K.safetensors -P ./models/clip_vision/
|
|
|
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 |
|