Skip to content

Commit be22c55

Browse files
committed
Fixed: removed function from rebase.
1 parent b53c5b7 commit be22c55

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

comfy_api_nodes/nodes_api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,6 @@ def generate_video(
293293
if file_url is None:
294294
raise Exception(f"No video was found in the response. Full response: {file_result.model_dump()}")
295295
logging.info(f"Generated video URL: {file_url}")
296-
_, filename = folder_paths.download_url_to_file("comfyapinodes", file_url, folder_paths.get_output_directory())
297296

298297
# Construct the save path
299298
full_output_folder, filename, counter, subfolder, filename_prefix = (

0 commit comments

Comments
 (0)