MCPcopy
hub / github.com/XPixelGroup/DiffBIR / sigma

Method sigma

diffbir/sampler/k_diffusion.py:351–352  ·  view source on GitHub ↗
(self, t)

Source from the content-addressed store, hash-verified

349 return -sigma.log()
350
351 def sigma(self, t):
352 return t.neg().exp()
353
354 def eps(self, eps_cache, key, x, t, *args, **kwargs):
355 if key in eps_cache:

Callers 8

epsMethod · 0.95
dpm_solver_1_stepMethod · 0.95
dpm_solver_2_stepMethod · 0.95
dpm_solver_3_stepMethod · 0.95
dpm_solver_fastMethod · 0.95
dpm_solver_adaptiveMethod · 0.95
sample_dpm_fastFunction · 0.95
sample_dpm_adaptiveFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected