[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"news-slug-minimax-h3-local-vs-api-gap":3,"news-related-aad00b18-d354-48b5-ad21-62b53150b8c6":38},{"id":4,"title":5,"summary":6,"content":7,"original_url":8,"source_id":9,"tags":10,"translations":24,"news_slug":31,"published_at":32,"created_at":33,"modified_at":34,"is_published":35,"publish_type":36,"image_url":14,"view_count":37},"aad00b18-d354-48b5-ad21-62b53150b8c6","MiniMax H3 开源实测:你下载的权重,和 API 里跑的不是同一个模型","MiniMax H3 权重 8 月 3 日登陆 Hugging Face 后,社区实测发现:开源版只包含 API 三步流水线中的 base generation 模块,提示词增强与 2K 超分仍是托管服务,稀疏注意力实现也未随首发放出。本地跑通原生 768p 之外,MLX 移植、Turbo-LoRA 约 5 倍采样加速、提示词重写 LoRA 等社区补完速度惊人。本文拆解本地与 API 的真实差距、显存门槛与许可证边界。","MiniMax H3 开源实测:你下载的权重,和 API 里跑的不是同一个模型\n\n8 月 3 日,MiniMax 把 H3 的权重放上了 Hugging Face。这是视频生成领域少见的重磅开源:33B 参数的 diffusion transformer,用 Qwen3-VL-32B 做编码器,输出最长 15 秒、带原生立体声的音视频。开源一周后,社区实测给出了一份更冷静的答卷——你下载到本地的,和 API 里跑的,严格说不是同一个系统。\n\n## API 的完整能力,开源版只放了一块\n\nOxen.ai 的拆解说得很直白:H3 的 API 背后是一条三步流水线——先做提示词增强,再跑基座模型,最后过一遍超分模型拉到 2K 分辨率。而当前的开源版本只包含 base generation 这一块。想本地复现 API 效果,你得自己把另外两步拼出来。\n\nHugging Face 官方模型卡印证了这一点:负责多模态输入预处理与编排的 H3-Context-IR 是托管系统,不在权重包里;本地默认的原生分辨率是 768p,2K 只在托管 API 里提供。更关键的是,模型卡明确写着:H3 原生支持稀疏注意力的训练与推理,但首发开源只提供全注意力推理,稀疏实现要等后续更新——长序列的算力成本优势,本地用户暂时拿不到。\n\n## 显存账本与社区补完速度\n\n本地门槛比想象中分层:Oxen.ai 给出的经验是至少 24GB 显存;DiffSynth-Studio 的 NF4 量化加 offloading 可以压到 8GB;但想要高精度权重和更长的生成,50-60GB 才是甜点区。作者自己的配置是两张 48GB 的 A6000,DiT 放一张卡,文本编码器和 VAE 放另一张。\n\n真正让人意外的是社区速度。开源才一周,几乎每一层都在被改写:Simon Willison 做了 MLX 移植跑上 Apple Silicon;antirez 写了基于 Apple Metal 的 C 库命令行工具;larryvrh 的 Turbo-LoRA 把采样步数从通常的约 20 步压到 4 步,拿到约 5 倍采样加速;lightx2v 的提示词重写 LoRA,相当于把 API 那步提示词增强做了个本地平替;Oxen.ai 的 LoRA 微调训练器也已经上线。\n\n## 别忽略许可证的地界\n\n另一件容易被「开源」两个字盖住的事:许可条款。H3 采用 MiniMax Community License,据南华早报报道,免费非商用,年收入 2000 万美元以下的机构可商用但需署名。ExplainX 的分析进一步指出,这份许可把美国、欧盟、英国、韩国等市场排除在授权范围之外——在这些地区做生产级使用,需要走 MiniMax 的单独商业授权路径。评估这个模型,第一步不是看跑分,是看你公司在哪。\n\n## 所以呢\n\nOxen.ai 的评价是,这终于让人感觉在家里拥有了一个 Seedance 2.0 级别的模型;但「能下载」和「能复现」之间还隔着一条流水线的距离,这也是事实。观察点很清晰:当稀疏注意力实现、超分模块和提示词增强的社区平替逐层补齐,H3 会从「能跑的开源模型」变成「能用的开源系统」。到那一天,视频生成的闭源护城河才是真的被拆掉。\n\n原文:https:\u002F\u002Fwww.oxen.ai\u002Fblog\u002Fminimax-h3","https:\u002F\u002Fwww.oxen.ai\u002Fblog\u002Fminimax-h3","3ae07fc1-ba79-4b2e-b1fb-04e18840ee1f",[11,15,18,21],{"id":12,"name":13,"slug":13,"description":14,"color":14},"fca9258a-9430-455a-b95d-b9fae5e373a8","ai-inference",null,{"id":16,"name":17,"slug":17,"description":14,"color":14},"499f4b56-819d-49a3-9609-33e775143b86","multimodal",{"id":19,"name":20,"slug":20,"description":14,"color":14},"b9bd9039-fcdb-41a8-b85b-fc1587def2b9","open-source",{"id":22,"name":23,"slug":23,"description":14,"color":14},"ebe5dcd1-46b1-4298-b8c2-8e0e2f456e56","video-generation",[25],{"id":26,"lang":27,"title":28,"summary":29,"content":30},"7f7b85ab-41b2-41ca-b666-461fba027832","en","MiniMax H3 tested: open weights differ from the API model","After MiniMax H3's weights landed on Hugging Face on August 3, community testing revealed that the open-source release only ships the base generation block of the API's three-step pipeline: prompt enhancement and 2K upscaling remain hosted services, and the sparse-attention implementation is withheld for a future update. Beyond native 768p local runs, the community response has been remarkably fast, including an MLX port, a Turbo-LoRA with roughly 5x sampling speedup, a prompt-rewriter LoRA, and a live LoRA fine-tuning trainer. This piece breaks down the real gap between local and API, the VRAM ladder, and the license boundaries.","MiniMax H3 Open-Weights Field Test: What You Download Is Not Quite What the API Runs\n\nOn August 3, MiniMax put the weights of H3 on Hugging Face. It is a rare heavyweight open release for video generation: a 33B-parameter diffusion transformer with Qwen3-VL-32B as the encoder, outputting audio-video clips up to 15 seconds long with native stereo sound. One week after the release, community testing delivered a calmer verdict — what you download to your machine and what the API runs are, strictly speaking, not the same system.\n\n## The open release ships only one block of the API stack\n\nOxen.ai's teardown puts it plainly: behind the H3 API is a three-step pipeline — first enhance the user's prompt, then run the base model, then run an upscaler to reach 2K resolution. The current open-source release contains only the base generation block. To reproduce API-level results locally, you have to assemble the other two steps yourself.\n\nThe official Hugging Face model card confirms this: H3-Context-IR, the system responsible for multimodal preprocessing and orchestration, is a hosted service and not in the weights package; native resolution locally defaults to 768p, while 2K is only available through the hosted API. More importantly, the model card states explicitly that H3 natively supports sparse-attention training and inference, but the initial open-source release provides full-attention inference only, with the sparse implementation to arrive in a future update — the compute savings on long multimodal sequences are, for now, out of reach for local users.\n\n## The VRAM ladder and the speed of community patching\n\nLocal requirements are more stratified than expected: Oxen.ai's guidance is at least 24 GB of VRAM; DiffSynth-Studio's NF4 quantization with offloading squeezes it onto as little as 8 GB; for higher-precision weights and longer generations, 50-60 GB is the sweet spot. The author's own setup is two 48 GB A6000s, with the DiT on one GPU and the text encoder plus VAEs on the other.\n\nThe real surprise is the community's speed. Only about a week in, nearly every layer of the stack is being rewritten: Simon Willison produced an MLX port for Apple Silicon; antirez wrote a C library and command-line tool on top of Apple's Metal; larryvrh's Turbo-LoRA cuts sampling from the usual ~20 steps down to 4, a roughly 5x sampling speedup; lightx2v's prompt-rewriter LoRA is effectively a local stand-in for the API's prompt-enhancement step; and Oxen.ai's LoRA fine-tuning trainer is already live.\n\n## Do not skip the license map\n\nAnother thing easily obscured by the word open: the license terms. H3 ships under the MiniMax Community License which, as reported by the South China Morning Post, permits free non-commercial use and commercial use for organizations with under 20 million US dollars in annual revenue, with attribution requirements. ExplainX's analysis goes further, noting that the license excludes markets including the United States, the European Union, the United Kingdom and South Korea — production use in those regions needs MiniMax's separate commercial licensing path. The first step in evaluating this model is not the benchmark scores; it is where your company sits on that map.\n\n## So what\n\nOxen.ai's verdict: it finally feels like having a Seedance 2.0-level model at home. Yet the distance between downloadable and reproducible is an entire pipeline wide — that is equally a fact. The signal to watch is clear: as the sparse-attention implementation, the upscaler, and local stand-ins for prompt enhancement get filled in layer by layer, H3 turns from an open model you can run into an open system you can use. On that day, the closed-source moat around video generation is genuinely dismantled.\n\nSource: https:\u002F\u002Fwww.oxen.ai\u002Fblog\u002Fminimax-h3","minimax-h3-local-vs-api-gap","2026-08-15T17:07:24Z","2026-08-15T17:09:11.145823Z","2026-08-15T17:09:11.145831Z",true,"agent",74,{"items":39},[40,45,50,55,60,65],{"id":41,"title":42,"news_slug":43,"published_at":44},"bcdc10bc-2f08-4c39-8ffa-e7e34041c112","京东开源 JoyAI-Video-Edit:用 16B 多模态扩散 Transformer 把视频编辑推进「边播边改」实时流时代","jd-joyai-video-edit-real-time-streaming","2026-08-05T03:00:00+00:00",{"id":46,"title":47,"news_slug":48,"published_at":49},"a970be54-0603-4446-b92e-67c887c0788a","ComfyUI Day-0 跑通 MiniMax H3:把 2K 多模态视频生成压到 RTX 3060","comfyui-day0-minimax-h3-2k-video","2026-08-03T04:00:00+00:00",{"id":51,"title":52,"news_slug":53,"published_at":54},"b4214f43-353e-42e3-b48e-92dd4fc64290","京东开源 EchoWM 全模态世界模型:720p 音画同步,能跟着你走","jd-echowm-omnimodal-world-model","2026-08-25T23:10:00+00:00",{"id":56,"title":57,"news_slug":58,"published_at":59},"2874a2e5-beae-4627-8f6f-a34cf2cc8d7a","一段随手拍视频直出4D人体:4DAnyone用RCP+TCR破解多视角一致性,代码权重全开源","4danyone-monocular-video-4d-human","2026-08-20T17:59:53+00:00",{"id":61,"title":62,"news_slug":63,"published_at":64},"b95b93e8-294a-4c5b-b53d-ce6ea07c1519","SemComp-Bench 登顶 Hugging Face 日榜:视频生成开始考「任务做没做成」","semcomp-bench-video-task-completion","2026-08-20T13:30:00+00:00",{"id":66,"title":67,"news_slug":68,"published_at":69},"6f9e9f94-9dcc-4c6c-b254-6c5d0fe8ed37","京东开源 JoyAI-Video-Edit:16B 多模态扩散 Transformer 把视频编辑推进「边播边改」实时流时代","jd-joyai-video-edit-realtime-diffusion","2026-08-10T00:00:00+00:00"]