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:
parent
bb1969cab7
commit
73c95643db
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue