Skip to content

Commit 333b91a

Browse files
committed
update reqs
1 parent a691a63 commit 333b91a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

hyvideo/diffusion/pipelines/pipeline_hunyuan_video.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@ def __call__(
922922
if progress_bar is not None:
923923
progress_bar.update()
924924
if callback is not None:
925-
if leapfusion_img2vid:
925+
if leapfusion_img2vid or i2v_condition_type == "token_replace":
926926
callback_latent = (latent_model_input[:, :, 1:, :, :] - noise_pred[:, :, 1:, :, :] * t / 1000).detach()[0].permute(1,0,2,3)
927927
else:
928928
callback_latent = (latent_model_input[:, :16, :, :, :] - noise_pred * t / 1000).detach()[0].permute(1,0,2,3)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "comfyui-hunyuanvideowrapper"
33
description = "ComfyUI diffusers wrapper nodes for [a/HunyuanVideo](https://github.com/Tencent/HunyuanVideo)"
44
version = "1.0.5"
55
license = {file = "LICENSE"}
6-
dependencies = ["accelerate >= 1.2.1", "diffusers >= 0.31.0", "transformers >= 4.47.0", "jax >= 0.4.28", "timm >= 0.6.13"]
6+
dependencies = ["accelerate >= 1.2.1", "diffusers >= 0.31.0", "transformers >= 4.49.0", "jax >= 0.4.28", "timm >= 1.0.15"]
77

88
[project.urls]
99
Repository = "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper"

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
accelerate >= 1.2.1
22
diffusers >= 0.31.0
3-
transformers >= 4.47.0
3+
transformers >= 4.49.0
44
jax >= 0.4.28
5-
timm >= 0.6.13
5+
timm >= 1.0.15

0 commit comments

Comments
 (0)