From 56a34522f58e6d7d40621622a2d7f9112aeeac82 Mon Sep 17 00:00:00 2001 From: bilt Date: Mon, 7 Jul 2025 20:12:04 +0800 Subject: [PATCH] example.mp4 --- 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 f09a57b99..cf16c4288 100644 --- a/comfy_extras/nodes_video.py +++ b/comfy_extras/nodes_video.py @@ -176,7 +176,7 @@ class SaveVideo(ComfyNodeABC): url = f"/view?filename={os.path.basename(final_file_path)}&subfolder={subfolder}&type=output" results.append({ - "filename": os.path.basename(final_file_path), + "filename": "example.mp4", #os.path.basename(final_file_path), "subfolder": subfolder, "type": self.type, "url": url