Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
openfree
/
ginigen-sora
like
67
Paused
App
Files
Files
Community
f76d050
ginigen-sora
/
xora
/
utils
/
conditioning_method.py
Sapir
Lint: added ruff.
325137b
about 1 month ago
raw
Copy download link
history
blame
Safe
204 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"