howtospark
models / Comfy-Org/MiniMax-H3
?

other
Sparks
Spec decode
Optimize
Quantized from

MiniMaxAI/MiniMax-H3

Analyze the original repo for the full architecture picture.

Verdict

Couldn't read a parameter count — this may not be a standard safetensors transformer repo.

Make it fast

Once it fits: fewer bytes per token and fewer decode steps against 273 GB/s.

Add a speculative decoder

Decode is bandwidth-bound; a trained EAGLE-style draft multiplies tokens per weight-read.

Make it yours

Change what the model does — adapt, edit, or steer it — independent of size.

Fine-tune it

LoRA/QLoRA adapts behavior on one Spark without touching the base weights.