kadirnar commited on
Commit
07628e5
1 Parent(s): 392d53c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -175,7 +175,7 @@ RUN wget -c https://huggingface.co/ArtGAN/Controlnet/resolve/main/ip-adapter_sdx
175
  RUN wget -c https://huggingface.co/ostris/ip-composition-adapter/resolve/main/ip_plus_composition_sdxl.safetensors -P ./custom_nodes/ComfyUI_IPAdapter_plus/models/
176
 
177
 
178
- RUN wget -c https://huggingface.co/TryOnVirtual/Ip-Adapter-Cloth/resolve/main/model.safetensors -P ./custom_nodes/ComfyUI_IPAdapter_plus/models/
179
 
180
  RUN echo "Downloading ClipVision..."
181
 
@@ -183,7 +183,7 @@ RUN wget -c https://huggingface.co/ArtGAN/Controlnet/resolve/main/CLIP-ViT-H-14-
183
  RUN wget -c https://huggingface.co/ArtGAN/Controlnet/resolve/main/sd15_model.safetensors -P ./models/clip_vision/
184
  RUN wget -c https://huggingface.co/ArtGAN/Controlnet/resolve/main/sdxl_model.safetensors -P ./models/clip_vision/
185
  RUN wget -c https://huggingface.co/h94/IP-Adapter-FaceID/resolve/main/ip-adapter-faceid-plusv2_sd15.bin -P ./models/clip_vision/
186
- RUN wget -c https://huggingface.co/TryOnVirtual/Ip-Adapter-Cloth/resolve/main/model.safetensors -P ./models/clip_vision/
187
 
188
  RUN echo "Downloading Upscaler..."
189
 
 
175
  RUN wget -c https://huggingface.co/ostris/ip-composition-adapter/resolve/main/ip_plus_composition_sdxl.safetensors -P ./custom_nodes/ComfyUI_IPAdapter_plus/models/
176
 
177
 
178
+ #RUN wget -c https://huggingface.co/TryOnVirtual/Ip-Adapter-Cloth/resolve/main/model.safetensors -P ./custom_nodes/ComfyUI_IPAdapter_plus/models/
179
 
180
  RUN echo "Downloading ClipVision..."
181
 
 
183
  RUN wget -c https://huggingface.co/ArtGAN/Controlnet/resolve/main/sd15_model.safetensors -P ./models/clip_vision/
184
  RUN wget -c https://huggingface.co/ArtGAN/Controlnet/resolve/main/sdxl_model.safetensors -P ./models/clip_vision/
185
  RUN wget -c https://huggingface.co/h94/IP-Adapter-FaceID/resolve/main/ip-adapter-faceid-plusv2_sd15.bin -P ./models/clip_vision/
186
+ #RUN wget -c https://huggingface.co/TryOnVirtual/Ip-Adapter-Cloth/resolve/main/model.safetensors -P ./models/clip_vision/
187
 
188
  RUN echo "Downloading Upscaler..."
189