Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MotrixLab/ViMoGen
/ sigma_shift_given_shift_scale
Method
sigma_shift_given_shift_scale
trainer/sd3_scheduler.py:82–84 ·
view source on GitHub ↗
(t, shift_scale)
Source
from the content-addressed store, hash-verified
80
81
@staticmethod
82
def
sigma_shift_given_shift_scale(t, shift_scale):
83
sigma = t * shift_scale / (1 + (shift_scale - 1) * t)
84
return
sigma
85
86
@staticmethod
87
def
step(
Callers
2
sigma_shift
Method · 0.95
retrieve_inference_timesteps_and_sigma_given_shift_scale
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected