mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-07-27 16:26:39 +00:00
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=[
|
hidden=[
|
||||||
io.Hidden.unique_id,
|
io.Hidden.unique_id,
|
||||||
],
|
],
|
||||||
|
is_experimental=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
Loading…
x
Reference in New Issue
Block a user