mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2026-05-31 09:17:06 +08:00
Update nodes.py
This commit is contained in:
parent
5c19bd835a
commit
479cde218b
@ -800,7 +800,7 @@ The choices are loaded from 'custom_dimensions.json' in the nodes folder.
|
|||||||
|
|
||||||
class WidgetToString:
|
class WidgetToString:
|
||||||
@classmethod
|
@classmethod
|
||||||
def IS_CHANGED(cls, id, node_title, any_input, **kwargs):
|
def IS_CHANGED(cls,*,id,node_title,any_input,**kwargs):
|
||||||
if any_input is not None and (id != 0 or node_title != ""):
|
if any_input is not None and (id != 0 or node_title != ""):
|
||||||
return float("NaN")
|
return float("NaN")
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user