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()

View File

@ -511,6 +511,7 @@ class CheckpointLoader:
FUNCTION = "load_checkpoint"
CATEGORY = "advanced/loaders"
DEPRECATED = True
def load_checkpoint(self, config_name, ckpt_name):
config_path = folder_paths.get_full_path("configs", config_name)