From 4b7fdac56d9d5486b0001c1afe82210c401618d0 Mon Sep 17 00:00:00 2001 From: kijai <40791699+kijai@users.noreply.github.com> Date: Wed, 28 Aug 2024 01:16:10 +0300 Subject: [PATCH] Update nodes.py --- nodes.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nodes.py b/nodes.py index 403fd5f..ae5d41a 100644 --- a/nodes.py +++ b/nodes.py @@ -72,10 +72,6 @@ class DownloadAndLoadCogVideoModel: if torch_compile: torch._dynamo.config.suppress_errors = True - torch._inductor.config.conv_1x1_as_mm = True - 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(device).to(memory_format=torch.channels_last) pipe.transformer = torch.compile(pipe.transformer, mode="max-autotune", fullgraph=True)