Model reference · open weights
HunyuanVideo-I2V is an open-weight video model from city96. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.
Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.
What it is
| Maker | city96 |
|---|---|
| Type | Video models |
| Task | Image→video |
| Runs with | gguf |
| Based on | tencent/HunyuanVideo-I2V |
| Released | 2025-03-06 |
| Popularity | 1k downloads / month |
| Licence | Commercial licence needed |
About
This is a direct GGUF conversion of tencent/HunyuanVideo-I2V
NOTE: Hunyuan recently replaced the original model in the repo above with a new and updated version - the files in this repo have been reconverted and replaced. If you want to test against the original models, you can find them on this branch
It is intended to be used with the native, built-in ComfyUI HunyuanVideo nodes
As this is a quantized model not a finetune, all the same restrictions/original license terms still apply.
The model files can be used with the ComfyUI-GGUF custom node.
Place model files in ComfyUI/models/unet - see the GitHub readme for further install instructions.
The VAE can be downloaded from this repository by Kijai
Please refer to this chart for a basic overview of quantization types.
From the published model card. Full card on the HuggingFace links in the sidebar.
How it works
Using it via the API
Once AxForge deploys hunyuanvideo-i2v for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (hunyuanvideo-i2v below is illustrative; you get the exact model name on deployment.)
$ curl -sS https://api.axforge.ai/v1/videos/generations \
-H "Authorization: Bearer $AXFORGE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"hunyuanvideo-i2v","prompt":"a drone shot over a forest"}'
Create an account — your API key is available in the console. 5M tokens/month currently included with every new account at launch.