From e14b8dfec5b49f691aedb1e5139e5d8d9015bbef Mon Sep 17 00:00:00 2001 From: Ethan Yang Date: Fri, 7 Mar 2025 13:23:19 +0800 Subject: [PATCH] Update nodes_torch_compile.py --- comfy_extras/nodes_torch_compile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,), }, }