StabilityMatrix icon indicating copy to clipboard operation
StabilityMatrix copied to clipboard

comfyui model sharing issue with extra_model_paths.yaml

Open maxbizz opened this issue 1 year ago • 1 comments

I'm using the model sharing option in comfyui via the config file. My clip vision models are in the clip_vision folder, and ipadapter models are in the controlnet folder. However, in the extra_model_paths.yaml file, the paths for these models are pointing to different folders (InvokeClipVision and IpAdapter respectively). Whenever I try to change these paths in the YAML file, they revert back to the incorrect folders every time I start comfyui. How can I get comfyui to use the correct folder paths (clip_vision and controlnet) for my clip vision and ipadapter models?

maxbizz avatar Apr 25 '24 06:04 maxbizz

Issue fixed. I found the solution on your discord server. You just need to put the path outside stable matrix section. Just like this:

`custom settings: ipadapter: I:\AI\StabilityMatrix\Models\controlnet clip_vision: I:\AI\StabilityMatrix\Models\clip_vision

stability_matrix: checkpoints: I:\AI\StabilityMatrix\Models\StableDiffusion vae: I:\AI\StabilityMatrix\Models\VAE`

maxbizz avatar Apr 25 '24 06:04 maxbizz