diff --git a/comfy_extras/nodes_torch_compile.py b/comfy_extras/nodes_torch_compile.py index d217f504..8acfe4c1 100644 --- a/comfy_extras/nodes_torch_compile.py +++ b/comfy_extras/nodes_torch_compile.py @@ -19,7 +19,7 @@ class TorchCompileModel: "backend": (["inductor", "cudagraphs", "openvino"],), }, "optional": { - "openvino device": (available_devices,), + "openvino_device": (available_devices,), }, }