mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 16:54:33 +02:00
cleanup/refactor state history
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -70,7 +70,6 @@ class Script(scripts_manager.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}"
|
||||
processed = processing.process_images(p)
|
||||
if initial_info is None:
|
||||
initial_info = processed.info
|
||||
|
||||
Reference in New Issue
Block a user