mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2025-12-09 21:04:41 +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),)
|
||||
|
||||
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):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user