Stellar_Glaive

Amended Comfyui extra_model_paths.yaml

Jul 28th, 2025
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. Rename this to extra_model_paths.yaml and ComfyUI will load it
  2.  
  3.  
  4. #config for a1111 ui
  5. #all you have to do is change the base_path to where yours is installed
  6.  
  7.  
  8. #config for comfyui
  9. #your base path should be either an existing comfy install or a central folder where you store all of your models, loras, etc.
  10.  
  11. #comfyui:
  12. base_path: /mnt/GeneralFiles/ComfyUI/
  13. # # You can use is_default to mark that these folders should be listed first, and used as the default dirs for eg downloads
  14. # #is_default: true
  15. checkpoints: models/checkpoints/
  16. clip: models/clip/
  17. clip_vision: models/clip_vision/
  18. configs: models/configs/
  19. controlnet: models/controlnet/
  20. diffusion_models: |
  21. models/diffusion_models
  22. models/unet
  23. embeddings: models/embeddings/
  24. loras: models/loras/
  25. upscale_models: models/upscale_models/
  26. vae: models/vae/
  27.  
  28.  
Advertisement
Add Comment
Please, Sign In to add comment