Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Lightricks
/
LTX-Video-Playground
like
423
Running
on
A100
App
Files
Files
Community
bebbcd0
LTX-Video-Playground
/
xora
/
utils
/
conditioning_method.py
Sapir
working.
86b1a7e
2 months ago
raw
Copy download link
history
blame
Safe
202 Bytes
from
enum
import
Enum
class
ConditioningMethod
(
Enum
):
UNCONDITIONAL =
"unconditional"
FIRST_FRAME =
"first_frame"
LAST_FRAME =
"last_frame"
FIRST_AND_LAST_FRAME =
"first_and_last_frame"