Nodes Browser
ComfyDeploy: How comfyui-previewlatent works in ComfyUI?
What is comfyui-previewlatent?
a ComfyUI plugin for previewing latents without vae decoding. Useful for showing intermediate results and can be used a faster 'preview image' if you don't wan't to use vae decode.
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
comfyui-previewlatent
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
comfyui-previewlatent
a <a href="https://github.com/comfyanonymous/ComfyUI">ComfyUI</a> plugin for previewing latents without vae decoding. Useful for showing intermediate results and can be used a faster "preview image" if you don't wan't to use vae decode.
- Forwards input latent to output, so can be used as a fancy reroute node.
- PreviewLatent can be used as a final output for quick testing
- Previews are decoded using taesd if available (otherwise latent2rgb).
- Previews are full resolution (Ksampler previews are limited to 512x512)
- Previews are temporary PNG files with full workflow metadata just like "Preview Image" (so right lick and using save image can save youre workflow)