mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
refactor schedulers first part
This commit is contained in:
@@ -132,7 +132,7 @@ class VanillaStableDiffusionSampler:
|
||||
|
||||
def initialize(self, p):
|
||||
if self.is_ddim:
|
||||
self.eta = p.eta if p.eta is not None else shared.opts.eta_ddim
|
||||
self.eta = p.eta if p.eta is not None else shared.opts.scheduler_eta
|
||||
else:
|
||||
self.eta = 0.0
|
||||
if self.eta != 0.0:
|
||||
|
||||
Reference in New Issue
Block a user