aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-09-24 08:23:01 +0300
committerAUTOMATIC <16777216c@gmail.com>2022-09-24 08:23:01 +0300
commit31ac0baba069f4b9470b4c0812c1e2b7583df512 (patch)
treee0359bf0794bc47066fce3f18ae23170491daaa2 /modules
parented8b8b3b8c4f5bea89a2dc32fb48c83a123a11cd (diff)
Reformat some changes from the previous commit.
Diffstat (limited to 'modules')
-rw-r--r--modules/processing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/processing.py b/modules/processing.py
index a899566d..0246e094 100644
--- a/modules/processing.py
+++ b/modules/processing.py
@@ -338,7 +338,7 @@ def process_images(p: StableDiffusionProcessing) -> Processed:
comments[comment] = 1
if p.n_iter > 1:
- shared.state.job = f"Image {n+1} out of {p.n_iter}; Batch {(shared.state.job_no // p.n_iter) + 1} of {shared.state.job_count // p.n_iter}"
+ shared.state.job = f"Batch {n+1} out of {p.n_iter}"
samples_ddim = p.sample(conditioning=c, unconditional_conditioning=uc, seeds=seeds, subseeds=subseeds, subseed_strength=p.subseed_strength)
if state.interrupted: