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, 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.
Hi,
I'm using a directory outside of the ComfyUI root directory for storing models. No issues with the current
extra_model_paths.yamlin Comfy itself, butcomfy modelsdoesn't see to care about that settings file. It does work when setting the--relative-pathoption, though.Before using
comfy-cli, I'd just symlink the outside directory asComfyUI/models, butcomfy-clidoesn'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-pathcomfy modelhonorextra_model_paths.yamlcomfy modelfollow at least a first-level link such asComfyUI/models → ~/modelsNot sure if this matters at all, but I'm trying this on macOS 15.0.1.
Thanks for your awesome work.