aboutsummaryrefslogtreecommitdiffstats
path: root/modules/processing.py
diff options
context:
space:
mode:
authorinvincibledude <>2023-01-21 21:11:05 +0000
committerinvincibledude <>2023-01-21 21:11:05 +0000
commit0f6862ef3041f3ee18e8236765b1c1958c84385b (patch)
treec851b404caa04f052b3e48e52a7ebe6b5e25942e /modules/processing.py
parent6cd7bf9f860dff3b61a50ec2d41915536cbcf448 (diff)
downloadstable-diffusion-webui-gfx803-0f6862ef3041f3ee18e8236765b1c1958c84385b.tar.gz
stable-diffusion-webui-gfx803-0f6862ef3041f3ee18e8236765b1c1958c84385b.tar.bz2
stable-diffusion-webui-gfx803-0f6862ef3041f3ee18e8236765b1c1958c84385b.zip
PLMS edge-case handling fix 5
Diffstat (limited to 'modules/processing.py')
-rw-r--r--modules/processing.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/processing.py b/modules/processing.py
index 6f6efe06..a873498b 100644
--- a/modules/processing.py
+++ b/modules/processing.py
@@ -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