1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 23:14:49 +08:00

Add is_experimental to v3 test sleep node

This commit is contained in:
Jedrzej Kosinski
2025-07-19 20:06:09 -07:00
parent 87e72fc04c
commit 96d317b3e2

View File

@@ -222,6 +222,7 @@ class V3TestSleep(io.ComfyNodeV3):
hidden=[
io.Hidden.unique_id,
],
is_experimental=True,
)
@classmethod