aboutsummaryrefslogtreecommitdiff
path: root/modules/processing.py
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-12-24 11:12:17 +0300
committerAUTOMATIC <16777216c@gmail.com>2022-12-24 11:12:17 +0300
commitc0a8401b5a8368d03bb14fc63abbdedb1e802d8d (patch)
treecefaf5b8002da1d249fb100287484ea03b1a0fc2 /modules/processing.py
parentb2dbd4d698ace33a5821b93fb978cac724d1667e (diff)
rename the option for img2img latent upscale
Diffstat (limited to 'modules/processing.py')
-rw-r--r--modules/processing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/processing.py b/modules/processing.py
index 75b0067c..d2288f26 100644
--- a/modules/processing.py
+++ b/modules/processing.py
@@ -846,7 +846,7 @@ class StableDiffusionProcessingImg2Img(StableDiffusionProcessing):
self.overlay_images.append(image_masked.convert('RGBA'))
- # crop_region is not none iif we are doing inpaint full res
+ # crop_region is not None if we are doing inpaint full res
if crop_region is not None:
image = image.crop(crop_region)
image = images.resize_image(2, image, self.width, self.height)