Set some nodes as DEPRECATED.

This commit is contained in:
comfyanonymous
2024-09-12 20:27:07 -04:00
parent b962db9952
commit 7c6eb4fb29
2 changed files with 2 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ class PerpNeg:
FUNCTION = "patch"
CATEGORY = "_for_testing"
DEPRECATED = True
def patch(self, model, empty_conditioning, neg_scale):
m = model.clone()