From 74ed5218a946cc7f524b33804e9f731988c80877 Mon Sep 17 00:00:00 2001 From: Extraltodeus Date: Fri, 21 Jun 2024 02:44:06 +0200 Subject: [PATCH] Update nodes.py --- nodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes.py b/nodes.py index 14a362a..9f40482 100644 --- a/nodes.py +++ b/nodes.py @@ -575,7 +575,7 @@ def patch(self, model, automatic_cfg = "None", disable_cond=False, disable_cond_sigma_start=1000,disable_cond_sigma_end=1000, save_as_preset = False, preset_name = "", **kwargs ): - support_function() + # support_function() model_options_copy = deepcopy(model.model_options) monkey_patching_comfy_sampling_function() if args_filter != "":