mirror of
https://git.datalinker.icu/kijai/ComfyUI-CogVideoXWrapper.git
synced 2026-01-24 03:14:22 +08:00
Update nodes.py
This commit is contained in:
parent
58fee8e567
commit
cb5465ad20
2
nodes.py
2
nodes.py
@ -76,7 +76,7 @@ class DownloadAndLoadCogVideoModel:
|
||||
torch._inductor.config.coordinate_descent_tuning = True
|
||||
torch._inductor.config.epilogue_fusion = False
|
||||
torch._inductor.config.coordinate_descent_check_all_directions = True
|
||||
pipe.transformer.to(memory_format=torch.channels_last)
|
||||
pipe.transformer.to(device).to(memory_format=torch.channels_last)
|
||||
pipe.transformer = torch.compile(pipe.transformer, mode="max-autotune", fullgraph=True)
|
||||
|
||||
pipeline = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user