remghoost

extra_models_path.yaml

Apr 12th, 2024 (edited)
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 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. a111:
  7. base_path: C:\stable-diffusion\stable-diffusion_2.0\-TEST\ComfyUI_windows_portable\ComfyUI\
  8.  
  9. checkpoints: models/Stable-diffusion
  10. configs: models/Stable-diffusion
  11. vae: models/VAE
  12. loras: |
  13. models/Lora
  14. models/LyCORIS
  15. upscale_models: |
  16. models/ESRGAN
  17. models/RealESRGAN
  18. models/SwinIR
  19. embeddings: embeddings
  20. hypernetworks: models/hypernetworks
  21. controlnet: models/ControlNet
  22.  
  23. #config for comfyui
  24. #your base path should be either an existing comfy install or a central folder where you store all of your models, loras, etc.
  25.  
  26. #comfyui:
  27. # base_path: path/to/comfyui/
  28. # checkpoints: models/checkpoints/
  29. # clip: models/clip/
  30. # clip_vision: models/clip_vision/
  31. # configs: models/configs/
  32. # controlnet: models/controlnet/
  33. # embeddings: models/embeddings/
  34. # loras: models/loras/
  35. # upscale_models: models/upscale_models/
  36. # vae: models/vae/
  37.  
  38. #other_ui:
  39. # base_path: path/to/ui
  40. # checkpoints: models/checkpoints
  41. # gligen: models/gligen
  42. # custom_nodes: path/custom_nodes
  43.  
Add Comment
Please, Sign In to add comment