From dd6e628157ef3341e9fc40436f562fc79139145b Mon Sep 17 00:00:00 2001 From: Juan Carlos Medina Date: Mon, 26 May 2025 01:12:15 -0700 Subject: [PATCH] Add clip_vision path Tested locally. --- extra_model_paths.yaml.example | 1 + 1 file changed, 1 insertion(+) diff --git a/extra_model_paths.yaml.example b/extra_model_paths.yaml.example index b55913a5a..d085e441d 100644 --- a/extra_model_paths.yaml.example +++ b/extra_model_paths.yaml.example @@ -19,6 +19,7 @@ a111: embeddings: embeddings hypernetworks: models/hypernetworks controlnet: models/ControlNet + clip_vision: models/clip_vision/ #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.