From 157b330afd049736a2c6041d8111bab5d6fbbf3c Mon Sep 17 00:00:00 2001 From: Alexis Rolland Date: Sat, 18 Jul 2026 17:54:42 +0200 Subject: [PATCH] Fix 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 8df2c8908..9b7453e68 100644 --- a/comfy_extras/nodes_hunyuan.py +++ b/comfy_extras/nodes_hunyuan.py @@ -229,7 +229,7 @@ class HunyuanVideo15LatentUpscaleWithModel(io.ComfyNode): return io.Schema( node_id="HunyuanVideo15LatentUpscaleWithModel", display_name="Hunyuan Video 15 Latent Upscale With Model", - category="model/latent/hunyhuan video", + category="model/latent/hunyuan video", inputs=[ io.LatentUpscaleModel.Input("model"), io.Latent.Input("samples"),