HunyuanVideo 1.5#

HunyuanVideo 1.5 is a 13B parameter text-to-video diffusion model from the Hunyuan community, supporting 720p resolution video generation with flow matching training.

Task

Text-to-Video

Architecture

DiT (Flow Matching)

Parameters

13B

HF Org

hunyuanvideo-community

Available Models#

  • HunyuanVideo-1.5-Diffusers-720p_t2v: 13B parameters

Task#

  • Text-to-Video (T2V)

Example HF Models#

Model

HF ID

HunyuanVideo 1.5 720p T2V

hunyuanvideo-community/HunyuanVideo-1.5-Diffusers-720p_t2v

Example Recipes#

Recipe

Description

hunyuan_t2v_flow.yaml

Fine-tune — HunyuanVideo 1.5 with flow matching

Try with NeMo AutoModel#

1. Install (full instructions):

pip install nemo-automodel

2. Clone the repo to get the example recipes:

git clone https://github.com/NVIDIA-NeMo/Automodel.git
cd Automodel

3. Run the recipe from inside the repo:

torchrun --nproc-per-node=8 \
  examples/diffusion/finetune/finetune.py \
  -c examples/diffusion/finetune/hunyuan_t2v_flow.yaml
Run with Docker

1. Pull the container and mount a checkpoint directory:

docker run --gpus all -it --rm \
  --shm-size=8g \
  -v $(pwd)/checkpoints:/opt/Automodel/checkpoints \
  nvcr.io/nvidia/nemo-automodel:26.02.00

2. Navigate to the AutoModel directory (where the recipes are):

cd /opt/Automodel

3. Run the recipe:

torchrun --nproc-per-node=8 \
  examples/diffusion/finetune/finetune.py \
  -c examples/diffusion/finetune/hunyuan_t2v_flow.yaml

See the Installation Guide and Diffusion Fine-Tuning Guide.

Training#

See the Diffusion Training and Fine-Tuning Guide and Dataset Preparation.

Hugging Face Model Cards#