mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-04 03:10:21 +00:00
PLMS edge-case handling fix 5
This commit is contained in:
@@ -866,8 +866,6 @@ class StableDiffusionProcessingTxt2Img(StableDiffusionProcessing):
|
||||
|
||||
if self.hr_sampler == '---':
|
||||
pass
|
||||
elif self.hr_sampler == 'PLMS':
|
||||
img2img_sampler_name = 'DDIM'
|
||||
else:
|
||||
img2img_sampler_name = self.hr_sampler
|
||||
|
||||
|
Reference in New Issue
Block a user