mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-15 23:50:05 +08:00
example.mp4
This commit is contained in:
parent
585a2eef9f
commit
56a34522f5
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user