Nodes/ComfyUI-HiCache/HiCache Accelerate (Hunyuan3D)
ComfyUI Node

HiCache Accelerate (Hunyuan3D)

Training-free acceleration of Hunyuan3D shape generation: skip DiT forwards and forecast the flow-matching velocity instead (HiCache Hermite / HiCache++ DMD, via the hicache-pp library).

By Archerkattri·Created 2 months ago·Updated 2 months ago· 2
HiCache Accelerate (Hunyuan3D)
  • pipeline
  • pipeline
methodhermite
interval3
warmup_steps2
enabletrue
max_order1
sigma0.50
dmd_history5
CategoryHiCache

Inputs (8)

NameTypeDefaultDescription
pipelineHY3DMODELHunyuan3D shape pipeline from Hy3DModelLoader (kijai/ComfyUI-Hunyuan3DWrapper).
methodCOMBOhermiteForecast basis on skipped steps: hermite = HiCache (polynomial, arXiv:2508.16984; best measured quality inside ComfyUI) dmd = HiCache++ (exponential / Prony-DMD; worth trying at large intervals on the big 2.1 DiT) auto = holdout-pick the better of the two per compute step
intervalINT31–12Compute one DiT step, then forecast interval-1 steps. 1 = caching disabled (every step computed). Measured sweet spot inside ComfyUI: hermite interval 3.
warmup_stepsINT20–100Always compute the first N sampling steps before any forecasting starts.
enableoptBOOLEANtrueOff = remove the patch and restore the original DiT forward.
max_orderoptINT11–4Highest Hermite / finite-difference order (hermite method and warm-up fallback).
sigmaoptFLOAT0.500.05–0.95Hermite contraction factor in (0,1); keeps high-order terms bounded.
dmd_historyoptINT53–16DMD snapshot window length (dmd/auto methods).

Outputs (1)

NameTypeDescription
pipelineHY3DMODEL