Add all_model_folders as possible entry to extra_model_paths so that all model-related paths will get mapped without needing to specify them individually

This commit is contained in:
Jedrzej Kosinski
2026-02-17 22:52:36 -08:00
parent 8ad38d2073
commit 631d4c1921
3 changed files with 165 additions and 0 deletions

View File

@@ -53,3 +53,14 @@
# checkpoints: models/checkpoints
# gligen: models/gligen
# custom_nodes: path/custom_nodes
# all_model_folders: when set to true alongside base_path, automatically registers
# base_path/{folder_name} for every model folder type known to ComfyUI.
# custom_nodes is excluded. This keeps configs in sync as new model types are added.
# Can be combined with explicit entries to add extra paths for specific types.
#shared_models:
# base_path: /path/to/shared/models
# is_default: true
# all_model_folders: true