Guest User

comfig yaml for glaive

a guest
Jul 28th, 2025
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. #Rename this to extra_model_paths.yaml and ComfyUI will load it
  2.  
  3. #comfyui:
  4. base_path: mnt/General_Files/Comfyui/
  5. # You can use is_default to mark that these folders should be listed first, and used as the default dirs for eg downloads
  6. #is_default: true
  7. checkpoints: models/checkpoints/
  8. clip: models/clip/
  9. clip_vision: models/clip_vision/
  10. configs: models/configs/
  11. controlnet: models/controlnet/
  12. diffusion_models: |
  13. models/diffusion_models
  14. models/unet
  15. embeddings: models/embeddings/
  16. loras: models/loras/
  17. upscale_models: models/upscale_models/
  18. vae: models/vae/
  19.  
Advertisement
Add Comment
Please, Sign In to add comment