ComfyUI Node
Apply Torch Compile
Apply torch.compile to model with specified settings. This node wraps the model's forward pass with torch.compile for acceleration. Use with TorchCompileSpeedSettings node for optimal configuration. Author: eddy
Apply Torch Compile
- model
- compile_args
- model
Categoryoptimization
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| model | MODEL | — | |
| compile_args | WANCOMPILEARGS | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| model | MODEL | — |