Merge branch 'AUTOMATIC1111:master' into img2img-api-scripts

This commit is contained in:
noodleanon 2023-01-07 14:18:09 +00:00 committed by GitHub
commit 50e2536279
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 813 additions and 265 deletions

View file

@ -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: