CivArchive
    HunyuanVideo - Workflow - T2V - v2.0 (deprecated)
    NSFW
    Preview 52389361

    Here is my workflow for HunyuanVideo - using the hunyuanvideo-wrapper.

    The example prompt in the workflow is nsfw.

    Upscaler model download:
    https://github.com/Phhofm/models/releases/download/1xDeJPG_realplksr_otf/1xDeJPG_realplksr_otf.safetensors

    ComfyUI_windows_portable\ComfyUI\models\upscale_models

    HunyuanVideoWrapper download links:

    Transformer and VAE (single files, no autodownload):

    https://huggingface.co/Kijai/HunyuanVideo_comfy/tree/main

    Go to the usual ComfyUI folders (diffusion_models and vae)

    LLM text encoder (has autodownload):

    https://huggingface.co/Kijai/llava-llama-3-8b-text-encoder-tokenizer

    Files go to ComfyUI/models/LLM/llava-llama-3-8b-text-encoder-tokenizer

    Clip text encoder (has autodownload)

    Either use any Clip_L model supported by ComfyUI by disabling the clip_model in the text encoder loader and plugging in ClipLoader to the text encoder node, or allow the autodownloader to fetch the original clip model from:

    https://huggingface.co/openai/clip-vit-large-patch14, (only need the .safetensor from the weights, and all the config files) to:

    ComfyUI/models/clip/clip-vit-large-patch14

    Description

    HunyuanVideo-Wrapper

    FAQ

    Comments (14)

    dominic1336756Jan 18, 2025· 1 reaction
    CivitAI

    DownloadAndLoadHyVideoTextEncoder

    Failed to import transformers.models.timm_wrapper.configuration_timm_wrapper because of the following error (look up to see its traceback): cannot import name 'ImageNetInfo' from 'timm.data' (D:\ComfyUI_windows_portable\venv\Lib\site-packages\timm\data\__init__.py)

    tawsLoRa
    Author
    Jan 18, 2025

    for errors you can go to https://github.com/kijai/ComfyUI-HunyuanVideoWrapper/issues

    but if you have git (https://github.com/git-guides/install-git) installed - you can go to your models\LLM folder in the terminal

    and write (replace with your path):

    cd F:\ComfyUI\10_ComfyUI_windows_portable\ComfyUI\models\LLM

    git clone https://huggingface.co/Kijai/llava-llama-3-8b-text-encoder-tokenizer

    make sure all files are full downloaded ~15gb

    tawsLoRa
    Author
    Jan 18, 2025

    and make sure your comfyui is up to date

    dominic1336756Jan 18, 2025

    @tawsLoRa my comfyui is up to date and i “ve already had the LLM model in my models for a long time. except that the employee node automatically tries to download

    zsk23Mar 11, 2025

    I had this solved by copypasting an updated version of timm inside ComfyUI-tbox "hardcopy" of timm
    See the issue for reference
    https://github.com/kijai/ComfyUI-HunyuanVideoWrapper/issues/272

    az420Jan 22, 2025
    CivitAI

    Which folder does the upscaler go into? ESRGAN?

    tawsLoRa
    Author
    Jan 22, 2025

    ComfyUI_windows_portable\ComfyUI\models\upscale_models

    zsk23Mar 11, 2025
    CivitAI

    Thanks for sharing. Newb here. Do you happen to know why increasing batch count in queue is not working in this workflow? or it is just happening to me?

    tawsLoRa
    Author
    Mar 21, 2025· 1 reaction

    maybe you need to put the Seed after generate to "randomize" and not "fixed"

    7727Mar 21, 2025· 1 reaction
    CivitAI

    Any chance you'd have a good i2v workflow? This one is really great, love the layout.
    I'd love to see any other workflows of yours too if you have any more to share. This one is so clean and easy to tweak without breaking the whole thing lol.

    tawsLoRa
    Author
    Mar 21, 2025· 2 reactions

    i can upload the i2v workflow but the quality of hunyuanI2V is not so impressing.. currently im playing around with wan2.1 i2v and it creates higher resolution videos and better fluid movement but also takes longer

    tawsLoRa
    Author
    Mar 21, 2025· 2 reactions

    maybe later today i clean up my wan i2v workflow and upload it also

    7727Mar 21, 2025

    @tawsLoRa thanks! I'm trying to run the i2v you loaded and have been able to figure out all the discrepancies except this one:
    HyVideoModelLoader

    Can't import SageAttention: No module named 'sageattention'

    Not sure whats happening here and it has been difficult to google lol

    tawsLoRa
    Author
    Mar 21, 2025· 1 reaction

    @Fenn you need to isntall sageattention (its little bit difficult but faster) you can switch to sdpa instead (the "attention_mode" from the model node)

    Workflows
    Hunyuan Video

    Details

    Downloads
    888
    Platform
    CivitAI
    Platform Status
    Available
    Created
    1/18/2025
    Updated
    5/11/2026
    Deleted
    -

    Files

    hunyuanvideoWorkflow_t2vV20Deprecated.zip