Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meshcapade/difflocks
/ sigma
Method
sigma
k_diffusion/sampling.py:346–347 ·
view source on GitHub ↗
(self, t)
Source
from the content-addressed store, hash-verified
344
return
-sigma.log()
345
346
def
sigma(self, t):
347
return
t.neg().exp()
348
349
def
eps(self, eps_cache, key, x, t, *args, **kwargs):
350
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