From 3cf628c2e72a98710214f016ae165459cba3f155 Mon Sep 17 00:00:00 2001 From: Alexis Rolland Date: Mon, 11 May 2026 10:52:38 +0800 Subject: [PATCH] Align display name with Load Checkpoint --- comfy_extras/nodes_video_model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy_extras/nodes_video_model.py b/comfy_extras/nodes_video_model.py index 35b3d1ea8..8f19895a1 100644 --- a/comfy_extras/nodes_video_model.py +++ b/comfy_extras/nodes_video_model.py @@ -157,7 +157,7 @@ NODE_CLASS_MAPPINGS = { } NODE_DISPLAY_NAME_MAPPINGS = { - "ImageOnlyCheckpointLoader": "Image Only Checkpoint Loader (img2vid model)", + "ImageOnlyCheckpointLoader": "Load Checkpoint Image Only (img2vid model)", "VideoLinearCFGGuidance": "Video Linear CFG Guidance", "VideoTriangleCFGGuidance": "Video Triangle CFG Guidance", }