Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
smartfeed
/
test_video
like
3
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6f7df52
test_video
/
xora
/
utils
/
conditioning_method.py
zhiweili
intial commit
5a64744
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"