mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-07-28 08:46:35 +00:00
removed widgetType from serialization
This commit is contained in:
parent
982f4d6f31
commit
e1975567a3
@ -204,7 +204,6 @@ class WidgetInputV3(InputV3):
|
|||||||
return super().as_dict_V1() | prune_dict({
|
return super().as_dict_V1() | prune_dict({
|
||||||
"default": self.default,
|
"default": self.default,
|
||||||
"socketless": self.socketless,
|
"socketless": self.socketless,
|
||||||
"widgetType": self.widgetType,
|
|
||||||
"forceInput": self.force_input,
|
"forceInput": self.force_input,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user