Spaces:
Paused
Paused
Update extra_model_paths.yaml
Browse files- extra_model_paths.yaml +12 -13
extra_model_paths.yaml
CHANGED
@@ -25,20 +25,19 @@
|
|
25 |
|
26 |
comfyui:
|
27 |
base_path: /data/
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
controlnet: /data/models/controlnet/
|
35 |
diffusion_models: |
|
36 |
-
|
37 |
-
|
38 |
-
embeddings:
|
39 |
-
loras:
|
40 |
-
upscale_models:
|
41 |
-
vae:
|
42 |
|
43 |
#other_ui:
|
44 |
# base_path: path/to/ui
|
|
|
25 |
|
26 |
comfyui:
|
27 |
base_path: /data/
|
28 |
+
is_default: true
|
29 |
+
checkpoints: models/checkpoints/
|
30 |
+
clip: models/clip/
|
31 |
+
clip_vision: models/clip_vision/
|
32 |
+
configs: models/configs/
|
33 |
+
controlnet: models/controlnet/
|
|
|
34 |
diffusion_models: |
|
35 |
+
models/diffusion_models
|
36 |
+
models/unet
|
37 |
+
embeddings: models/embeddings/
|
38 |
+
loras: models/loras/
|
39 |
+
upscale_models: models/upscale_models/
|
40 |
+
vae: models/vae/
|
41 |
|
42 |
#other_ui:
|
43 |
# base_path: path/to/ui
|