Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meshcapade/difflocks
/ t
Method
t
k_diffusion/sampling.py:343–344 ·
view source on GitHub ↗
(self, sigma)
Source
from the content-addressed store, hash-verified
341
self.info_callback = info_callback
342
343
def
t(self, sigma):
344
return
-sigma.log()
345
346
def
sigma(self, t):
347
return
t.neg().exp()
Callers
5
dpm_solver_fast
Method · 0.95
dpm_solver_adaptive
Method · 0.95
sample_dpm_fast
Function · 0.95
sample_dpm_adaptive
Function · 0.95
forward
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected