Compare commits

...

2 Commits

Author SHA1 Message Date
Ivor Wanders
c0097c13b0
Merge 73c95643db into 70d7242e57 2025-04-08 12:19:48 +09:00
Ivor Wanders
73c95643db Add custom_nodes to the example extra_model_paths.
This makes it clear additional the custom_node path can also be specified.
2024-06-16 11:32:18 -04:00

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/
@ -39,6 +40,7 @@ a111:
# loras: models/loras/
# upscale_models: models/upscale_models/
# vae: models/vae/
# custom_nodes: custom_nodes/
#other_ui:
# base_path: path/to/ui