Update nodes.py

This commit is contained in:
Jukka Seppänen 2024-09-23 01:58:07 +03:00
parent 299cea851f
commit 01a9f8ca51

View File

@ -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 = {