Upload extra_model_paths.yaml.example
Browse files
extra_model_paths.yaml.example
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#Rename this to extra_model_paths.yaml and ComfyUI will load it
|
2 |
+
|
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 |
+
|
23 |
+
#config for comfyui
|
24 |
+
#your base path should be either an existing comfy install or a central folder where you store all of your models, loras, etc.
|
25 |
+
|
26 |
+
#comfyui:
|
27 |
+
# base_path: path/to/comfyui/
|
28 |
+
# # You can use is_default to mark that these folders should be listed first, and used as the default dirs for eg downloads
|
29 |
+
# #is_default: true
|
30 |
+
# 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_models
|
37 |
+
# models/unet
|
38 |
+
# 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/ui
|
45 |
+
# checkpoints: models/checkpoints
|
46 |
+
# gligen: models/gligen
|
47 |
+
# custom_nodes: path/custom_nodes
|