Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenImagingLab/FlashVSR
/ __init__
Method
__init__
diffsynth/models/sd_unet.py:221–222 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
219
220
class
PopBlock(torch.nn.Module):
221
def
__init__(self):
222
super().__init__()
223
224
def
forward(self, hidden_states, time_emb, text_emb, res_stack, **kwargs):
225
res_hidden_states = res_stack.pop()
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected