aboutsummaryrefslogtreecommitdiff
path: root/modules/processing.py
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2023-01-07 09:56:37 +0300
committerAUTOMATIC <16777216c@gmail.com>2023-01-07 09:56:37 +0300
commit1a5b86ad65fd738eadea1ad72f4abad3a4aabf17 (patch)
treee13d72ac53340633350f84524c3938f681ff9c3e /modules/processing.py
parentde9738044571877450d1038e18f1ecce93d24af3 (diff)
rework hires fix preview for #6437: movie it to where it takes less place, make it actually account for all relevant sliders and calculate dimensions correctly
Diffstat (limited to 'modules/processing.py')
-rw-r--r--modules/processing.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/processing.py b/modules/processing.py
index a408d622..82157bc9 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: