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: github.com/zhongkaifu/TensorSharp

添加评论
点赞收藏
点踩分享查看原文
评论
?
参与讨论