From 851a4bdb803871d62ceca4249036da34449891ed Mon Sep 17 00:00:00 2001 From: Nick Teeple <64399276+nickteeple@users.noreply.github.com> Date: Thu, 12 Oct 2023 21:26:27 +0800 Subject: [PATCH] Update extra_model_paths.yaml.example with comfy specific example --- extra_model_paths.yaml.example | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/extra_model_paths.yaml.example b/extra_model_paths.yaml.example index 36078fff..0870811f 100644 --- a/extra_model_paths.yaml.example +++ b/extra_model_paths.yaml.example @@ -1,5 +1,20 @@ #Rename this to extra_model_paths.yaml and ComfyUI will load it +#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. +#in this example, we make a central folder called c:/machine-learning/ and replicate the ComfyUI models folder structure inside +comfyui: + base_path: c:/machine-learning/ + checkpoints: models/checkpoints/ + clip: models/clip/ + clip_vision: models/clip_vision/ + configs: models/configs/ + controlnet: models/controlnet/ + embeddings: models/embeddings/ + loras: models/loras/ + upscale_models: models/upscale_models/ + vae: models/vae/ + #config for a1111 ui #all you have to do is change the base_path to where yours is installed a111: