diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-08 21:07:18 +0300 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-08 21:08:50 +0300 |
commit | a8a256f9b5b445206818bfc8a363ed5a1ba50c86 (patch) | |
tree | a034936fe504c20e5f748fe01af56a2d7b88db8f /modules/processing.py | |
parent | 8285a149d8c488ae6c7a566eb85fb5e825145464 (diff) |
REMOVE
Diffstat (limited to 'modules/processing.py')
-rw-r--r-- | modules/processing.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/processing.py b/modules/processing.py index 31745006..61ba5f11 100644 --- a/modules/processing.py +++ b/modules/processing.py @@ -1112,9 +1112,6 @@ class StableDiffusionProcessingTxt2Img(StableDiffusionProcessing): img2img_sampler_name = self.hr_sampler_name or self.sampler_name
- if self.sampler_name in ['PLMS', 'UniPC']: # PLMS/UniPC do not support img2img so we just silently switch to DDIM
- img2img_sampler_name = 'DDIM'
-
self.sampler = sd_samplers.create_sampler(img2img_sampler_name, self.sd_model)
if self.latent_scale_mode is not None:
|