Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
eps
Method · 0.95
dpm_solver_1_step
Method · 0.95
dpm_solver_2_step
Method · 0.95
dpm_solver_3_step
Method · 0.95
dpm_solver_fast
Method · 0.95
dpm_solver_adaptive
Method · 0.95
sample_dpm_fast
Function · 0.95
sample_dpm_adaptive
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected