Skip to content
代码片段 群组 项目
提交 7c6eb4fb 编辑于 作者: comfyanonymous's avatar comfyanonymous
浏览文件

Set some nodes as DEPRECATED.

上级 b962db99
No related branches found
No related tags found
无相关合并请求
......@@ -26,6 +26,7 @@ class PerpNeg:
FUNCTION = "patch"
CATEGORY = "_for_testing"
DEPRECATED = True
def patch(self, model, empty_conditioning, neg_scale):
m = model.clone()
......
......@@ -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)
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册