| #Rename this to extra_model_paths.yaml and ComfyUI will load it |
| |
| #config for comfyui |
| #your base path should be either an existing comfy install or a central folder where you store all of your models, loras, etc. |
| |
| #comfyui: |
| # base_path: path/to/comfyui/ |
| # |
| # |
| # checkpoints: models/checkpoints/ |
| # configs: models/configs/ |
| # loras: models/loras/ |
| # vae: models/vae/ |
| # text_encoders: | |
| # models/text_encoders/ |
| # models/clip/ |
| # diffusion_models: | |
| # models/unet/ |
| # models/diffusion_models/ |
| # clip_vision: models/clip_vision/ |
| # style_models: models/style_models/ |
| # embeddings: models/embeddings/ |
| # diffusers: models/diffusers/ |
| # vae_approx: models/vae_approx/ |
| # controlnet: | |
| # models/controlnet/ |
| # models/t2i_adapter/ |
| # gligen: models/gligen/ |
| # upscale_models: models/upscale_models/ |
| # latent_upscale_models: models/latent_upscale_models/ |
| # custom_nodes: custom_nodes/ |
| # hypernetworks: models/hypernetworks/ |
| # photomaker: models/photomaker/ |
| # classifiers: models/classifiers/ |
| # model_patches: models/model_patches/ |
| # audio_encoders: models/audio_encoders/ |
| # background_removal: models/background_removal/ |
| # frame_interpolation: models/frame_interpolation/ |
| # geometry_estimation: models/geometry_estimation/ |
| # optical_flow: models/optical_flow/ |
| # detection: models/detection/ |
| |
| |
| #config for a1111 ui |
| #all you have to do is uncomment this (remove the |
| |
| #a1111: |
| # base_path: path/to/stable-diffusion-webui/ |
| # checkpoints: models/Stable-diffusion |
| # configs: models/Stable-diffusion |
| # vae: models/VAE |
| # loras: | |
| # models/Lora |
| # models/LyCORIS |
| # upscale_models: | |
| # models/ESRGAN |
| # models/RealESRGAN |
| # models/SwinIR |
| # embeddings: embeddings |
| # hypernetworks: models/hypernetworks |
| # controlnet: models/ControlNet |
| |
| |
| # For the canonical list of supported keys and extensions, see folder_paths.py. |
| |
| #other_ui: |
| # base_path: path/to/ui |
| # checkpoints: models/checkpoints |
| # gligen: models/gligen |
| # custom_nodes: path/custom_nodes |
|
|