"comfy/vscode:/vscode.git/clone" did not exist on "5b37270d3ad2227a30e15101a8d528ca77bd589d"
extra_model_paths.yaml.example 731 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
#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: path/to/stable-diffusion-webui/

    checkpoints: models/Stable-diffusion
    configs: models/Stable-diffusion
    vae: models/VAE
11
12
13
    loras: |
         models/Lora
         models/LyCORIS
14
15
    upscale_models: |
                  models/ESRGAN
16
                  models/RealESRGAN
17
18
                  models/SwinIR
    embeddings: embeddings
19
    hypernetworks: models/hypernetworks
20
21
22
23
24
    controlnet: models/ControlNet

#other_ui:
#    base_path: path/to/ui
#    checkpoints: models/checkpoints
25
#    gligen: models/gligen
26
#    custom_nodes: path/custom_nodes