mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2025-12-13 06:44:29 +08:00
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:
parent
f9118e0bbb
commit
24f10ca90c
@ -806,9 +806,9 @@ The choices are loaded from 'custom_dimensions.json' in the nodes folder.
|
|||||||
return (latent, int(width), int(height),)
|
return (latent, int(width), int(height),)
|
||||||
|
|
||||||
class WidgetToString:
|
class WidgetToString:
|
||||||
@classmethod
|
# @classmethod
|
||||||
def IS_CHANGED(cls, **kwargs):
|
# def IS_CHANGED(cls, **kwargs):
|
||||||
return float("NaN")
|
# return float("NaN")
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def INPUT_TYPES(cls):
|
def INPUT_TYPES(cls):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user