Skip to content

Commit

Permalink
Update nodes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Extraltodeus authored Jun 21, 2024
1 parent c3e4181 commit 74ed521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 != "":
Expand Down

0 comments on commit 74ed521

Please sign in to comment.