diff --git a/comfy_extras/nodes_video.py b/comfy_extras/nodes_video.py index 8e3a653ee..4cacd7eb8 100644 --- a/comfy_extras/nodes_video.py +++ b/comfy_extras/nodes_video.py @@ -175,7 +175,7 @@ class SaveVideo(ComfyNodeABC): url = f'Click to open Video: {final_file_path}' # 只返回url到ui.text - return (url) + return (url,) class CreateVideo(ComfyNodeABC): @classmethod