mirror of
https://git.datalinker.icu/kijai/ComfyUI-CogVideoXWrapper.git
synced 2025-12-11 05:54:29 +08:00
Update nodes.py
This commit is contained in:
parent
299cea851f
commit
01a9f8ca51
2
nodes.py
2
nodes.py
@ -299,7 +299,7 @@ class DownloadAndLoadCogVideoModel:
|
|||||||
backend="nexfort",
|
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}},
|
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"],
|
ignores=["vae"],
|
||||||
fuse_qkv_projections=True,
|
fuse_qkv_projections=True if pab_config is None else False,
|
||||||
)
|
)
|
||||||
|
|
||||||
pipeline = {
|
pipeline = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user