correctly add Eta DDIM to infotext when it's 1.0 and do not add it when it's 0.0.

This commit is contained in:
AUTOMATIC1111
2023-08-14 21:48:05 +03:00
parent 5daf7983d1
commit 45be87afc6
2 changed files with 3 additions and 1 deletions

View File

@@ -76,6 +76,7 @@ class CompVisSampler(sd_samplers_common.Sampler):
self.eta_option_field = 'eta_ddim'
self.eta_infotext_field = 'Eta DDIM'
self.eta_default = 0.0
self.model_wrap_cfg = CFGDenoiserTimesteps(self)