| #Rename this to extra_model_paths.yaml and ComfyUI will load it | |
| #config for a1111 ui | |
| #all you have to do is change the base_path to where yours is installed | |
| a111: | |
| base_path: E:/Softwares/stable-diffusion-webui # 填写sd-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 | |
| ipadapter: models/Controlnet # ipadapter模型 | |
| clip_vision: extensions/sd-webui-controlnet/annotator/downloads/clip_vision # clip_vision模型 | |
| # animatediff模型共享的说明: https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved?tab=readme-ov-file#model-setup | |
| animatediff_models: extensions/sd-webui-animatediff/model # animatediff模型 | |
| animatediff_motion_lora: extensions/sd-webui-animatediff/model # animatediff lora模型 | |
| #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/ | |
| # clip: models/clip/ | |
| # configs: models/configs/ | |
| # controlnet: models/controlnet/ | |
| # embeddings: models/embeddings/ | |
| # loras: models/loras/ | |
| # upscale_models: models/upscale_models/ | |
| # vae: models/vae/ | |
| #other_ui: | |
| # base_path: path/to/ui | |
| # checkpoints: models/checkpoints | |
| # gligen: models/gligen | |
| # custom_nodes: path/custom_nodes | |