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

Method t

diffbir/sampler/k_diffusion.py:348–349  ·  view source on GitHub ↗
(self, sigma)

Source from the content-addressed store, hash-verified

346 self.info_callback = info_callback
347
348 def t(self, sigma):
349 return -sigma.log()
350
351 def sigma(self, t):
352 return t.neg().exp()

Callers 8

dpm_solver_fastMethod · 0.95
dpm_solver_adaptiveMethod · 0.95
sample_dpm_fastFunction · 0.95
sample_dpm_adaptiveFunction · 0.95
forwardMethod · 0.80
generate_tagMethod · 0.80
generate_tag_opensetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected