Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Lightricks/ltx-video-distilled
Greff3
/
ltx-video-distilled
like
0
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c942f44
ltx-video-distilled
/
ltx_video
/
utils
/
skip_layer_strategy.py
linoyts
HF Staff
Upload 35 files
833590f
verified
17 days ago
raw
Copy download link
history
blame
Safe
169 Bytes
from
enum
import
Enum, auto
class
SkipLayerStrategy
(
Enum
):
AttentionSkip = auto()
AttentionValues = auto()
Residual = auto()
TransformerBlock = auto()