From 682be3cc34778034539028393a275040f8e959eb Mon Sep 17 00:00:00 2001 From: Alexis Rolland Date: Wed, 6 May 2026 10:26:44 +0800 Subject: [PATCH] Update comfy_extras/nodes_ace.py --- comfy_extras/nodes_ace.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy_extras/nodes_ace.py b/comfy_extras/nodes_ace.py index 69288f322..affcf3b71 100644 --- a/comfy_extras/nodes_ace.py +++ b/comfy_extras/nodes_ace.py @@ -142,4 +142,4 @@ class AceExtension(ComfyExtension): ] async def comfy_entrypoint() -> AceExtension: - return AceExtension() \ No newline at end of file + return AceExtension()