Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
fffiloni/Open-Sora-Plan-v1-0-0
cocktailpeanut
/
Open-Sora-Plan-v1-0-0
like
5
Running
App
Files
Files
Community
main
Open-Sora-Plan-v1-0-0
/
opensora
/
models
/
ae
/
videobase
/
modules
/
block.py
fffiloni
Upload 244 files
b3f324b
verified
8 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)