"web/extensions/vscode:/vscode.git/clone" did not exist on "f8caa24bcc6abf226aeb486beeffd853e711c770"
extra_model_paths.yaml.example 662 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#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
    loras: models/Lora
    upscale_models: |
                  models/ESRGAN
                  models/SwinIR
    embeddings: embeddings
16
    hypernetworks: models/hypernetworks
17
18
19
20
21
    controlnet: models/ControlNet

#other_ui:
#    base_path: path/to/ui
#    checkpoints: models/checkpoints
22
#    gligen: models/gligen
23
#    custom_nodes: path/custom_nodes
24
25