ComfyUI-RemoteVAE

ComfyUI-RemoteVAE
★ 2

VAE 解码远程推理HuggingFace资源卸载
通过 HuggingFace 推理端点远程执行 VAE 解码,支持 Flux 与 HunyuanVideo,将 VAE 计算卸载到云端以节省本地资源并复用模型。
💡 在本地性能有限时将 VAE 解码任务卸载至 HuggingFace 端点。
🍴 1 Forks💻 Python🔄 2025-07-05
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/e58c8376a81b
📦 requirements.txt
torch
pillow
numpy
safetensors
requests
Usage-Flux
Usage-HunyuanVideo
📄 README

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.