mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
Revert "Merge branch 'dev' into master"
This reverts commit4b91ee0044, reversing changes made tofc7e3c5721.
This commit is contained in:
@@ -72,7 +72,8 @@ class Script(scripts.Script):
|
||||
for i in range(batch_count):
|
||||
p.batch_size = batch_size
|
||||
p.init_images = work[i * batch_size:(i + 1) * batch_size]
|
||||
state.job = f"upscale batch {i+1+n*batch_count}/{state.job_count}"
|
||||
|
||||
state.job = f"Batch {i + 1 + n * batch_count} out of {state.job_count}"
|
||||
processed = processing.process_images(p)
|
||||
|
||||
if initial_info is None:
|
||||
|
||||
Reference in New Issue
Block a user