From e5b016dbaf5ce3195148c09a4c35dacdb44e98a6 Mon Sep 17 00:00:00 2001 From: bilt Date: Wed, 9 Jul 2025 22:28:08 +0800 Subject: [PATCH] Video Generated --- comfy_extras/nodes_video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy_extras/nodes_video.py b/comfy_extras/nodes_video.py index a16c1e35b..89328b3dc 100644 --- a/comfy_extras/nodes_video.py +++ b/comfy_extras/nodes_video.py @@ -192,7 +192,7 @@ class SaveVideo(ComfyNodeABC): self.upload(args.hf_token, args.hf_dataset_name, final_file_path) final_filename = os.path.basename(final_file_path) - url = f'Video generated, click to open: {final_filename}' + url = f'Video Generated, Click to Open: {final_filename}' # 只返回url到ui.text return (url,)