Instructions to use lucataco/hunyuan-musubi-lora-heygen-6 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use lucataco/hunyuan-musubi-lora-heygen-6 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline from diffusers.utils import export_to_video # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("tencent/HunyuanVideo", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("lucataco/hunyuan-musubi-lora-heygen-6") prompt = "HGW woman with long, dark hair, tied back neatly, wearing a black jacket over a light top." output = pipe(prompt=prompt).frames[0] export_to_video(output, "output.mp4") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
Hunyuan Video Lora - Heygen Woman
- Prompt
- HGW woman with long, dark hair, tied back neatly, wearing a black jacket over a light top.
Run on Replicate at:
https://replicate.com/lucataco/hunyuan-heygen-woman
Trained on Replicate using:
- Downloads last month
- 28
Model tree for lucataco/hunyuan-musubi-lora-heygen-6
Base model
tencent/HunyuanVideo