From 2b64ac96d292dc59328e8839ed8e0feb8685bd1f Mon Sep 17 00:00:00 2001 From: Debian Date: Sun, 4 Jan 2026 23:02:41 +0000 Subject: [PATCH] Fix torch compile backend: 'disabled' no longer valid option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- workflows/Wan22-I2V-Remix-API.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflows/Wan22-I2V-Remix-API.json b/workflows/Wan22-I2V-Remix-API.json index 82ef582..08dbb64 100644 --- a/workflows/Wan22-I2V-Remix-API.json +++ b/workflows/Wan22-I2V-Remix-API.json @@ -47,7 +47,7 @@ }, "127": { "inputs": { - "backend": "disabled", + "backend": "inductor", "fullgraph": false, "mode": "default", "dynamic": false,