mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-24 02:50:26 -08:00
PLMS edge-case handling fix 5
This commit is contained in:
parent
6cd7bf9f86
commit
0f6862ef30
3 changed files with 2 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue