mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-03-13 17:09:49 +00:00
chore: Fix typos
This commit is contained in:
committed by
AUTOMATIC1111
parent
610a7f4e14
commit
432782163a
@@ -386,7 +386,7 @@ def process_images(p: StableDiffusionProcessing) -> Processed:
|
||||
|
||||
if state.interrupted or state.skipped:
|
||||
|
||||
# if we are interruped, sample returns just noise
|
||||
# if we are interrupted, sample returns just noise
|
||||
# use the image collected previously in sampler loop
|
||||
samples_ddim = shared.state.current_latent
|
||||
|
||||
|
||||
Reference in New Issue
Block a user