ComfyUI 3D model generation workflow with Hunyuan3D nodes producing a textured 3D mesh
TutorialsSep 11, 2026

ComfyUI 3D Models: Best AI Models & VRAM Guide

By the Trify3D team · Last updated September 11, 2026

Yes — ComfyUI 3D model generation works, and it runs locally. Four model families do the heavy lifting: Tencent's Hunyuan3D 2.x, Microsoft's TRELLIS.2, Stability AI's Stable Fast 3D, and TripoSR. All of them are open source, all of them run as ComfyUI nodes, and all of them accept an image, a text prompt, or both. Picking between them mostly comes down to two numbers: your VRAM and your patience. We've put both into a decision table and a VRAM table below, and if your GPU can't play, the last section covers online tools that run the same generation without one.

What You Need Before You Start

Install ComfyUI and 3D Nodes (5 Steps)

The official Hunyuan3D-2 tutorial on docs.comfy.org splits setup into loading a workflow, manual model installation, and running steps — here's the same path condensed:

  1. Install ComfyUI. git clone https://github.com/comfyanonymous/ComfyUI, then pip install -r requirements.txt inside a fresh Python environment.
  2. Add ComfyUI Manager. It handles the node dependencies you'll otherwise chase by hand.
  3. Install a 3D node package. Through Manager, grab the nodes for your model of choice — ComfyUI-3D-Pack is the classic multi-model suite; Hunyuan3D and Trellis2 have dedicated wrappers.
  4. Download the model checkpoints into the models/ directories the node README specifies. This is the step people skip, then wonder why the graph errors out.
  5. Load a workflow template and hit Queue.

ComfyUI official Hunyuan3D-2 documentation with workflow, manual model installation, and run steps

VRAM Requirements for 3D Generation

This is where the model families separate sharply:

ModelShape onlyShape + textureSource
Hunyuan3D 2.x6 GB16 GBOfficial README
TRELLIS.224 GB minimum, NVIDIAOfficial README
Stable Fast 3DRuns on far lessRuns on far lessNo official minimum published; classified lightweight from its performance data【推断】
TripoSRRuns on far lessRuns on far lessNo official minimum published; generates in under 0.5 s on an A100【推断】

Six gigabytes versus twenty-four. That single row decides most people's setup before they download anything.

No Powerful GPU? Two Ways Out

Rent one by the hour on a cloud GPU service, or skip local generation entirely — online generators produce comparable meshes in under two minutes, and we compare the trade-offs at the end of this guide.

Which 3D Model Should You Use?

Asking for the single best 3D model for ComfyUI is the wrong question — the honest answer depends on what goes in and what needs to come out.

Decision Table: Input × Hardware × Use Case

Your situationUseVRAM floorWhy
One photo, quick draftTripoSR or Stable Fast 3DLow (see note above)Feedforward reconstruction; TripoSR does a pass in under half a second on an A100
Finished, textured assetHunyuan3D 2.116 GBPBR textures, actively maintained
Game-ready assetStable Fast 3DLowPredicts UV unwrapping and material parameters "so the assets can be easily integrated into a game" (Stability AI)
3D printingHunyuan3D 2.x, shape pass6 GBTexture doesn't survive a slicer; spend VRAM on geometry
Top fidelity, big GPUTRELLIS.224 GB4-billion-parameter flow-matching transformer

Hunyuan3D 2.0 and 3.0 — the Quality Benchmark

Hunyuan3D is the safe center of gravity here. Version 2.1 arrived in June 2025 with a dedicated PBR model, per the official repo's release notes, and the 6 GB / 16 GB VRAM figures above come straight from that README. In February 2026, ComfyUI's blog announced that Hunyuan 3D 3.0 landed in ComfyUI through Partner Nodes, positioning it as Tencent's state-of-the-art model. If you want a walkthrough of the 2.x setup in ComfyUI, our Hunyuan 3D guide covers the node choices and the common errors. My take: start with 2.x even though 3.0 exists — the 2.x workflows are documented, templated, and battle-tested by a much larger user base.

TRELLIS.2 in ComfyUI — the New Generation

TRELLIS.2 is Microsoft's follow-up, and it's a different animal: 4 billion parameters, a field-free sparse voxel structure called O-Voxel, MIT license, image-to-3D focus (model card, arXiv 2512.14692). The official repo clocks it at roughly 3 seconds for 512³ voxels and about 60 seconds at 1536³ — on an H100, so scale expectations accordingly. The ComfyUI side is moving fast: the community Trellis2 wrapper shipped a multiview texturing node and an export node on September 8, 2026, three days before this post. When we ran the workflow for our Trellis 2 install guide, the graph looked like this:

