mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-04-20 03:13:30 +00:00
parent
02409c30d9
commit
cf4910a3a4
@ -22,6 +22,7 @@ function isConvertableWidget(widget, config) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function hideWidget(node, widget, suffix = "") {
|
function hideWidget(node, widget, suffix = "") {
|
||||||
|
if (widget.type?.startsWith(CONVERTED_TYPE)) return;
|
||||||
widget.origType = widget.type;
|
widget.origType = widget.type;
|
||||||
widget.origComputeSize = widget.computeSize;
|
widget.origComputeSize = widget.computeSize;
|
||||||
widget.origSerializeValue = widget.serializeValue;
|
widget.origSerializeValue = widget.serializeValue;
|
||||||
|
Loading…
Reference in New Issue
Block a user