mirror of
https://github.com/vladmandic/automatic
synced 2026-09-13 01:59:42 +02:00
facehires improvements and fixes
This commit is contained in:
@@ -242,7 +242,7 @@ class StableDiffusionProcessingTxt2Img(StableDiffusionProcessing):
|
||||
if all_subseeds is not None:
|
||||
self.all_subseeds = all_subseeds
|
||||
|
||||
def init_hr(self, scale = None, upscaler = None):
|
||||
def init_hr(self, scale = None, upscaler = None, force = False): # pylint: disable=unused-argument
|
||||
scale = scale or self.hr_scale
|
||||
upscaler = upscaler or self.hr_upscaler
|
||||
if self.hr_resize_x == 0 and self.hr_resize_y == 0:
|
||||
|
||||
Reference in New Issue
Block a user