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
I'm using a directory outside of the ComfyUI root directory for storing models. No issues with the current extra_model_paths.yaml in Comfy itself, but comfy models doesn't see to care about that settings file. It does work when setting the --relative-path option, though.
Before using comfy-cli, I'd just symlink the outside directory as ComfyUI/models, but comfy-cli doesn't seem to like ("too many levels of symlinks" or something along that line).
It would be great if we could do one or more the following:
Set a default for --relative-path
Have comfy model honor extra_model_paths.yaml
Have comfy model follow at least a first-level link such as ComfyUI/models → ~/models
Not sure if this matters at all, but I'm trying this on macOS 15.0.1.
Thanks for your awesome work.
The text was updated successfully, but these errors were encountered:
Hi,
I'm using a directory outside of the ComfyUI root directory for storing models. No issues with the current
extra_model_paths.yaml
in Comfy itself, butcomfy models
doesn't see to care about that settings file. It does work when setting the--relative-path
option, though.Before using
comfy-cli
, I'd just symlink the outside directory asComfyUI/models
, butcomfy-cli
doesn't seem to like ("too many levels of symlinks" or something along that line).It would be great if we could do one or more the following:
--relative-path
comfy model
honorextra_model_paths.yaml
comfy model
follow at least a first-level link such asComfyUI/models → ~/models
Not sure if this matters at all, but I'm trying this on macOS 15.0.1.
Thanks for your awesome work.
The text was updated successfully, but these errors were encountered: