Spaces:
Running
on
Zero
Running
on
Zero
Update extra_model_paths.yaml
Browse files- extra_model_paths.yaml +15 -19
extra_model_paths.yaml
CHANGED
@@ -1,23 +1,19 @@
|
|
1 |
# ComfyUI model paths configuration
|
2 |
|
3 |
comfyui:
|
4 |
-
|
5 |
-
|
6 |
-
is_default: true
|
7 |
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
diffusion_models
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
# Custom nodes directory
|
23 |
-
custom_nodes: models/custom_nodes/
|
|
|
1 |
# ComfyUI model paths configuration
|
2 |
|
3 |
comfyui:
|
4 |
+
base_path: /home/user/app
|
5 |
+
is_default: true
|
|
|
6 |
|
7 |
+
checkpoints: models/checkpoints
|
8 |
+
clip: models/text_encoders
|
9 |
+
clip_vision: models/text_encoders
|
10 |
+
configs: models/configs
|
11 |
+
controlnet: models/controlnet
|
12 |
+
diffusion_models:
|
13 |
+
- models/diffusion_models
|
14 |
+
- models/unet
|
15 |
+
embeddings: models/embeddings
|
16 |
+
loras: models/lora
|
17 |
+
upscale_models: models/upscale_models
|
18 |
+
vae: models/vae
|
19 |
+
custom_nodes: models/custom_nodes
|
|
|
|
|
|