Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
LanguageBind/Open-Sora-Plan-v1.0.0
Taf2023
/
Open-Sora-Plan-v1.0.0
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Open-Sora-Plan-v1.0.0
/
opensora
/
models
/
ae
/
videobase
/
modules
/
block.py
LinB203
m
a220803
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
137 Bytes
import
torch.nn
as
nn
class
Block
(nn.Module):
def
__init__
(
self, *args, **kwargs
) ->
None
:
super
().__init__(*args, **kwargs)