Skip to content

Commit 035d110

Browse files
christian-byrnegmaOCR
authored andcommitted
update extra models paths example (comfyanonymous#10316)
1 parent d3ac656 commit 035d110

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

extra_model_paths.yaml.example

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ a111:
2828
# # You can use is_default to mark that these folders should be listed first, and used as the default dirs for eg downloads
2929
# #is_default: true
3030
# checkpoints: models/checkpoints/
31-
# clip: models/clip/
31+
# text_encoders: |
32+
# models/text_encoders/
33+
# models/clip/ # legacy location still supported
3234
# clip_vision: models/clip_vision/
3335
# configs: models/configs/
3436
# controlnet: models/controlnet/
@@ -40,6 +42,9 @@ a111:
4042
# upscale_models: models/upscale_models/
4143
# vae: models/vae/
4244

45+
# For a full list of supported keys (style_models, vae_approx, hypernetworks, photomaker,
46+
# model_patches, audio_encoders, classifiers, etc.) see folder_paths.py.
47+
4348
#other_ui:
4449
# base_path: path/to/ui
4550
# checkpoints: models/checkpoints

0 commit comments

Comments
 (0)