mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-04 11:12:35 +00:00
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:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user