mirror of
https://github.com/Coyote-A/ultimate-upscale-for-automatic1111.git
synced 2026-04-23 07:49:10 +00:00
Merge branch '5-fix-job-count' into 'master'
Resolve "Fix job count" Closes #5 See merge request mirzam/ultimate-upscale-for-automatic1111!8
This commit is contained in:
@@ -182,7 +182,7 @@ class Script(scripts.Script):
|
||||
seams = 0
|
||||
if seam_pass_enabled:
|
||||
seams = rows - 1 + cols - 1
|
||||
|
||||
state.job_count = ((rows*cols) if redraw_enabled else 0) + (seams if seam_pass_enabled else 0)
|
||||
result_images = []
|
||||
result_image = upscaled_img
|
||||
if redraw_enabled:
|
||||
|
||||
Reference in New Issue
Block a user