aboutsummaryrefslogtreecommitdiff
path: root/modules/processing.py
diff options
context:
space:
mode:
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