mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-25 15:55:18 +00:00
Fix "extra filename replacements in SaveImage is not done when prefix is supplied by Primitive".
This commit is contained in:
parent
27fc64ad46
commit
1917064b56
@ -20,7 +20,7 @@ function hideWidget(node, widget, suffix = "") {
|
||||
if (link == null) {
|
||||
return undefined;
|
||||
}
|
||||
return widget.value;
|
||||
return widget.origSerializeValue ? widget.origSerializeValue() : widget.value;
|
||||
};
|
||||
|
||||
// Hide any linked widgets, e.g. seed+randomize
|
||||
|
Loading…
Reference in New Issue
Block a user