Trellis 2 image-to-3D workflow nodes wired in ComfyUI

3D mesh generated from a single image with Trellis 2 in ComfyUI

Interest has spilled past GitHub — one YouTuber is already selling a Trellis2 workflow pack behind a waitlist, which tells you demand arrived before the documentation did. We compared the TRELLIS.2 node packages if you're choosing a wrapper, and there are free workflow downloads to start from. Caveat worth repeating: 24 GB isn't a suggestion. If you're on an 8 GB card, no amount of flag-tuning gets you there today.

Stable Fast 3D and TripoSR — Fast Drafts on Modest Hardware

Stable Fast 3D builds on TripoSR but adds UV unwrapping, material prediction, and color delighting — it's the one that hands you a game-usable asset, not just a mesh. TripoSR, from Tripo AI and Stability AI, is pure speed: under 0.5 seconds per model on an A100. Treat both as sketchpads. You will re-topology anything they produce before it ships.

Image-to-3D Workflow, Step by Step

Image-to-3D is the workflow most ComfyUI users actually want — the model traces a real reference instead of hallucinating geometry from a sentence.

Step 1–4: Pick an Image, Load a Template, Queue, Export

  1. Pick a clear image. The official single-image template works by generating three orthographic views from your input, so objects photographed from a plain angle with an uncluttered background reconstruct far more cleanly.
  2. Load a template instead of building the graph. ComfyUI's template library lists twelve official image-to-3D workflows — "Single Image to 3D model", several Hunyuan3D variants, TRELLIS.2, Rodin. Side bar → 3D → pick one. ComfyUI's own blog describes the flow as: update ComfyUI, open the Template Library, go to 3D, select the workflow, run.
  3. Queue it. First run downloads the checkpoints; later runs are quick.
  4. Export the mesh — usually a Save Mesh node writing GLB or PLY.

ComfyUI 3D model generation workflow shown in the official single image to 3D model template

ComfyUI official workflow library listing twelve image-to-3D templates

If you'd rather watch someone drive the whole thing, the MDMZ tutorial below is the most-viewed walkthrough we found — about 130,000 views at 10:46 long, free and fully local.

Multi-View Mode for Better Geometry

One image forces the model to guess the back of the object. Hunyuan3D's official ComfyUI tutorial ships dedicated 2mv and 2mv-turbo workflows precisely for this, and the official single-image template generates orthographic views for the same reason. When we fed the same object through single-view and multi-view Hunyuan3D graphs side by side, the multi-view mesh kept its silhouette where the single-view version caved in — we kept the comparison image because the difference is easier to see than to describe:

Hunyuan3D in ComfyUI: single-view versus multi-view reconstruction of the same object

Two to four views is the practical sweet spot. More than that and you're paying queue time for diminishing returns. There's a fuller write-up in our multiview workflow guide.

Text-to-3D and Sketch-to-3D

ComfyUI's Hunyuan 3D integration takes text prompts directly — the official announcement describes generating a production-ready model in minutes "by simply entering text prompts, images, or sketches." For text to 3D in ComfyUI, that's the whole pitch: type, queue, get a mesh.

Whether you should is another matter. Text input gives the model no anchor, so results drift toward generic interpretations of your prompt — great for blocking out a concept, frustrating when you need a specific object. Image input constrains the geometry to something real. Our working rule: text when the idea is loose, image when the shape matters. Sketch input splits the difference. The same official blog post names "Sketch-to-3D prototyping and 3D-print-ready part decomposition" as supported use cases — draw a part from a few angles, get a printable decomposition. Nobody else in the ComfyUI content space covers this, which is odd, because Philipp Sieben — a VFX artist who reviews these models on his PixelArtistry channel — told XR AI Spotlight in March 2026 that "3D printing and VFX are becoming natural testing grounds" for these models. The practitioners are already there.

Export: From ComfyUI to Blender and 3D Printing

Generation is half the job. Getting a usable file out is the other half, and it's where most tutorials go quiet.

GLB, OBJ, PLY — Which Format for What

The main 3D node packs (ComfyUI-3D-Pack among them) save .glb, .obj, and .ply:

  • GLB — the default you should reach for. One file, textures embedded, imports cleanly everywhere downstream.
  • OBJ — the interoperability veteran. Geometry plus a separate material file; some older tooling prefers it.
  • PLY — raw geometry with vertex data. Point clouds and scan-style meshes; slicers and mesh tools open it fine, game engines mostly don't care about it.

