Fixed: removed function from rebase.

This commit is contained in:
Robin Huang 2025-04-21 12:42:26 -07:00
parent c50f4864ca
commit 4902f243d9

View File

@ -293,7 +293,6 @@ class MinimaxVideoNode:
if file_url is None:
raise Exception(f"No video was found in the response. Full response: {file_result.model_dump()}")
logging.info(f"Generated video URL: {file_url}")
_, filename = folder_paths.download_url_to_file("comfyapinodes", file_url, folder_paths.get_output_directory())
# Construct the save path
full_output_folder, filename, counter, subfolder, filename_prefix = (