KIE Suno Music (Basic):
KIE Suno Music (Basic) is a powerful node designed to facilitate the creation of music tracks using the KIE API. This node allows you to generate music by providing a variety of inputs such as track title, style, and lyrical prompts. It is particularly beneficial for AI artists looking to explore music generation with customizable options. The node supports both instrumental and vocal music creation, offering flexibility in the type of music you wish to produce. By leveraging different models, you can experiment with various musical styles and complexities. The node's primary goal is to simplify the music generation process, making it accessible to users without requiring deep technical expertise.
KIE Suno Music (Basic) Input Parameters:
title
The title parameter is used to specify the name of the track you wish to generate. This is a required field when using the custom mode, as it helps in identifying and organizing your music projects. There is no default value, and you should provide a meaningful title that reflects the essence of your track.
style
The style parameter allows you to define the musical style or genre of the track. This is also required in custom mode and can be a multiline string to accommodate detailed descriptions. The style influences the overall feel and genre of the generated music, making it crucial for achieving the desired artistic outcome.
prompt
The prompt parameter serves as the lyrical or thematic guide for the music generation process. In custom mode, when instrumental is set to false, this parameter acts as the lyrics for the track. It is a multiline string, allowing for comprehensive and creative input to shape the narrative or mood of the music.
custom_mode
The custom_mode parameter is a boolean that enables or disables custom mode. When set to true, it allows for more personalized music creation by requiring additional inputs like title and style. The default value is true, encouraging users to explore custom music generation.
instrumental
The instrumental parameter is a boolean that determines whether the generated music will be instrumental only or include vocals. When set to true, the music will be instrumental, while false allows for vocal inclusion. This parameter is required and defaults to true, catering to those who prefer instrumental tracks.
model
The model parameter lets you choose from various music generation models, such as V4, V4_5, V4_5PLUS, V4_5ALL, and V5. Each model offers different capabilities and styles, allowing you to experiment with the complexity and richness of the generated music. The default model is V4_5.
negative_tags
The negative_tags parameter is an optional string that allows you to specify tags or themes to avoid in the music generation process. This can help in steering the output away from unwanted elements or styles, ensuring the music aligns with your vision.
vocal_gender
The vocal_gender parameter is available only in custom mode and allows you to specify the gender of the vocals, with options being male or female. This adds another layer of customization to the vocal tracks, helping to match the desired vocal characteristics.
log
The log parameter is a boolean that controls console logging. When set to true, it enables logging of the music generation process, providing insights and debugging information. The default value is true, which is useful for monitoring and troubleshooting.
KIE Suno Music (Basic) Output Parameters:
AUDIO
The AUDIO output parameters provide the generated audio tracks. There are two audio outputs, each representing a different version or take of the generated music. These outputs are crucial as they are the primary result of the music generation process, allowing you to listen to and evaluate the created tracks.
STRING
The STRING output provides a JSON record of the music generation task. This includes metadata and details about the generation process, which can be useful for documentation and analysis of the task.
IMAGE
The IMAGE outputs consist of two cover images generated alongside the music tracks. These images serve as visual representations or album covers for the tracks, adding an aesthetic element to the music project.
KIE Suno Music (Basic) Usage Tips:
- Experiment with different
modeloptions to explore various musical styles and complexities, as each model offers unique capabilities. - Utilize the
styleandpromptparameters creatively to guide the music generation process and achieve the desired artistic outcome.
KIE Suno Music (Basic) Common Errors and Solutions:
Expected two audio_url entries in record-info response.
- Explanation: This error occurs when the API response does not contain the expected number of audio URLs, which are necessary for generating the audio outputs.
- Solution: Ensure that the API request is correctly configured and that the server is responding as expected. Check network connectivity and retry the request if necessary.
Failed to download audio: <exception>
- Explanation: This error indicates a failure in downloading the audio files from the provided URLs, possibly due to network issues or server errors.
- Solution: Verify your internet connection and ensure that the URLs are accessible. Retry the download or check for any server-side issues.
Failed to normalize audio waveform for ComfyUI: <exception>
- Explanation: This error suggests a problem in processing the audio waveform, which may be due to incompatible data formats or library issues.
- Solution: Ensure that all required libraries, such as
torch, are correctly installed and up to date. Check the data format and retry the operation.
