JA EN
·★ MEMBER·PAPER·8 min read

Paper Walkthrough: Hunyuan3D-Buffalo 1.0 — One Brain for 3D Understanding, Generation, and Editing

Describe a 3D shape in words, generate it from text, edit it by instruction, carve out a named part — Tencent Hunyuan's Hunyuan3D-Buffalo 1.0 does all four in a single model. We walk through the 87M-sample data factory behind it, the Nano3D-v2 editing-pair pipeline, and the paper's most practical finding: training generation makes editing better.

ModalityimageTaskgeneration

Hunyuan3D-Buffalo 1.0: A Unified Multimodal Model for Scalable 3D Generation, Understanding, and Editing

Primary source — what this article is built on

undefined2026-08-03undefined2026-08-13same month

Hunyuan3D-Buffalo 1.0: A Unified Multimodal Model for Scalable 3D GenerationJunliang Ye, Kenkun Liu, Guocun Wang et al. · 2026-08-03 · v2"arXiv:2608.02711Paper page·PDF
UnderstandingUnderstanding
https://arxiv.org/abs/2608.02711"and Editing
undefined

Recent advances in image generation have demonstrated the potential of unified multimodal models that integrate understanding, generation, and editing. However, unified 3D modeling remains constrained by scarce multimodal data, particularly the lack of large-scale and geometrically consistent editing data. To address this limitation, we propose Hunyuan3D-Buffalo 1.0, a unified framework supporting 3D understanding, text-to-3D generation, instruction-guided 3D editing, and text-grounded part generation within a single architecture. To enable scalable training, we construct an 87M-scale 3D multimodal corpus, comprising 25M understanding samples, 50M text-to-3D pairs, and 12M editing pairs generated using Nano3D-v2. Architecturally, the framework combines Hunyuan3D-VLM for semantic, structural, and spatial understanding with Hunyuan3D DiT for high-fidelity 3D synthesis. The VLM provides multimodal semantic conditions for generation, while editing and part generation additionally condition the diffusion process on the source object representation to preserve its overall structure and unedited regions. Extensive experiments show that Hunyuan3D-Buffalo 1.0 achieves state-of-the-art or leading performance on text-to-3D generation and 3D editing benchmarks, while exhibiting strong understanding and part-generation capabilities. Our analysis further shows that both generation and understanding improve editing, demonstrating the effectiveness of unified 3D multimodal training. Project Page: https://tencent-hunyuan.github.io/Hunyuan3D-Buffalo1.0/


The one-sentence version

Hunyuan3D-Buffalo 1.0 (arXiv:2608.02711, from the Tencent Hunyuan team) is a unified multimodal model that handles four jobs in a single architecture: 3D understanding (describing shapes in language), text-to-3D generation, instruction-guided 3D editing, and text-grounded part generation (Abstract). Behind it sits a data factory that produced an 87M-sample 3D training corpus, and the experiments surface a genuine cross-task synergy: making the model a better generator also makes it a better editor (§1, §5.3).

Why 3D lagged behind on unification

In the 2D world, models like GPT-4o and Qwen-Image have made it normal for a single system to understand, generate, and edit images on instruction (§1). In 3D, by contrast, understanding models, generation models, and editing models are still being built as separate systems, the paper argues (§1).

The bottleneck is not architecture — it is data. 3D assets are far harder to collect, annotate, and edit at scale than images, and paired "before edit / after edit" data is the scarcest of all (§1). Think of what an editing training pair actually is: a cat figurine, and the same cat figurine wearing a hat, identical down to the millimeter everywhere except the hat — and you need millions of such pairs. No amount of manual labor gets you there. Because of this fragmentation, even the basic question "do understanding, generation, and editing reinforce each other?" had gone untested (§1).

The big picture: three craftspeople, one workshop

By analogy, 3D AI used to be three specialists running separate shops: an appraiser who looks at a shape and describes it, a sculptor who carves to order, and a restorer who modifies existing statues. This paper moves all three into one workshop and makes them share the same eyes and the same hands.

The workshop's eyes are Hunyuan3D-VLM — a vision-language model that reads 3D shapes as point clouds and understands their semantics, structure, and spatial layout. The hands are Hunyuan3D DiT — a diffusion-family 3D generator initialized from the existing Hunyuan3D-2.1 model (§4.1). The eyes read the meaning; the hands receive it and carve. The hand-off works by projecting the VLM's hidden-state vectors through a lightweight MLP connector, which the DiT then attends to via attention — similarity matching built on dot products (§4.1, §4.2). You can get a feel for how a dot product measures "semantic match" in the figure below.

FIG 1Rotate two vectors and watch the dot product change. The matching between the VLM's "meaning vectors" and the generator rests on exactly this dot-product similarity — the core of attention

An 87M-sample data factory

What makes the unified training possible is a data engine that mass-produces three corpora (§3.1, Table 1):

Nano3D-v2: manufacturing editing pairs by machine

Previous recipes for editing data had structural flaws. Editing in 2D and lifting the result back into 3D loses the correspondence with the source shape, causing identity drift, geometric hallucinations, and cross-view inconsistencies. Constraining edits in 3D space (as in Nano3D or VoxHammer) preserves consistency but relies on manual or heuristic region selection, so it does not scale (§3.4).

Nano3D-v2 solves this with a five-stage automated pipeline (§3.4). (1) Render the source asset from eight canonical views, let a VLM pick the view where the requested edit is most visible, and perform the edit there with a 2D image-editing model (Qwen-Image). (2) Compute a 2D mask from the before/after pixel difference

What's behind this

§

Members-only from here

371 walkthroughs, 26 textbook chapters, 48 student units and 6 close readings — all included for $4.99/mo, with three new explainers every day. Cancel any time; access runs to the end of the period.

Already a member? Sign in to keep reading

References

  1. Junliang Ye, Kenkun Liu, Guocun Wang, Yang Li et al.. (2026-08-03) Hunyuan3D-Buffalo 1.0: A Unified Multimodal Model for Scalable 3D Generation. "arXiv:2608.02711Paper page·PDF
  2. Understanding. Understanding
  3. https://arxiv.org/abs/2608.02711". and Editing

This article is written from the source paper above. Where they differ, the original is authoritative.

Comments

Sign in to comment