You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
comfyui:
# base_path: path/to/comfyui/
# # You can use is_default to mark that these folders should be listed first, and used as the default dirs for eg downloads
is_default: true
checkpoints: /models/checkpoints/
clip: /models/clip/
clip_vision: /models/clip_vision/
configs: /models/configs/
controlnet: /models/controlnet/
diffusion_models: |
/models/diffusion_models
/models/unet
embeddings: /models/embeddings/
loras: /models/loras/
upscale_models: /models/upscale_models/
vae: /models/vae/
animatediff_models: /models/animatediff_models/
animatediff_motion_lora: /models/animatediff_motion_lora/
ipadapter: /models/ipadapter/
clip: /models/clip/
clip_vision: /models/clip_vision/
kohya@3aac82965fa8:/app/models/ipadapter$ ll /models/ipadapter/
total 191776
drwxrwxr-x 2 1000 1000 4096 Dec 16 08:58 ./
drwxr-xr-x 12 root root 4096 Dec 16 22:19 ../
-rwxrwxr-x 1 1000 1000 98183288 Apr 23 2024 ip-adapter-plus_sd15.safetensors*
-rwxrwxr-x 1 1000 1000 98183728 Mar 17 2024 ip_plus_composition_sd15.safetensors*
kohya@3aac82965fa8:/app/models/ipadapter$ ln -s /models/ipadapter/ip-adapter-plus_sd15.safetensors .
kohya@3aac82965fa8:/app/models/ipadapter$ ll
total 8
drwxr-sr-x 2 kohya root 4096 Dec 16 22:23 ./
drwxr-sr-x 23 kohya root 4096 Dec 16 22:23 ../
lrwxrwxrwx 1 kohya root 50 Dec 16 22:23 ip-adapter-plus_sd15.safetensors -> /models/ipadapter/ip-adapter-plus_sd15.safetensors*
ipadapter models aren't loaded from
extra_model_paths.yaml
. Only when symlink the model from /models/ipadapter to /app/models/ipadapter it worksSeems to track back to this PR not being merged comfyanonymous/ComfyUI#3299
docker-compose.yaml
The text was updated successfully, but these errors were encountered: