Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
jbilcke-hf
/
SkyReels-V1-Hunyuan-I2V-HFIE
like
4
Text-to-Video
Diffusers
Safetensors
English
HunyuanVideoPipeline
SkyReels-V1-Hunyuan
SkyReels-V1-Hunyuan-I2V
Skywork
HunyuanVideo
Tencent
Video
License:
other
Model card
Files
Files and versions
xet
Community
1
Deploy
Use this model
main
SkyReels-V1-Hunyuan-I2V-HFIE
/
skyreelsinfer
/
__init__.py
jbilcke-hf
HF Staff
Upload 5 files
e238883
verified
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
98 Bytes
from
enum
import
Enum
class
TaskType
(
str
, Enum):
T2V =
"text2video"
I2V =
"image2video"