MCPcopy 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(

Calls

no outgoing calls

Tested by

no test coverage detected