Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Francis-Rings/FlashPortrait
/ forward
Method
forward
wan/models/wan_vae_tiny.py:29–30 ·
view source on GitHub ↗
(self, x, past)
Source
from the content-addressed store, hash-verified
27
self.act = act_func
28
29
def
forward(self, x, past):
30
return
self.act(self.conv(torch.cat([x, past], 1)) + self.skip(x))
31
32
33
class
TPool(nn.Module):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected