extra_model_paths.yaml.example 1.31 KB
Newer Older
1
2
#Rename this to extra_model_paths.yaml and ComfyUI will load it

3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#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.
#in this example, we make a central folder called c:/machine-learning/ and replicate the ComfyUI models folder structure inside
comfyui:
    base_path: c:/machine-learning/
    checkpoints: models/checkpoints/
    clip: models/clip/
    clip_vision: models/clip_vision/
    configs: models/configs/
    controlnet: models/controlnet/
    embeddings: models/embeddings/
    loras: models/loras/
    upscale_models: models/upscale_models/
    vae: models/vae/

18
19
20
21
22
23
24
25
#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
26
27
28
    loras: |
         models/Lora
         models/LyCORIS
29
30
    upscale_models: |
                  models/ESRGAN
31
                  models/RealESRGAN
32
33
                  models/SwinIR
    embeddings: embeddings
34
    hypernetworks: models/hypernetworks
35
36
37
38
39
    controlnet: models/ControlNet

#other_ui:
#    base_path: path/to/ui
#    checkpoints: models/checkpoints
40
#    gligen: models/gligen
41
#    custom_nodes: path/custom_nodes