Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
LanguageBind
/
Open-Sora-Plan-v1.1.0
like
74
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
Open-Sora-Plan-v1.1.0
/
opensora
/
models
/
ae
/
videobase
/
modules
/
block.py
LinB203
update
bab971b
10 months 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)