PLMS edge-case handling fix 5

This commit is contained in:
invincibledude
2023-01-22 00:11:05 +03:00
parent 6cd7bf9f86
commit 0f6862ef30
3 changed files with 2 additions and 4 deletions

View File

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