mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-04-27 23:31:16 -07:00
Merge branch 'AUTOMATIC1111:master' into img2img-api-scripts
This commit is contained in:
commit
50e2536279
24 changed files with 813 additions and 265 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue