Skip to content

Commit 3c50073

Browse files
Example for the HunyuanVideo image to video v2 model.
1 parent 2a4a755 commit 3c50073

File tree

3 files changed

+1068
-2
lines changed

3 files changed

+1068
-2
lines changed

hunyuan_video/README.md

+20-2
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,30 @@ You can download this webp animated image and load it or drag it on [ComfyUI](ht
2121

2222
### Image to Video
2323

24-
Download the [hunyuan_video_image_to_video_720p_bf16.safetensors](https://huggingface.co/Comfy-Org/HunyuanVideo_repackaged/tree/main/split_files/diffusion_models) file and put it in your ComfyUI/models/diffusion_models/ folder.
25-
2624
Download the [llava_llama3_vision.safetensors](https://huggingface.co/Comfy-Org/HunyuanVideo_repackaged/blob/main/split_files/clip_vision/llava_llama3_vision.safetensors) file and put it in your ComfyUI/models/clip_vision/ folder.
2725

26+
There are two different models you can choose from which give different results.
27+
28+
#### v1 "concat"
29+
30+
This first model follows the guiding image less than the other one but might give better movement.
31+
32+
Download the [hunyuan_video_image_to_video_720p_bf16.safetensors](https://huggingface.co/Comfy-Org/HunyuanVideo_repackaged/tree/main/split_files/diffusion_models) file and put it in your ComfyUI/models/diffusion_models/ folder.
33+
2834
![Example](hunyuan_video_image_to_video.webp)
2935

3036
[Workflow in Json format](hunyuan_video_image_to_video.json)
3137

3238
You can download this webp animated image and load it or drag it on [ComfyUI](https://github.com/comfyanonymous/ComfyUI) to get the workflow. The input image can be found on the [flux](../flux) page.
39+
40+
#### v2 "replace"
41+
42+
This second model follows the guiding image very closely but seems to be a bit less dynamic than the first one.
43+
44+
Download the [hunyuan_video_v2_replace_image_to_video_720p_bf16.safetensors](https://huggingface.co/Comfy-Org/HunyuanVideo_repackaged/tree/main/split_files/diffusion_models) file and put it in your ComfyUI/models/diffusion_models/ folder.
45+
46+
![Example](hunyuan_video_image_to_video_v2.webp)
47+
48+
[Workflow in Json format](hunyuan_video_image_to_video_v2.json)
49+
50+
You can download this webp animated image and load it or drag it on [ComfyUI](https://github.com/comfyanonymous/ComfyUI) to get the workflow. The input image can be found on the [flux](../flux) page.

0 commit comments

Comments
 (0)