ComfyUI > Nodes > ComfyUI > VAE Decode Audio (Tiled)

ComfyUI Node: VAE Decode Audio (Tiled)

Class Name

VAEDecodeAudioTiled

Category
latent/audio
Author
ComfyAnonymous (Account age: 763days)
Extension
ComfyUI
Latest Updated
2026-05-13
Github Stars
112.77K

How to Install ComfyUI

Install this extension via the ComfyUI Manager by searching for ComfyUI
  • 1. Click the Manager button in the main menu
  • 2. Select Custom Nodes Manager button
  • 3. Enter ComfyUI in the search bar
After installation, click the Restart button to restart ComfyUI. Then, manually refresh your browser to clear the cache and access the updated list of nodes.

Visit ComfyUI Online for ready-to-use ComfyUI environment

  • Free trial available
  • 16GB VRAM to 80GB VRAM GPU machines
  • 400+ preloaded models/nodes
  • Freedom to upload custom models/nodes
  • 200+ ready-to-run workflows
  • 100% private workspace with up to 200GB storage
  • Dedicated Support

Run ComfyUI Online

VAE Decode Audio (Tiled) Description

Decode latent audio representations into waveforms efficiently using tiling technique for memory and performance optimization.

VAE Decode Audio (Tiled):

The VAEDecodeAudioTiled node is designed to transform latent audio representations back into audible waveforms using a Variational Autoencoder (VAE). This node is particularly useful for handling large audio data by processing it in smaller, manageable tiles, which can improve efficiency and performance. By decoding audio in a tiled manner, it allows for better handling of memory and computational resources, making it ideal for high-resolution audio tasks. The node's primary function is to take latent audio samples and decode them into a waveform, ensuring that the audio quality is preserved while optimizing the decoding process through tiling and overlap techniques.

VAE Decode Audio (Tiled) Input Parameters:

samples

This parameter represents the latent audio samples that need to be decoded. These samples are the compressed representation of audio data that the VAE will transform back into a waveform. The quality and characteristics of the output audio depend significantly on the input samples.

vae

The VAE (Variational Autoencoder) model used for decoding the latent audio samples. This model is responsible for interpreting the latent space and reconstructing the audio waveform. The choice of VAE can affect the fidelity and characteristics of the decoded audio.

tile_size

This integer parameter defines the size of each tile used during the decoding process. The default value is 512, with a minimum of 32 and a maximum of 8192, adjustable in steps of 8. A larger tile size can improve processing speed but may require more memory, while a smaller tile size can reduce memory usage but may increase processing time.

overlap

This integer parameter specifies the amount of overlap between adjacent tiles during decoding. The default value is 64, with a minimum of 0 and a maximum of 1024, adjustable in steps of 8. Overlapping helps to smooth transitions between tiles, reducing artifacts and ensuring a seamless audio output.

VAE Decode Audio (Tiled) Output Parameters:

waveform

The decoded audio waveform is the primary output of this node. It represents the audible sound reconstructed from the latent samples, ready for playback or further processing. The waveform's quality is influenced by the input samples and the VAE model used.

sample_rate

This output parameter indicates the sample rate of the decoded audio waveform. It ensures that the audio is played back at the correct speed and pitch, maintaining the integrity of the original sound. The sample rate is typically derived from the VAE model or the input samples.

VAE Decode Audio (Tiled) Usage Tips:

  • Adjust the tile_size to balance between processing speed and memory usage. Larger tiles can speed up the process but require more memory.
  • Use the overlap parameter to ensure smooth transitions between tiles, which can help reduce audible artifacts in the output audio.
  • Ensure that the VAE model is well-suited for the type of audio you are decoding to achieve the best quality results.

VAE Decode Audio (Tiled) Common Errors and Solutions:

ValueError: Input audio is None

  • Explanation: This error occurs when the input audio samples are not provided or are invalid.
  • Solution: Ensure that the samples parameter is correctly set with valid latent audio data before executing the node.

MemoryError: Unable to allocate memory

  • Explanation: This error may occur if the tile_size is set too large for the available system memory.
  • Solution: Reduce the tile_size to a smaller value to decrease memory usage and try running the node again.

VAE Decode Audio (Tiled) Related Nodes

Go back to the extension to check out more related nodes.
ComfyUI
RunComfy
Copyright 2025 RunComfy. All Rights Reserved.

RunComfy is the premier ComfyUI platform, offering ComfyUI online environment and services, along with ComfyUI workflows featuring stunning visuals. RunComfy also provides AI Models, enabling artists to harness the latest AI tools to create incredible art.

VAE Decode Audio (Tiled)