Add is_experimental to v3 test sleep node
This commit is contained in:
parent
87e72fc04c
commit
96d317b3e2
|
|
@ -222,6 +222,7 @@ class V3TestSleep(io.ComfyNodeV3):
|
|||
hidden=[
|
||||
io.Hidden.unique_id,
|
||||
],
|
||||
is_experimental=True,
|
||||
)
|
||||
|
||||
@classmethod
|
||||
|
|
|
|||
Loading…
Reference in New Issue