Skip to content

Commit 5f88a38

Browse files
committed
bump version
1 parent a20d994 commit 5f88a38

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

nodes.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1236,6 +1236,9 @@ def process(self, model, hyvid_embeds, flow_shift, steps, embedded_guidance_scal
12361236
dtype = model["dtype"]
12371237
transformer = model["pipe"].transformer
12381238

1239+
if isinstance(riflex_freq_index, str):
1240+
riflex_freq_index = 0
1241+
12391242
#handle STG
12401243
if stg_args is not None:
12411244
if stg_args["stg_mode"] == "STG-A" and transformer.attention_mode != "sdpa":

pyproject.toml

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

0 commit comments

Comments
 (0)