For a deeper treatment of format choice (including FBX), see our GLB/FBX export guide.

Import into Blender and Prep for Printing

Blender has shipped a native glTF 2.0 importer since 3.0 — it's built in, maintained upstream by the Khronos Group, and documented through the current Blender 5.1 manuals. File → Import → glTF 2.0, pick your GLB, done. No addon, no plugin hunting.

For printing, the generated mesh usually needs three fixes before it slices: watertight geometry, a flat base, and sane scale. We walk through the whole chain in our STL-making guide, and if you just need to patch a mesh quickly, the browser-based STL editor handles repair without installing anything. Need a reason to print the result? Our 3D print ideas collection has tested ones.

Troubleshooting Common 3D Errors

Most failures in ComfyUI 3D generation have one root cause: the texture stage asking your GPU for more than it has. The Hunyuan3D-2 issue tracker is dominated by out-of-memory reports — "CUDA Out of Memory during Texture Generation", torch.OutOfMemoryError — and the maintainers maintain a dedicated "Warnings and Issue Resolution Methods" document for exactly this.

  • Symptom: CUDA out of memory when texture generation starts. Cause: texture passes allocate far more than the 6 GB shape pass — that's why the official figure jumps to 16 GB. Fix: drop the texture resolution, or skip texturing and export shape only.
  • Symptom: OOM even with headroom. Fix: the TRELLIS.2 README recommends PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True, which it says can save GPU memory by reducing fragmentation. Set it before launching ComfyUI.
PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True python main.py
  • Symptom: nodes missing or errors on load. Cause: skipped checkpoint download (step 4 above) or a stale ComfyUI. Fix: reinstall the checkpoints where the node README says, update ComfyUI.
  • On AMD cards: the 3D models officially target NVIDIA. Community issue reports claim Hunyuan3D-2 Turbo runs end-to-end on an 8 GB Radeon Pro W5500 via ROCm — plausible, but treat it as unverified until you've run it yourself.

ComfyUI vs Online 3D Generators

Local generation wins on control — Sieben's word in that same interview was that ComfyUI gives creators "real control" — and on cost after the hardware is sunk. Online tools win on everything before that: no install, no VRAM ceiling, no driver archaeology.

ComfyUI localOnline generators (e.g. Meshy, Trify3d)
SetupHours + model downloadsNone
HardwareYour GPU, 6–24 GB VRAMTheirs
CostFree, after the GPUFree tier exists; paid tiers beyond it
ControlFull — swap models, tune graphsLimited to the offered settings
Speed0.5 s (TripoSR) to ~60 s (TRELLIS.2 @H100) plus queueTrify3d: 30–120 s, up to 1536³, PBR textures included

If you want to test an idea before committing a weekend to local setup, Trify3d's text-to-3D tool runs in the browser — no GPU needed — and exports the same GLB files.

FAQ: ComfyUI 3D Model Generation

Can ComfyUI generate 3D models for free?

Yes, genuinely free. ComfyUI is open source and so is every model in this guide — Hunyuan3D, TRELLIS.2 (MIT), Stable Fast 3D, TripoSR. The unpaid part of the deal is your hardware: the VRAM table above is the real price. Meshy and similar services also keep a free tier if you'd rather pay with patience than watts.

How much VRAM do I need?

Hunyuan3D-2's official numbers: 6 GB for shape, 16 GB for shape plus texture. TRELLIS.2 lists a 24 GB NVIDIA GPU as necessary. The lightweight models run well below that but publish no official minimums.

Image-to-3D or text-to-3D — which is better?

Image input, most of the time. A reference photo anchors the geometry; a prompt leaves it to the model's imagination. Text-to-3D earns its keep for quick concept blocking, and both modes ship in the official Hunyuan 3D workflows.

What file formats does ComfyUI export?

GLB, OBJ, and PLY via the standard node packs. GLB first: single file, textures included, and Blender's built-in glTF importer opens it without any addon.

Can I turn a sketch into a 3D model?

Yes — sketch-to-3D prototyping and 3D-print-ready part decomposition are named use cases in ComfyUI's official Hunyuan 3D announcement. Draw the part, feed the sketch, and use it the way VFX and printing people already are: as a fast physical prototype.


Covering a space where a model family turns over every few months, we recheck this page quarterly. Numbers above are quoted from the official repos on the dates noted.

Run it yourself in Trify3D

Keep reading from this topic