Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CompVis/diff2flow
/ _scale_timesteps
Method
_scale_timesteps
diff2flow/openai_diffusion/respace.py:112–114 ·
view source on GitHub ↗
(self, t)
Source
from the content-addressed store, hash-verified
110
)
111
112
def
_scale_timesteps(self, t):
113
# Scaling is done by the wrapped model.
114
return
t
115
116
117
class
_WrappedModel:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected