Skip to content

Commit dfdcbab

Browse files
Fix SD upscale Batch count (lllyasviel#2950)
Co-authored-by: LilithDragoness <secret@email.com>
1 parent d6b1d18 commit dfdcbab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/sd_upscale.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,6 @@ def run(self, p, _, overlap, upscaler_index, scale_factor):
9898

9999
processed = Processed(p, result_images, seed, initial_info)
100100

101+
p.n_iter = upscale_count
102+
101103
return processed

0 commit comments

Comments
 (0)