Skip to content

Commit

Permalink
Fix extra-single-image API not doing upscale failed
Browse files Browse the repository at this point in the history
  • Loading branch information
jordenyt committed Apr 9, 2024
1 parent d9708c9 commit 2580235
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/postprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ def run_extras(extras_mode, resize_mode, image, image_folder, input_dir, output_

args = scripts.scripts_postproc.create_args_for_run({
"Upscale": {
"upscale_enabled": True,
"upscale_mode": resize_mode,
"upscale_by": upscaling_resize,
"max_side_length": max_side_length,
Expand Down

0 comments on commit 2580235

Please sign in to comment.