| | #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/ |
| | # text_encoders: | |
| | # models/text_encoders/ |
| | # models/clip/ |
| | # clip_vision: models/clip_vision/ |
| | # configs: models/configs/ |
| | # controlnet: models/controlnet/ |
| | # diffusion_models: | |
| | # models/diffusion_models |
| | # models/unet |
| | # embeddings: models/embeddings/ |
| | # loras: models/loras/ |
| | # upscale_models: models/upscale_models/ |
| | # vae: models/vae/ |
| | # audio_encoders: models/audio_encoders/ |
| | # model_patches: models/model_patches/ |
| | |
| |
|
| | #config for a1111 ui |
| | #all you have to do is uncomment this (remove the |
| | |
| | #a111: |
| | # 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 a full list of supported keys (style_models, vae_approx, hypernetworks, photomaker, |
| | # model_patches, audio_encoders, classifiers, etc.) see folder_paths.py. |
| | |
| | #other_ui: |
| | # base_path: path/to/ui |
| | # checkpoints: models/checkpoints |
| | # gligen: models/gligen |
| | # custom_nodes: path/custom_nodes |
| |
|