Running TensorRT version of the MiniMax-H3 VAE in ComfyUI, which can increase speed by up to 1.7x
cd ComfyUI/custom_nodes
git clone https://github.com/lihaoyun6/ComfyUI-H3VAE_TRT.git
python -m pip install -r ComfyUI-H3VAE_TRT/requirements.txt-
Download encoder & decoder
.onnxfiles (and.datafiles, if present) -> hereYou can use the
w4a16_awqdecoder if you don't have 12GB+ of VRAM. -
Put models into
ComfyUI/models/vae
- Compile the TensorRT engine from onnx using the
MiniMax-H3 TRT VAE Compilernode before first use. - After compiling the TRT Engines, you can use the
MiniMax-H3 TRT VAE Loadernode to load them.
- ComfyUI @comfyanonymous
- MiniMax-H3 @MiniMax-AI

