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