Skip to content

Commit d68ece7

Browse files
Update the extra_model_paths.yaml.example (Comfy-Org#10319)
1 parent 894837d commit d68ece7

File tree

1 file changed

+23
-20
lines changed

1 file changed

+23
-20
lines changed

extra_model_paths.yaml.example

Lines changed: 23 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,5 @@
11
#Rename this to extra_model_paths.yaml and ComfyUI will load it
22

3-
4-
#config for a1111 ui
5-
#all you have to do is change the base_path to where yours is installed
6-
a111:
7-
base_path: path/to/stable-diffusion-webui/
8-
9-
checkpoints: models/Stable-diffusion
10-
configs: models/Stable-diffusion
11-
vae: models/VAE
12-
loras: |
13-
models/Lora
14-
models/LyCORIS
15-
upscale_models: |
16-
models/ESRGAN
17-
models/RealESRGAN
18-
models/SwinIR
19-
embeddings: embeddings
20-
hypernetworks: models/hypernetworks
21-
controlnet: models/ControlNet
22-
233
#config for comfyui
244
#your base path should be either an existing comfy install or a central folder where you store all of your models, loras, etc.
255

@@ -41,6 +21,29 @@ a111:
4121
# loras: models/loras/
4222
# upscale_models: models/upscale_models/
4323
# vae: models/vae/
24+
# audio_encoders: models/audio_encoders/
25+
# model_patches: models/model_patches/
26+
27+
28+
#config for a1111 ui
29+
#all you have to do is uncomment this (remove the #) and change the base_path to where yours is installed
30+
31+
#a111:
32+
# base_path: path/to/stable-diffusion-webui/
33+
# checkpoints: models/Stable-diffusion
34+
# configs: models/Stable-diffusion
35+
# vae: models/VAE
36+
# loras: |
37+
# models/Lora
38+
# models/LyCORIS
39+
# upscale_models: |
40+
# models/ESRGAN
41+
# models/RealESRGAN
42+
# models/SwinIR
43+
# embeddings: embeddings
44+
# hypernetworks: models/hypernetworks
45+
# controlnet: models/ControlNet
46+
4447

4548
# For a full list of supported keys (style_models, vae_approx, hypernetworks, photomaker,
4649
# model_patches, audio_encoders, classifiers, etc.) see folder_paths.py.

0 commit comments

Comments
 (0)