Instructions to use hunyuanvideo-community/HunyuanVideo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use hunyuanvideo-community/HunyuanVideo with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("hunyuanvideo-community/HunyuanVideo", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Update config.json
#9 opened about 1 month ago
by
JfSDK
add sample_size to transformer/config.json which is required by recent versions of diffusers
#8 opened 10 months ago
by
technillogue
Hunyuan Custom
#7 opened 11 months ago
by
neph1
hunyuanvideo-community/HunyuanVideo
#6 opened about 1 year ago
by
kaixinsheying
Run on a 4090?
#4 opened over 1 year ago
by
jloverich
[Infer BUG]Infer ERROR
#3 opened over 1 year ago
by
Gl2
Black output
12
#1 opened over 1 year ago
by
Shuaishuai0219