Upload extra_model_paths.yaml.example
Browse files
extra_model_paths.yaml.example
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: kaggle/temp/temp-models
|
8 |
+
|
9 |
+
checkpoints: kaggle/temp/temp-models
|
10 |
+
configs: kaggle/temp/temp-models
|
11 |
+
vae: kaggle/temp/temp-models
|
12 |
+
loras: |
|
13 |
+
kaggle/temp/temp-models
|
14 |
+
kaggle/temp/temp-models
|
15 |
+
upscale_models: |
|
16 |
+
models/ESRGAN
|
17 |
+
models/RealESRGAN
|
18 |
+
models/SwinIR
|
19 |
+
embeddings: kaggle/temp/temp-models
|
20 |
+
hypernetworks: kaggle/temp/temp-models
|
21 |
+
controlnet: kaggle/temp/temp-models
|
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 |
+
# checkpoints: models/checkpoints/
|
29 |
+
# clip: models/clip/
|
30 |
+
# clip_vision: models/clip_vision/
|
31 |
+
# configs: models/configs/
|
32 |
+
# controlnet: models/controlnet/
|
33 |
+
# embeddings: models/embeddings/
|
34 |
+
# loras: models/loras/
|
35 |
+
# upscale_models: models/upscale_models/
|
36 |
+
# vae: models/vae/
|
37 |
+
|
38 |
+
#other_ui:
|
39 |
+
# base_path: path/to/ui
|
40 |
+
# checkpoints: models/checkpoints
|
41 |
+
# gligen: models/gligen
|
42 |
+
# custom_nodes: path/custom_nodes
|