Skip to content

Commit 7f49252

Browse files
Forgot this (Comfy-Org#8957)
1 parent 650838f commit 7f49252

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

comfy_extras/nodes_cfg.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ def INPUT_TYPES(s):
5050
RETURN_NAMES = ("patched_model",)
5151
FUNCTION = "patch"
5252
CATEGORY = "advanced/guidance"
53+
EXPERIMENTAL = True
5354

5455
def patch(self, model, strength):
5556
m = model.clone()

0 commit comments

Comments
 (0)