diff options
author | Vladimir Repin <32306715+mezotaken@users.noreply.github.com> | 2022-10-23 19:44:46 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2022-10-24 05:58:56 +0000 |
commit | f2cc3f32d5bc8538e95edec54d7dc1b9efdf769a (patch) | |
tree | 5d51c502fefa94dce542ddccb7c794b662d15ae0 /modules/processing.py | |
parent | 974196932583b96b6b76632052fc0d7e70820bf3 (diff) | |
download | stable-diffusion-webui-gfx803-f2cc3f32d5bc8538e95edec54d7dc1b9efdf769a.tar.gz stable-diffusion-webui-gfx803-f2cc3f32d5bc8538e95edec54d7dc1b9efdf769a.tar.bz2 stable-diffusion-webui-gfx803-f2cc3f32d5bc8538e95edec54d7dc1b9efdf769a.zip |
fix whitespaces
Diffstat (limited to 'modules/processing.py')
-rw-r--r-- | modules/processing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/processing.py b/modules/processing.py index 15b639e1..2a332514 100644 --- a/modules/processing.py +++ b/modules/processing.py @@ -460,7 +460,7 @@ def process_images(p: StableDiffusionProcessing) -> Processed: devices.torch_gc()
image = Image.fromarray(x_sample)
-
+
if p.color_corrections is not None and i < len(p.color_corrections):
if opts.save and not p.do_not_save_samples and opts.save_images_before_color_correction:
image_without_cc = apply_overlay(p.overlay_images is not None and i < len(p.overlay_images), p.overlay_images[i], p.paste_to, image)
|