Nodes Browser
ComfyDeploy: How ComfyUI-RemoteVAE works in ComfyUI?
What is ComfyUI-RemoteVAE?
ComfyUI Nodes for Remote VAE Decoding.
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-RemoteVAE
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
Simple ComfyUI Node for Remote VAE Decoding
This node enables the use of VAE decoding through HuggingFace's inference endpoints.
For more details, refer to the VAE Decode with Hybrid Inference documentation.
Note: This node does not support SD1.5 or SDXL VAEs, as they typically perform faster on local hardware.
Currently, only Flux and HunyuanVideo are supported.
As HuggingFace expands support for other VAEs, they will be incorporated into this node.
This node does not rely on the diffusers
library and has no external dependencies beyond ComfyUI-Core. It is designed to be minimalistic.
For more information on remote VAE decoding, you can refer to HuggingFace's blog post
Using this node is quite simple, just replace the built-in VAE Decode
with VAE Decode (Remote)
and that's it.