fred-dev/comfy_ui_ali
0
1#Rename this to extra_model_paths.yaml and ComfyUI will load it2 3 4#config for a1111 ui5#all you have to do is change the base_path to where yours is installed6# a111:7# base_path: path/to/stable-diffusion-webui/8 9# checkpoints: models/Stable-diffusion10# configs: models/Stable-diffusion11# vae: models/VAE12# loras: |13# models/Lora14# models/LyCORIS15# upscale_models: |16# models/ESRGAN17# models/RealESRGAN18# models/SwinIR19# embeddings: embeddings20# hypernetworks: models/hypernetworks21# controlnet: models/ControlNet22 23#config for comfyui24#your base path should be either an existing comfy install or a central folder where you store all of your models, loras, etc.25 26comfyui:27 base_path: /data/28 download_model_base: models29 is_default: true30 checkpoints: models/checkpoints/31 clip: models/clip/32 clip_vision: models/clip_vision/33 configs: models/configs/34 controlnet: models/controlnet/35 diffusion_models: |36 models/diffusion_models37 models/unet38 embeddings: models/embeddings/39 loras: models/loras/40 upscale_models: models/upscale_models/41 vae: models/vae/42 43#other_ui:44# base_path: path/to/ui45# checkpoints: models/checkpoints46# gligen: models/gligen47# custom_nodes: path/custom_nodes48 