mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
@@ -370,6 +370,8 @@ def process_images_inner(p: StableDiffusionProcessing) -> Processed:
|
||||
p.init(p.all_prompts, p.all_seeds, p.all_subseeds)
|
||||
debug(f'Processing inner: args={vars(p)}')
|
||||
for n in range(p.n_iter):
|
||||
if p.n_iter > 1:
|
||||
shared.log.debug(f'Processing: batch={n+1} total={p.n_iter}')
|
||||
shared.state.batch_no = n + 1
|
||||
debug(f'Processing inner: iteration={n+1}/{p.n_iter}')
|
||||
p.iteration = n
|
||||
|
||||
Reference in New Issue
Block a user