LykosAI / StabilityMatrix

Multi-Platform Package Manager for Stable Diffusion
https://lykos.ai
GNU Affero General Public License v3.0
3.42k stars 226 forks source link

comfyui model sharing issue with extra_model_paths.yaml #615

Closed maxbizz closed 2 months ago

maxbizz commented 2 months ago

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 commented 2 months ago

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`