AIAny
Icon for item

FastH3 Live

Provides an unattended text-to-video-and-audio streaming toolkit built around FastH3 (a 4-step distillation of MiniMax-H3): generation/retime/HTTP push scripts, a 221-scene prompt library, checkpoint conversion and ComfyUI workflows to run a continuous local stream.

Introduction

Why this matters FastH3 Live demonstrates how current text-to-video-and-audio models can be chained into an unattended, continuous broadcast: new clips are generated while previous ones play, enabling an “infinite” local video stream with minimal operator effort. That pattern matters because it shifts T2VA use from one-shot generation to persistent content pipelines—useful for art installations, automated demo feeds, or live AI-driven visuals.

What Sets It Apart
  • End-to-end streaming focus: includes stream_fasth3.py which generates, retimes, and pushes video/audio over HTTP/UDP so a local player (e.g., VLC) can consume a never-ending stream. This is a streaming-first workflow rather than a batch generator.
  • Curated prompt library and character indexing: ships a 221-scene prompt set (181 single-character, 40 two-character scenes) and a verified character index (503 entries) to produce coherent, varied outputs without manual prompt assembly.
  • Practical conversion and quantization tooling: provides scripts to convert FastH3 (diffusers) checkpoints to ComfyUI format and to requantize/validate mappings (INT8/NVFP4/W4A8 options), reducing the friction of running H3-style checkpoints locally.
  • License and operational constraints are explicit: the repository code is Apache-2.0 but MiniMax-H3-derived model weights are governed by the MiniMax H3 Community License and must be obtained/converted by the user.
Who It's For & Trade-offs

Great fit if you want a hands-off local T2VA broadcast built from existing H3-family weights and you can supply the upstream checkpoint and required components (ComfyUI with MiniMax-H3 support, VAEs, text/audio encoders, ffmpeg). It’s practical for demos, live installations, and continuous content generation on a single high-end consumer GPU (built/measured on an RTX 5090). Look elsewhere if you need an out-of-the-box hosted service, proprietary-locked model weights included, or lightweight mobile deployment: the setup expects substantial local GPU resources and manual conversion of model assets under license constraints.

How it works (short)

The project wires together: checkpoint conversion → ComfyUI T2VA workflow → streaming writer node → stream_fasth3 controller that randomly selects scenes/characters from the prompt library and streams generated clips. The scene file is re-read on each draw, enabling live insertion of viewer-submitted prompts. Several utility scripts (mapping validation, safetensors reader, per-node profiling) are included to ease large-checkpoint handling and performance tuning.

More Items

Hugging Face

Provides a dual-channel, channel-separated sample (8.9 hours) and access path to a 1,000‑hour English conversational corpus for commercial and research use. Delivers 48 kHz per-speaker audio, word-level machine transcripts, and per-speaker metadata designed for full‑duplex/turn-taking and ASR/ TTS research.

Hugging Face

Provides 997 chain-of-thought cybersecurity reasoning records distilled from the Kimi K3 model, each with an explicit <think> trace and a technical resolution or structured tool invocation. Includes verified tool-call objects, diffs, cross-domain coverage, and token-level metadata for fine-tuning and evaluating reasoning models.

Hugging Face

A living, crowdsourced dataset of hard-to-translate examples (text, images, audio, video) paired with handcrafted verification rules that flag concrete MT failures. LTBv1 contains 3,456 peer-reviewed examples across many language pairs and accepts ongoing contributions.