Views
No views yet
Repository hub: the canonical source tree, install script, demo footage, and issue tracker live on GitHub: https://github.com/newjordan/h3-spark — start there to actually run the system. This HF repo mirrors the same source and hosts the serving configuration alongside the weights.
weights/ — pruned + NVFP4-quantized checkpoints (modified
derivatives of the MiniMax H3 weights; see weights/MODEL_CARD.md
and weights/LICENSE-MiniMax-H3-Community.txt).config/h3_spark_serving.env).H3_ATTENTION=sage2-quality).H3_MODULATION_FUSION=exact).H3_SWIGLU_NVFP4_FUSION=auto, H3_RMS_ADALN_NVFP4_FUSION=auto) —
200 NVFP4 linears per evaluation.H3_Q_RMS_ROPE_INT8_FUSION=auto), byte-exact on default and
non-default streams.silu(gate)*up native kernel, GPU fp16 host transfer, persistent host
decode buffer, NHWC staging (COMFY_MINIMAX_H3_VAE_*).labs/nvfp4_static/).S=20,423, boosting GB10, SM clock recorded in the same
sentence as the time:| Config | Sampler | % faster | s/step | Executor | % faster | Wall | SM |
|---|---|---|---|---|---|---|---|
| Stock Comfy (BF16 ops) | 243 s | — | 12.1 | ~278 s | — | — | boosting |
| This config, dynamic NVFP4 (2026-08-15) | 153.6 s | 36.8% | 7.68 | 171.7 s | 38.2% | 180.2 s | 2300–2330 MHz |
| This config, promoted static NVFP4 scales (2026-08-15, 200/200 layers) | 148.4–149.4 s | 38.5–38.9% | 7.42–7.47 | 166.4–167.6 s | 39.7–40.1% | 170.0–170.1 s | 2242–2255 MHz |
verify_promotion.py exit 0): 200/200 static layers, zero excluded
layers, held-out max ratio 0.9873. Static scales are shape-bound and
workload-bound — dynamic NVFP4 is the always-valid default.1# 1. get the source (canonical clone — GitHub)
2git clone https://github.com/newjordan/h3-spark
3cd h3-spark
4
5# 2. weights: official upstream MiniMax H3 checkpoints
6hf download MiniMaxAI/MiniMax-H3 --local-dir models --include "Ref2VA/*" "FL2VA/*"
7mkdir -p models/ComfyUI/models
8cp -r models/Ref2VA models/ComfyUI/models/
9cp -r models/FL2VA models/ComfyUI/models/
10
11# 3. overlay: install the serving source overlay into ComfyUI
12bash scripts/install_comfyui_overlay.sh /path/to/ComfyUI
13
14# 4. env: export the validated serving defaults
15set -a; source config/h3_spark_serving.env; set +aOur pruned + NVFP4-quantized derivatives (the numbers in the table below) ship as a companion weights package — status and download in the GitHub README.
1python main.py --listen 127.0.0.1 --port 18188 \
2 --models-directory /path/to/models/ComfyUI/models \
3 --disable-pinned-memory --fp16-intermediates --highvram \
4 --disable-dynamic-vram --fast fp16_accumulation cublas_ops autotuneweights/ are modified derivatives of MiniMax H3
and are licensed under the MiniMax H3 Community License Agreement
(full text in weights/LICENSE-MiniMax-H3-Community.txt, required
NOTICE file alongside). Read it, including the Applicable Territory
definition and Sections III and V, before use or redistribution.third_party_licenses/.docs/PROVENANCE.md.