r/LocalLLaMA · · 1 min read

Got MiniMax H3 video generation running in TensorSharp

Mirrored from r/LocalLLaMA for archival readability. Support the source by reading on the original site.

Got MiniMax H3 video generation running in TensorSharp

I’ve been experimenting with MiniMax H3 and finally have video generation working in TensorSharp.
TensorSharp started primarily as a local GGUF/LLM inference engine, so getting a video-generation pipeline working in the same runtime has been an interesting change of direction.
The attached demo is image-to-video: an image is provided as context, followed by a prompt describing the motion/scene, and H3 generates the resulting video locally through TensorSharp.
What interests me most here isn’t really the UI — it’s having LLM, multimodal, image, and now video inference converge into the same local inference engine rather than requiring a completely separate Python stack for every model family.
There is still quite a bit to optimize. Video models put very different pressure on memory management, tensor scheduling, attention, and model offloading compared with autoregressive LLMs.
I’m curious what people here would prioritize next for H3 inference:
lower VRAM usage
faster generation
better quantized-model support
multi-GPU
longer video generation
reference/video-to-video workflows
Repo if anyone wants to look at the implementation:
https://github.com/zhongkaifu/TensorSharp

submitted by /u/fuzhongkai
[link] [comments]

Discussion (0)

Sign in to join the discussion. Free account, 30 seconds — email code or GitHub.

Sign in →

No comments yet. Sign in and be the first to say something.

More from r/LocalLLaMA