mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix: Incorrect default clip vision opt in the node
This commit is contained in:
parent
e330966020
commit
540d506ec9
@ -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
Loading…
Reference in New Issue
Block a user