Add custom_nodes to the example extra_model_paths.

This makes it clear additional the custom_node path can also be specified.
This commit is contained in:
Ivor Wanders 2024-06-16 11:32:18 -04:00
parent bb1969cab7
commit 73c95643db
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ a111:
#config for comfyui
#your base path should be either an existing comfy install or a central folder where you store all of your models, loras, etc.
#absolute paths can be used to specify directories outside of the base_path.
#comfyui:
# base_path: path/to/comfyui/
@ -34,6 +35,7 @@ a111:
# loras: models/loras/
# upscale_models: models/upscale_models/
# vae: models/vae/
# custom_nodes: custom_nodes/
#other_ui:
# base_path: path/to/ui