Update extra model paths example.

This commit is contained in:
comfyanonymous 2026-06-20 18:33:26 -07:00 committed by GitHub
parent dc3f8f314a
commit d5eab0153b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,21 +8,37 @@
# # You can use is_default to mark that these folders should be listed first, and used as the default dirs for eg downloads # # You can use is_default to mark that these folders should be listed first, and used as the default dirs for eg downloads
# #is_default: true # #is_default: true
# checkpoints: models/checkpoints/ # checkpoints: models/checkpoints/
# configs: models/configs/
# loras: models/loras/
# vae: models/vae/
# text_encoders: | # text_encoders: |
# models/text_encoders/ # models/text_encoders/
# models/clip/ # legacy location still supported # models/clip/
# clip_vision: models/clip_vision/
# configs: models/configs/
# controlnet: models/controlnet/
# diffusion_models: | # diffusion_models: |
# models/diffusion_models # models/unet/
# models/unet # models/diffusion_models/
# clip_vision: models/clip_vision/
# style_models: models/style_models/
# embeddings: models/embeddings/ # embeddings: models/embeddings/
# loras: models/loras/ # diffusers: models/diffusers/
# vae_approx: models/vae_approx/
# controlnet: |
# models/controlnet/
# models/t2i_adapter/
# gligen: models/gligen/
# upscale_models: models/upscale_models/ # upscale_models: models/upscale_models/
# vae: models/vae/ # latent_upscale_models: models/latent_upscale_models/
# audio_encoders: models/audio_encoders/ # custom_nodes: custom_nodes/
# hypernetworks: models/hypernetworks/
# photomaker: models/photomaker/
# classifiers: models/classifiers/
# model_patches: models/model_patches/ # model_patches: models/model_patches/
# audio_encoders: models/audio_encoders/
# background_removal: models/background_removal/
# frame_interpolation: models/frame_interpolation/
# geometry_estimation: models/geometry_estimation/
# optical_flow: models/optical_flow/
# detection: models/detection/
#config for a1111 ui #config for a1111 ui
@ -45,8 +61,7 @@
# controlnet: models/ControlNet # controlnet: models/ControlNet
# For a full list of supported keys (style_models, vae_approx, hypernetworks, photomaker, # For the canonical list of supported keys and extensions, see folder_paths.py.
# model_patches, audio_encoders, classifiers, etc.) see folder_paths.py.
#other_ui: #other_ui:
# base_path: path/to/ui # base_path: path/to/ui