From 01a9f8ca511045e8c07c7dfe76336121dd09f5a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jukka=20Sepp=C3=A4nen?= <40791699+kijai@users.noreply.github.com> Date: Mon, 23 Sep 2024 01:58:07 +0300 Subject: [PATCH] Update nodes.py --- nodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes.py b/nodes.py index b17751b..ea442a3 100644 --- a/nodes.py +++ b/nodes.py @@ -299,7 +299,7 @@ class DownloadAndLoadCogVideoModel: backend="nexfort", options= {"mode": "max-optimize:max-autotune:max-autotune", "memory_format": "channels_last", "options": {"inductor.optimize_linear_epilogue": False, "triton.fuse_attention_allow_fp16_reduction": False}}, ignores=["vae"], - fuse_qkv_projections=True, + fuse_qkv_projections=True if pab_config is None else False, ) pipeline = {