Skip to main content
Tripo P2 is Tripo’s P-series 3D generation model that outputs native quad-topology meshes. Where traditional text-to-3D and image-to-3D models return triangle meshes, Tripo P2 builds geometry from four-sided faces with clean edge loops around joints and even density on flat surfaces. Quads deform predictably under a rig, subdivide cleanly, and are the standard input for retopology-heavy pipelines in games, film, and product visualization. Tripo P2 supports three input modes: text to model, single image to model, and multiview to model (front, left, back, and right references). Mesh budgets reach 50,000 triangles, or 25,000 quads in quad mode. Texture output is tiered: standard at 2K, detailed at 4K, extreme at 8K, with PBR maps (metallic, roughness, normal) available alongside the base color. In ComfyUI, the P2 nodes work like the rest of the Tripo partner nodes: add the node, provide your input, and the workflow handles texturing, rigging, conversion, and export automatically. No local GPU or model download is required.
To use the Partner Nodes, you need to ensure that you are logged in properly and using a permitted network environment. Please refer to the Partner Nodes Overview section of the documentation to understand the specific requirements for using the Partner Nodes.
Make sure your ComfyUI is updated.Workflows in this guide can be found in the Workflow Templates. If you can’t find them in the template, your ComfyUI may be outdated.If nodes are missing when loading a workflow, possible reasons:
  1. You are not using the latest ComfyUI version (Nightly version)
  2. Some nodes failed to import at startup

What Tripo P2 is good at

  • Native quad topology: quad meshes with clean edge flow, ready for rigging and animation without manual retopology
  • Large mesh budgets: 48 to 50,000 triangles, or 48 to 25,000 quads in quad mode
  • Tiered texturing: standard (2K), detailed (4K), or extreme (8K) base color textures, with optional PBR maps
  • Three input modes: text prompts, a single reference image, or up to four multiview images (front, left, back, right)
Pricing depends on the selected texture level. See Pricing for details.

Tripo P2: Text to Model

Generate a 3D model from a text description. Tripo P2 first draws a concept image from the prompt (controlled by image_seed), then models the geometry from it. Tripo P2 Text to Model Workflow

Run on Comfy Cloud

Open in Comfy Cloud

Download Workflow

Download JSON or search “Tripo P2: Text to Model” in Template Library

Steps to Run

  1. Enter your prompt: describe the 3D model in the Tripo P2: Text to Model node (up to 1024 characters). A negative prompt is available in advanced options
  2. Choose the texture level: standard (2K), detailed (4K), extreme (8K), or none for an untextured mesh
  3. Toggle quad output: with quad enabled the mesh returns as FBX; disabled it returns as GLB
  4. Set the face limit: target face count between 48 and 50,000 (48 to 25,000 with quad), or leave at -1 to let Tripo choose
  5. Click Queue: press Ctrl+Enter to generate
After generation, the workflow automatically textures the model (TripoTextureNodeV2), rigs it (TripoRigNode), applies a preset animation (TripoRetargetNode), and converts the result (TripoConversionNode) before saving.

Quad output note

When quad is enabled, connect Save 3D to the FBX output slot. When quad is disabled, use the GLB output slot.

Tripo P2: Image to Model

Generate a 3D model from a single reference image. Tripo P2 Image to Model Workflow

Run on Comfy Cloud

Open in Comfy Cloud

Download Workflow

Download JSON or search “Tripo P2: Image to Model” in Template Library

Steps to Run

  1. Upload a reference image: load a front-view image of your subject with the LoadImage node
  2. Choose the texture level: standard, detailed, extreme, or none
  3. Toggle quad output: FBX when enabled, GLB when disabled
  4. Set texture alignment: original_image matches the input image’s colors, geometry fits the textures to the generated shape (advanced options)
  5. Click Queue: press Ctrl+Enter to generate

Input tips

  • Low-resolution or low-quality images can be enhanced before modeling with the enable_image_autofix advanced option
  • align_image orientation rotates the model to the viewpoint of the input image (advanced options)

Tripo P2: Multiview to Model

The multiview node accepts up to four images: a required front view plus optional left, back, and right views. It is available on the same Tripo P2 node family in the Node Library; connect your reference images to the view slots and follow the same texture and quad options as above.

Node options reference

Options shared by all three P2 nodes: Advanced options include texture_seed, auto_size (real-world scale in meters), export_uv, and compress_geometry (Meshopt compression; compressed meshes are much smaller but cannot be previewed in ComfyUI’s 3D viewport).