Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Lightricks/ltx-video-distilled
freddyaboulton
/
ltx-video-distilled
like
5
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
230e1d9
ltx-video-distilled
/
ltx_video
/
utils
/
skip_layer_strategy.py
linoyts
HF Staff
Upload 35 files
833590f
verified
23 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()