Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/ml-stable-diffusion
/ forward
Method
forward
python_coreml_stable_diffusion/unet.py:598–599 ·
view source on GitHub ↗
(self, hidden_states)
Source
from the content-addressed store, hash-verified
596
kernel_size=1))
597
598
def
forward(self, hidden_states):
599
return
self.net(hidden_states)
600
601
602
class
GEGLU(nn.Module):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected