Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_fast
Method · 0.95
dpm_solver_adaptive
Method · 0.95
sample_dpm_fast
Function · 0.95
sample_dpm_adaptive
Function · 0.95
build_openset_label_embedding
Function · 0.80
forward
Method · 0.80
generate_tag
Method · 0.80
generate_tag_openset
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected