diff options
author | noodleanon <122053346+noodleanon@users.noreply.github.com> | 2023-01-07 14:18:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-07 14:18:09 +0000 |
commit | 50e25362794d46cd9a55c70e953a8b4126fd42f7 (patch) | |
tree | ea528f29a7c967de32f08217c50d994eebb277b3 /modules/processing.py | |
parent | eadd1bf06adbd7263875640a6446d3b0184d1561 (diff) | |
parent | 151233399c4b79934bdbb7c12a97eeb6499572fb (diff) | |
download | stable-diffusion-webui-gfx803-50e25362794d46cd9a55c70e953a8b4126fd42f7.tar.gz stable-diffusion-webui-gfx803-50e25362794d46cd9a55c70e953a8b4126fd42f7.tar.bz2 stable-diffusion-webui-gfx803-50e25362794d46cd9a55c70e953a8b4126fd42f7.zip |
Merge branch 'AUTOMATIC1111:master' into img2img-api-scripts
Diffstat (limited to 'modules/processing.py')
-rw-r--r-- | modules/processing.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/processing.py b/modules/processing.py index d5ac7eb1..1d23b15f 100644 --- a/modules/processing.py +++ b/modules/processing.py @@ -711,7 +711,6 @@ class StableDiffusionProcessingTxt2Img(StableDiffusionProcessing): self.truncate_x = 0
self.truncate_y = 0
-
def init(self, all_prompts, all_seeds, all_subseeds):
if self.enable_hr:
if self.hr_resize_x == 0 and self.hr_resize_y == 0:
|