We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d445e4 commit 546145dCopy full SHA for 546145d
2 files changed
nodes.py
@@ -502,6 +502,7 @@ def teacache_wanmodel_forward(
502
clip_fea=None,
503
freqs=None,
504
transformer_options={},
505
+ **kwargs,
506
):
507
patches_replace = transformer_options.get("patches_replace", {})
508
rel_l1_thresh = transformer_options.get("rel_l1_thresh")
pyproject.toml
@@ -1,7 +1,7 @@
1
[project]
2
name = "teacache"
3
description = "Unofficial implementation of [ali-vilab/TeaCache](https://github.com/ali-vilab/TeaCache) for ComfyUI"
4
-version = "1.5.0"
+version = "1.5.1"
5
license = {file = "LICENSE"}
6
7
[project.urls]
0 commit comments