ip adapter
Browse files- Dockerfile +6 -0
Dockerfile
CHANGED
@@ -38,6 +38,12 @@ RUN wget -P /workspace/ComfyUI/models/vae https://huggingface.co/stabilityai/sd-
|
|
38 |
RUN git clone https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved.git /workspace/ComfyUI/custom_nodes/ComfyUI-AnimateDiff-Evolved
|
39 |
RUN wget -P /workspace/ComfyUI/custom_nodes/ComfyUI-AnimateDiff-Evolved/models https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v15.ckpt
|
40 |
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
# TOP MODELS
|
42 |
# RUN wget -O /workspace/ComfyUI/models/checkpoints/realistic_vision.safetensors https://civitai.com/api/download/models/130072 download as folder, need fix
|
43 |
|
|
|
38 |
RUN git clone https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved.git /workspace/ComfyUI/custom_nodes/ComfyUI-AnimateDiff-Evolved
|
39 |
RUN wget -P /workspace/ComfyUI/custom_nodes/ComfyUI-AnimateDiff-Evolved/models https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v15.ckpt
|
40 |
|
41 |
+
# IP ADAPTER
|
42 |
+
### Model
|
43 |
+
RUN wget -P /workspace/ComfyUI/custom_nodes/ComfyUI_IPAdapter_plus/models https://huggingface.co/h94/IP-Adapter/resolve/main/sdxl_models/ip-adapter_sdxl.bin
|
44 |
+
### CLIP Vision
|
45 |
+
RUN wget -P workspace/ComfyUI/models/clip_vision https://huggingface.co/h94/IP-Adapter/resolve/main/sdxl_models/image_encoder/pytorch_model.bin
|
46 |
+
|
47 |
# TOP MODELS
|
48 |
# RUN wget -O /workspace/ComfyUI/models/checkpoints/realistic_vision.safetensors https://civitai.com/api/download/models/130072 download as folder, need fix
|
49 |
|