Skip to content

Commit

Permalink
Merge pull request AUTOMATIC1111#15465 from jordenyt/fix-extras-api-u…
Browse files Browse the repository at this point in the history
…pscale-enabled

Fix extra-single-image API not doing upscale failed
  • Loading branch information
AUTOMATIC1111 committed Apr 9, 2024
2 parents d9708c9 + 2580235 commit c48b6bf
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 c48b6bf

Please sign in to comment.