Visit ComfyUI Online for ready-to-use ComfyUI environment
Generate video links and download videos based on text input using Luma Labs API for AI artists.
The LUMA_API_result_YoC
node is designed to generate a video link based on a given text input and download preference. This node leverages the Luma Labs API to fetch and optionally download a video corresponding to the provided text identifier. It is particularly useful for AI artists who want to quickly generate and access video content without delving into the technicalities of API interactions. By automating the process of video retrieval and download, this node streamlines the workflow, allowing you to focus more on the creative aspects of your projects.
The text
parameter is a string that serves as the identifier for the video you wish to retrieve. This identifier is used by the Luma Labs API to locate the specific video. The accuracy of the video retrieval heavily depends on the correctness of this identifier. There are no strict minimum or maximum values for this parameter, but it should be a valid identifier recognized by the Luma Labs API.
The download
parameter is a boolean that determines whether the retrieved video should be downloaded to your local system. If set to True
, the video will be saved in the specified output folder. If set to False
, only the video link will be returned without downloading the video. The default value for this parameter is True
.
The video_link
output parameter is a string that contains the URL link to the retrieved video. This link can be used to view or download the video manually if the download
parameter was set to False
. The video link is essential for accessing the video content generated by the Luma Labs API.
text
parameter is a valid and accurate identifier to retrieve the correct video from the Luma Labs API.download
parameter to True
if you want the video to be automatically saved to your local system, which can save time and streamline your workflow.video_link
output to quickly access or share the video content without needing to navigate through multiple steps.key.json
file.key.json
file is present in the correct directory and contains a valid API key under the cookie
field.<error_message>
"© Copyright 2024 RunComfy. All Rights Reserved.