Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Monalissaa/DisenDiff
/ step_callback
Method
step_callback
src/attention_controllers.py:135–136 ·
view source on GitHub ↗
(self, x_t)
Source
from the content-addressed store, hash-verified
133
class
AttentionControl(abc.ABC):
134
135
def
step_callback(self, x_t):
136
return
x_t
137
138
def
between_steps(self):
139
return
Callers
1
diffusion_step
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected