Skip to content

Commit 546145d

Browse files
committed
fix compatibility issues
1 parent 8d445e4 commit 546145d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

nodes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,7 @@ def teacache_wanmodel_forward(
502502
clip_fea=None,
503503
freqs=None,
504504
transformer_options={},
505+
**kwargs,
505506
):
506507
patches_replace = transformer_options.get("patches_replace", {})
507508
rel_l1_thresh = transformer_options.get("rel_l1_thresh")

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "teacache"
33
description = "Unofficial implementation of [ali-vilab/TeaCache](https://github.com/ali-vilab/TeaCache) for ComfyUI"
4-
version = "1.5.0"
4+
version = "1.5.1"
55
license = {file = "LICENSE"}
66

77
[project.urls]

0 commit comments

Comments
 (0)