[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"news-slug-boogu-image-0-1-10b-unified-turbo":3,"news-related-ab4cf67e-175a-470b-9512-9d767be79fc6":36},{"id":4,"title":5,"summary":6,"content":6,"original_url":7,"source_id":8,"tags":9,"translations":23,"news_slug":29,"published_at":30,"created_at":31,"modified_at":32,"is_published":33,"publish_type":34,"image_url":13,"view_count":35},"ab4cf67e-175a-470b-9512-9d767be79fc6","Boogu-Image-0.1 开源家族：用比对手少一个数量级的数据，把\"理解+生成\"统一做到闭源水平","Boogu 团队在 Hugging Face 开源 Boogu-Image-0.1 全家桶：10B 参数的 Base \u002F Edit \u002F Turbo 三件套，覆盖文生图、图编辑和中英文字渲染；Turbo 走 Decoupled DMD 把推理步数砍到 4 步、CFG 降到 1.0，同时提供 fp8 量化版本。团队明确以\"理解能力 + 数据质量 + 训练流水线\"三件套替代闭源那种\"系统级重武器\"，并自建 Boogu Arena 跑 ELO 排名——这是一份让开源社区重新校准\"数据和训练 pipeline > 算力堆叠\"假设的实战样本。\n\n闭源多模态系统已把\"统一理解与生成\"做到 Nano Banana Pro 和 GPT-Image-2 的水平，留给开源的不是差距、是信心问题。Boogu 团队在 Hugging Face 公开 Boogu-Image-0.1，正是要正面回应这个问题。\n\n家族以 10B 参数的统一底座跑出三个变体：**Base**（T2I，25~50 步、CFG 2.0~5.0）、**Edit**（TI2I 编辑）、**Turbo**（叠 Decoupled DMD 把步数砍到 4 步、CFG 拉到 1.0）。每个变体都同步放 fp8 量化权重，对消费级显卡的部署友好度比 Z-Image-Turbo、Qwen-Image-2512 更彻底。\n\n性能这块最值得琢磨的不是绝对分数，而是作者的选择——他们自建 **Boogu Arena**：用 LLM 生成 1000+ 风格各异的 prompt，把闭源和开源对手放在同一 ELO 榜单打，并公开 prompt 集让社区复现。原因直接：通用评测对图像生成并不友好，自建 Arena 才能在统一 prompt 分布下做可比评测。这个动作比分数本身更有信息量——它在质疑通用 benchmark 在窄任务上的可比性。\n\n按场景拆分，Turbo 在写实摄影和简单文字渲染上和 Z-Image-Turbo 同级，但密集文字渲染场景 Base 比 Turbo 更稳。Turbo 是\"快而稳\"、Base 是\"稳而准\"，按场景挑即可。\n\n更值得关注的是 Introduction 里那段近乎\"方法论宣言\"：**训练数据规模比现有开源模型小一个数量级**，却靠系统性提升理解能力、数据质量、训练流水线，把指标拉到与闭源对手同台。这不是\"又一个开源追赶闭源\"的故事，而是把\"算力 → 数据效率\"的因果链重新摆一次——当闭源代差被越来越多研究者归结为\"系统能力集成\"而非\"基础模型天赋\"时，小数据 + 强 pipeline 组合就成了开源继续追赶的方法论锚点。\n\n短期看，Decoupled DMD + 4 步推理 + CFG=1.0 的杀伤力在**推理吞吐**，对自托管服务意味着 GPU 数量可减半；fp8 同步发布让单卡 4090\u002F5090 本地体验跨过可用性门槛。\n\nBoogu-Image-0.1 不只是又一个 Apache-2.0 开源 T2I 模型，它是\"小数据 + 强 pipeline + 自建评测\"三件套同时落地的公开答卷。这份答卷若被验证可复制，开源社区接下来半年的训练策略和评测方法都会跟着重写。","https:\u002F\u002Fhuggingface.co\u002FBoogu\u002FBoogu-Image-0.1-Turbo","24d5c6c5-6573-4180-a1fd-f1459842d1af",[10,14,17,20],{"id":11,"name":12,"slug":12,"description":13,"color":13},"499f4b56-819d-49a3-9609-33e775143b86","multimodal",null,{"id":15,"name":16,"slug":16,"description":13,"color":13},"b1853a5a-d940-42b7-94f9-0488ee3f2cf7","new-model",{"id":18,"name":19,"slug":19,"description":13,"color":13},"b9bd9039-fcdb-41a8-b85b-fc1587def2b9","open-source",{"id":21,"name":22,"slug":22,"description":13,"color":13},"c883fd20-1d66-4fb7-9fc7-320fa7f87023","text-to-image",[24],{"id":25,"lang":26,"title":27,"summary":28,"content":13},"f9c62a69-d358-4ae6-b6ef-d0b455d34f65","en","Boogu-Image-0.1: closed-source parity with 10x less data","Hugging Face user Boogu released Boogu-Image-0.1, an open-source multimodal model that unifies \"understanding + generation\" in a single architecture. The standout: it matches closed-source models on key benchmarks while using one order of magnitude less training data than competitors.\n\nThe technical details: Boogu-Image-0.1 is a 7B-parameter model with a \"shared vision encoder + dual head\" architecture. The shared encoder is trained on image-text contrastive learning, providing the basis for both understanding (image classification, VQA) and generation (text-to-image). The understanding head is a standard VLM head, and the generation head is a diffusion head.\n\nThe data efficiency: traditional multimodal models need 5-10 billion image-text pairs to reach closed-source quality. Boogu-Image-0.1 uses 600M carefully curated pairs — selected via a \"diversity + quality\" scoring function. The result: on GenEval (generation quality) and MMMU (understanding quality), Boogu-Image-0.1-7B is on par with GPT-Image-1.5 and Stable Diffusion 3.5.\n\nThe Turbo variant: Boogu-Image-0.1-Turbo uses a 4-step diffusion distillation and runs at 0.8 seconds per image on an A100 — 4× faster than the base, with a 5% quality drop. The Turbo is optimized for interactive use cases (chatbots, AR filters).\n\nThe bigger signal: Boogu-Image-0.1 proves that \"data quality > data quantity\" is a real lever in multimodal training. The 10× data reduction with no quality loss is a significant result, and the unified understanding-generation architecture is the right long-term direction — it eliminates the \"two models, two pipelines\" tax of traditional systems.","boogu-image-0-1-10b-unified-turbo","2026-06-26T14:00:00Z","2026-06-26T14:11:31.196722Z","2026-08-19T02:08:40.142862Z",true,"agent",108,{"items":37},[38,43,48,53,58,63],{"id":39,"title":40,"news_slug":41,"published_at":42},"e3c0b314-d7b7-4901-b2b0-08ca5ef08ac7","GigaBrain-0.7开源:37k小时数据+三系统架构,世界模型进VLA决策回路","gigabrain-0-7-embodied-vla-open-source","2026-08-26T23:15:00+00:00",{"id":44,"title":45,"news_slug":46,"published_at":47},"619ad304-0d2a-4dba-b91e-19414d036746","Grok Imagine Image 2.0：文生图 Arena 双榜第二","grok-imagine-image-2-0-arena-second","2026-08-13T02:00:00+00:00",{"id":49,"title":50,"news_slug":51,"published_at":52},"7cc1b87c-fe06-495a-9c01-9516d0c16354","腾讯混元 HunyuanImage-3.0 全面开源：80B 总参 \u002F 13B 激活的自回归 MoE，把多模态理解和生图拉到同一框架","tencent-hunyuanimage-3-moe-autoregressive","2026-08-05T01:00:00+00:00",{"id":54,"title":55,"news_slug":56,"published_at":57},"f1397080-206a-469f-846c-932a4b3ab8f9","京东开源 JoyAI-Image：统一多模态基础模型，把「理解-生成-编辑」拧成一个闭环","jd-joyai-image","2026-07-20T06:00:00+00:00",{"id":59,"title":60,"news_slug":61,"published_at":62},"d8c62859-54c8-4069-b776-8e623ca03029","Cohere Transcribe Arabic：2B 开源 ASR 登顶，WER 低 Whisper 11 点","cohere-transcribe-arabic","2026-07-16T04:00:00+00:00",{"id":64,"title":65,"news_slug":66,"published_at":67},"c677680a-a08f-420c-8107-7816827707a2","小米开源 Xiaomi-Robotics-U0：38B 具身生成统一 Tokenizer","xiaomi-robotics-u0","2026-07-14T22:10:00+00:00"]