From ab5b8535219d1a529ef53769ceb383b0038d97e1 Mon Sep 17 00:00:00 2001 From: Debian Date: Tue, 6 Jan 2026 00:22:52 +0000 Subject: [PATCH] Disable torch.compile to fix RTX 5090 CUDA error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The inductor backend was causing cudaErrorInvalidValue during Triton kernel autotuning on Blackwell architecture. Setting backend to empty string disables torch.compile entirely. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- i2v-workflow.json | 2 +- workflows/Wan22-I2V-Remix-API.json | 2 +- workflows/Wan22-I2V-Remix.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/i2v-workflow.json b/i2v-workflow.json index a6558e3..398d7f4 100644 --- a/i2v-workflow.json +++ b/i2v-workflow.json @@ -36,7 +36,7 @@ "Node name for S&R": "WanVideoTorchCompileSettings" }, "widgets_values": [ - "inductor", + "", false, "default", false, diff --git a/workflows/Wan22-I2V-Remix-API.json b/workflows/Wan22-I2V-Remix-API.json index 08dbb64..481670b 100644 --- a/workflows/Wan22-I2V-Remix-API.json +++ b/workflows/Wan22-I2V-Remix-API.json @@ -47,7 +47,7 @@ }, "127": { "inputs": { - "backend": "inductor", + "backend": "", "fullgraph": false, "mode": "default", "dynamic": false, diff --git a/workflows/Wan22-I2V-Remix.json b/workflows/Wan22-I2V-Remix.json index a6558e3..398d7f4 100644 --- a/workflows/Wan22-I2V-Remix.json +++ b/workflows/Wan22-I2V-Remix.json @@ -36,7 +36,7 @@ "Node name for S&R": "WanVideoTorchCompileSettings" }, "widgets_values": [ - "inductor", + "", false, "default", false,