Remove torch.compile from model loaders entirely
All checks were successful
Build and Push Docker Image / build (push) Successful in 3m26s

Empty backend string still triggered inductor. Removing compile_args
connection from WanVideoModelLoader nodes (131, 132) ensures no
torch.compile is applied to the transformer blocks.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Debian
2026-01-06 08:35:24 +00:00
parent ab5b853521
commit 8a5610a1e4

View File

@@ -85,10 +85,6 @@
"load_device": "offload_device",
"attention_mode": "sageattn",
"rms_norm_function": "default",
"compile_args": [
"127",
0
],
"block_swap_args": [
"128",
0
@@ -107,10 +103,6 @@
"load_device": "offload_device",
"attention_mode": "sageattn",
"rms_norm_function": "default",
"compile_args": [
"127",
0
],
"block_swap_args": [
"128",
0