fix: Incorrect default clip vision opt in the node

This commit is contained in:
blessedcoolant 2024-04-06 00:05:27 +05:30 committed by Kent Keirsey
parent e330966020
commit 540d506ec9
2 changed files with 4 additions and 4 deletions

View File

@ -67,7 +67,7 @@ class IPAdapterInvocation(BaseInvocation):
)
clip_vision_model: Literal["ViT-H", "ViT-G"] = InputField(
description="CLIP Vision model to use. Overrides model settings. Mandatory for checkpoint models.",
default="auto",
default="ViT-H",
ui_order=2,
)
weight: Union[float, List[float]] = InputField(

File diff suppressed because one or more lines are too long