Visit ComfyUI Online for ready-to-use ComfyUI environment
Save audio data with metadata in FLAC format for AI artists, ensuring structured storage and high-quality preservation.
The SaveAudio
node is designed to save audio data to your filesystem in a structured and efficient manner. This node is particularly useful for AI artists who need to store generated or processed audio files with specific metadata. By leveraging this node, you can ensure that your audio files are saved with appropriate filenames, metadata, and in a consistent format. The node supports saving audio in the FLAC format, which is a lossless compression format, ensuring high-quality audio preservation. Additionally, it allows for the inclusion of metadata such as prompts and extra information, making it easier to keep track of the context and details of each audio file.
This parameter expects an audio object that contains the waveform and sample rate of the audio to be saved. The waveform should be a tensor, and the sample rate should be an integer. This input is crucial as it provides the actual audio data that will be written to the file.
This parameter is a string that specifies the prefix for the filename of the saved audio file. The default value is "audio/ComfyUI". This prefix helps in organizing and identifying the saved audio files, especially when dealing with multiple files. You can customize this prefix to suit your project or organizational needs.
This hidden parameter allows you to include a prompt as metadata in the saved audio file. The prompt can provide context or additional information about the audio, which can be useful for future reference or analysis.
This hidden parameter allows you to include additional metadata in the saved audio file. The extra metadata can be any relevant information that you want to associate with the audio file, such as tags, descriptions, or other contextual data.
This node does not produce any direct output parameters. Instead, it performs the action of saving the audio file to the specified location on the filesystem. The result of this action is the creation of one or more audio files with the specified metadata and filename prefix.
audio
parameter contains valid waveform and sample rate data to avoid errors during the saving process.filename_prefix
to organize your saved audio files effectively, especially when working on large projects with multiple audio files.prompt
and extra_pnginfo
parameters to include relevant metadata, which can be helpful for future reference and organization.<audio>
prompt
and extra_pnginfo
parameters is in the correct format. Check for any special characters or formatting issues that might cause the metadata insertion to fail.© Copyright 2024 RunComfy. All Rights Reserved.