From 73c95643dbfcccda2a8c67e1517c8682ed4f4d48 Mon Sep 17 00:00:00 2001 From: Ivor Wanders Date: Sun, 16 Jun 2024 11:32:18 -0400 Subject: [PATCH] Add custom_nodes to the example extra_model_paths. This makes it clear additional the custom_node path can also be specified. --- extra_model_paths.yaml.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extra_model_paths.yaml.example b/extra_model_paths.yaml.example index 846d04dbe..14f13f613 100644 --- a/extra_model_paths.yaml.example +++ b/extra_model_paths.yaml.example @@ -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