Skip to content

Commit

Permalink
remove the other Denoising
Browse files Browse the repository at this point in the history
  • Loading branch information
AUTOMATIC1111 committed Oct 14, 2022
1 parent 4cc37e4 commit 989a552
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/xy_grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ def str_permutations(x):
AxisOption("Eta", float, apply_field("eta"), format_value_add_label, None),
AxisOption("Clip skip", int, apply_clip_skip, format_value_add_label, None),
AxisOption("Denoising", float, apply_field("denoising_strength"), format_value_add_label, None),
AxisOptionImg2Img("Denoising", float, apply_field("denoising_strength"), format_value_add_label, None), # as it is now all AxisOptionImg2Img items must go after AxisOption ones
]


Expand Down

0 comments on commit 989a552

Please sign in to comment.