ComfyUI plugin caches MiniMax H3 conditioning to disk: 1.12s cache hits, 14GB RAM saved

Any_Fee5299 · reddit · 2026-09-03

The author open-sourced ComfyUI-MiniMaxH3-CLIPCached, which caches MiniMax H3 text/vision conditioning to disk so repeated generations skip loading and running the Qwen3-VL encoder entirely. It only caches conditioning, not sampling steps (unlike TeaCache/FirstBlockCache).

Benchmark (median of conditioning stage, 5 cases):

System RAM dropped from 40GB to 25.5GB in practice; freed memory budget goes to the DiT (models 5.6→7.8GB). Trade-off is disk space, managed via a built-in cache manager panel for browsing and pruning entries.

Requires ComfyUI ≥ 0.30.0; install as minimaxh3-clipcached from ComfyUI Manager/Registry.

Original post →

More from coding & agent

coding & agent channel →