Inputs
Outputs
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Complete documentation for the VAEDecode node in ComfyUI. Learn its inputs, outputs, parameters and usage.
| Parameter | Description | Data Type |
|---|---|---|
samples | The ‘samples’ parameter represents the latent representations to be decoded into images. It is crucial for the decoding process as it provides the compressed data from which the images are reconstructed. | LATENT |
vae | The ‘vae’ parameter specifies the Variational Autoencoder model to be used for decoding the latent representations into images. It is essential for determining the decoding mechanism and the quality of the reconstructed images. | VAE |
| Parameter | Description | Data Type |
|---|---|---|
image | The output is an image reconstructed from the provided latent representation using the specified VAE model. | IMAGE |
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
Was this page helpful?