Apply Torch Compile
ApplyTorchCompile
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
Pack: ComfyUI-TorchCompileSpeed
custom_nodes.ComfyUI-TorchCompileSpeed
Inputs (2)
| Name | Type | Required |
|---|---|---|
| model | MODEL | required |
| compile_args | WANCOMPILEARGS | required |
Outputs (1)
| Name | Type |
|---|---|
| model | MODEL |