feat: add tripo3d as third 3d provider#2
Open
mvanhorn wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
image-blast-3dnow accepts--provider tripo, with Tripo3D running on FAL alongside the existing Meshy and Hunyuan adapters.Why this matters
Image-blaster's per-object 3D layer already exposes a multi-provider switch (Meshy and Hunyuan). Tripo3D is the third top-tier image-to-3D engine and the one with the highest demo-video traction in 2026 by view count. Its hand-surface and cartoon-illustration models are well-regarded in the comparison literature, and it's available on FAL with the same queue + result shape the existing adapters already use.
model_mesh.url(.glb)Demo
Simulated demo (HyperFrames):
Changes
tripo-3d.mjsmirrorsmeshy-3d.mjsexactly: queue submit throughfal-queue.mjs, response download throughfal-3d-provider.mjs, indexed.N-<object>-request.jsonprovenance unchangedgenerate-single-asset.mjsgainstripoaliases inMODEL_PROVIDER_ALIASES, atripobranch inrun3DProvider, a Tripo branch inmodelRequestPrefix, and Tripo CLI flags (--texture,--pbr,--face-limit,--quad,--auto-size,--texture-alignment,--orientation)--provider tripoalongside the existing optionsTripo endpoint:
tripo3d/tripo/v2.5/image-to-3d. Defaults:texture: "standard",pbr: true,face_limit: 30000,quad: false.Testing
node --checkpasses ontripo-3d.mjsandgenerate-single-asset.mjsAI was used for assistance.