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 != "":