From 4f76cab6f933285caa2234ec2f9c0294b365e6f2 Mon Sep 17 00:00:00 2001 From: comfyanonymous <121283862+comfyanonymous@users.noreply.github.com> Date: Sat, 22 Nov 2025 22:40:51 -0500 Subject: [PATCH] typo --- comfy_extras/nodes_hunyuan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy_extras/nodes_hunyuan.py b/comfy_extras/nodes_hunyuan.py index c8c27acf5..fed6a86d7 100644 --- a/comfy_extras/nodes_hunyuan.py +++ b/comfy_extras/nodes_hunyuan.py @@ -64,7 +64,7 @@ class EmptyHunyuanVideo15Latent(EmptyHunyuanLatentVideo): def define_schema(cls): schema = super().define_schema() schema.node_id = "EmptyHunyuanVideo15Latent" - schema.display_name ="Empty HunyuanVideo 1.5 Latent", + schema.display_name = "Empty HunyuanVideo 1.5 Latent" return schema @classmethod