Remove torch.compile from model loaders entirely
All checks were successful
Build and Push Docker Image / build (push) Successful in 3m26s
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:
@@ -85,10 +85,6 @@
|
|||||||
"load_device": "offload_device",
|
"load_device": "offload_device",
|
||||||
"attention_mode": "sageattn",
|
"attention_mode": "sageattn",
|
||||||
"rms_norm_function": "default",
|
"rms_norm_function": "default",
|
||||||
"compile_args": [
|
|
||||||
"127",
|
|
||||||
0
|
|
||||||
],
|
|
||||||
"block_swap_args": [
|
"block_swap_args": [
|
||||||
"128",
|
"128",
|
||||||
0
|
0
|
||||||
@@ -107,10 +103,6 @@
|
|||||||
"load_device": "offload_device",
|
"load_device": "offload_device",
|
||||||
"attention_mode": "sageattn",
|
"attention_mode": "sageattn",
|
||||||
"rms_norm_function": "default",
|
"rms_norm_function": "default",
|
||||||
"compile_args": [
|
|
||||||
"127",
|
|
||||||
0
|
|
||||||
],
|
|
||||||
"block_swap_args": [
|
"block_swap_args": [
|
||||||
"128",
|
"128",
|
||||||
0
|
0
|
||||||
|
|||||||
Reference in New Issue
Block a user