Don't run WidgetToString on each queue...

I can't remember the reason for this, if it ever was necessary, it doesn't seem to be anymore...
This commit is contained in:
kijai 2025-06-18 10:42:57 +03:00
parent f9118e0bbb
commit 24f10ca90c

View File

@ -806,9 +806,9 @@ The choices are loaded from 'custom_dimensions.json' in the nodes folder.
return (latent, int(width), int(height),)
class WidgetToString:
@classmethod
def IS_CHANGED(cls, **kwargs):
return float("NaN")
# @classmethod
# def IS_CHANGED(cls, **kwargs):
# return float("NaN")
@classmethod
def INPUT_TYPES(cls):