mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-09 00:57:04 +08:00
Fixed: removed function from rebase.
This commit is contained in:
parent
c50f4864ca
commit
4902f243d9
@ -293,7 +293,6 @@ class MinimaxVideoNode:
|
|||||||
if file_url is None:
|
if file_url is None:
|
||||||
raise Exception(f"No video was found in the response. Full response: {file_result.model_dump()}")
|
raise Exception(f"No video was found in the response. Full response: {file_result.model_dump()}")
|
||||||
logging.info(f"Generated video URL: {file_url}")
|
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
|
# Construct the save path
|
||||||
full_output_folder, filename, counter, subfolder, filename_prefix = (
|
full_output_folder, filename, counter, subfolder, filename_prefix = (
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user