mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2026-01-17 00:34:22 +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:
|
||||
@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 != ""):
|
||||
return float("NaN")
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user