AIAny
AI Model2026
Icon for item

MiniMax-H3 GGUFs

Provides GGUF-quantized, ComfyUI-ready MiniMax‑H3 model files (FL2VA/REF2VA, text encoder, audio/video VAEs) to enable local ComfyUI inference for short video + stereo audio generation; requires the official VAEs and sufficient VRAM.

Introduction

Why this matters MiniMax H3 is an open-source, omni-modal video+audio generative model that produces short (4–15s) stereo videos and was released with full checkpoints and auxiliary processors. This Hugging Face package repackages those checkpoints into GGUF formats targeted at ComfyUI users, lowering friction for local inference workflows and integrating the FL2VA/REF2VA variants and related encoders/VAEs.

What Sets It Apart
  • GGUF packaging for ComfyUI: delivers quantized FL2VA and REF2VA model files plus a Qwen-based text encoder in GGUF/safetensors layouts so users can load them into ComfyUI pipelines without manual conversion.
  • Includes VAE pointers for both audio and video: the bundle references separate audio/video VAE files (the official VAE artifacts must be fetched from the base repo), enabling native stereo audio decoding and video reconstruction.
  • Preserves base-model capabilities: leverages MiniMax H3’s specs — 4–15s outputs, default short-side 768px (2K via regenerate workflow), 24 FPS, 32 kHz stereo — so the package is suitable for multimodal text→video, first/last-frame→video, and reference→video workflows.
Who it’s for and trade-offs

Great fit if you want local ComfyUI-driven multimodal video+audio generation and need ready-made GGUF quantizations (researchers, hobbyists, content creators with appropriate hardware). Expect large file sizes (multiple tens of GB for higher-quality quantizations and VAEs) and notable VRAM requirements; some quantized variants target 16–32GB-class cards while higher-quality Q5 variants are larger. This distribution appears to be a third‑party repackaging (author: RealRebelAI) and notes a license/permission statement, so confirm licensing for your use case. Look elsewhere if you require an official upstream distribution, turnkey cloud service, or low‑VRAM consumer tools.

Information

More Items

Hugging Face
AI Model2026

Turns Qwen3.5 into a 3-way NLI cross-encoder (entailment/contradiction/neutral) for zero-shot reranking, grading, content guarding, or action selection. Provides a pretrained Qwen3.5-4B checkpoint, helper utilities (OpenJevCrossEncoder, LatentMLPHead), and optional 35B MoE latent heads for per-task scoring.

Hugging Face
AI Model2026

Preview agentic language model for research and engineering workflows that turns research questions into executable, verifiable workflows via tool use and long-context reasoning; built on a 744B-parameter MoE (GLM-5.2) with MIT-licensed BF16 and FP8 checkpoints.

Hugging Face
AI Model2026

Fast, non-autoregressive decision engine that answers typed questions (choice/score/noul) over text or JSON states with calibrated probabilities and confidences in a single forward pass. Suited for routing, triage and moderation workflows; includes a Router to pick checkpoints per request.