Skip to content

Commit

Permalink
Set some nodes as DEPRECATED.
Browse files Browse the repository at this point in the history
  • Loading branch information
comfyanonymous committed Sep 13, 2024
1 parent b962db9 commit 7c6eb4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions comfy_extras/nodes_perpneg.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def INPUT_TYPES(s):
FUNCTION = "patch"

CATEGORY = "_for_testing"
DEPRECATED = True

def patch(self, model, empty_conditioning, neg_scale):
m = model.clone()
Expand Down
1 change: 1 addition & 0 deletions nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ def INPUT_TYPES(s):
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)
Expand Down

0 comments on commit 7c6eb4f

Please sign in to comment.