mirror of
https://github.com/jags111/efficiency-nodes-comfyui.git
synced 2026-03-21 21:22:13 -03:00
Merge pull request #148 from LucianoCirino/XY-Input-Checkpoint-"+VAE"-input_mode-Fix
XY Input: Checkpoint "+VAE" input_mode Fix
This commit is contained in:
@@ -173,6 +173,7 @@ function handleVisibility(node, countValue, mode) {
|
||||
}
|
||||
} else if (inputModeValue.includes("Names+Weights") || inputModeValue.includes("+ClipSkip")) {
|
||||
toggleWidget(node, firstWidget, true);
|
||||
if (inputModeValue.includes("+VAE")){toggleWidget(node, secondWidget, true);}
|
||||
}
|
||||
if (!inputModeValue.includes("Names") && mode !== "LoRA Stacker") {
|
||||
toggleWidget(node, secondWidget, true);
|
||||
|
||||
Reference in New Issue
Block a user