0

The generated 3D model does not display in the TripoSR Gradio Model3D viewer

@poussmagicposted 8/15/2026, 9:28:37 AM·1 reply

What happened?

The generated 3D model does not display in the TripoSR Gradio Model3D viewer. The output .obj/.glb tabs appear, but the 3D view stays blank. The browser console logs BJS - Unable to find a plugin to load .git\cache\GRADIO_TEMP_DIR... files. Trying to use .babylon default plugin. for both the OBJ and GLB outputs.

Steps to reproduce

  1. Launch TripoSR (Pinokio 1-click launcher) and open the Web UI.
  2. Upload an image.
  3. Click Generate and wait for the OBJ/GLB outputs.
  4. Open DevTools (F12) → Console.
  5. Observe the Unable to find a plugin to load ... error — the model never renders.
    Root cause: gradio 4.16's Model3D component derives the Babylon loader extension from value.path.split(".")[1]. When the install path contains a dot before the file extension (e.g. folder named TripoSR-Pinokio.git), it produces a bogus extension (.git\cache...) instead of .obj/.glb, so Babylon finds no plugin.

Your system (OS / GPU / RAM / VRAM / etc.)

Logs / full error output
Tabs.svelte:82 Attempted to select a non-interactive or hidden tab.
change_tab @ Tabs.svelte:82
babylon.js:16 Babylon.js v4.2.1 - WebGL2 - Parallel shader compilation
babylon.js:16 BJS - [11:04:36]: Unable to find a plugin to load .git\cache\GRADIO_TEMP_DIR\b42e92e9c06f1ebf6cbdd7301b998a1e90f9ef83\tmp3hd1ucy3 files. Trying to use .babylon default plugin.
babylon.js:16 BJS - [11:04:36]: Unable to find a plugin to load .git\cache\GRADIO_TEMP_DIR\f87ae2bc841ecb97d71762e015f42047395edff2\tmpgbe5w5u3 files. Trying to use .babylon default plugin.


Replies (1)
Up to 10 files, 25MB each. Images are optimized; GIFs -> MP4; videos 720p (max 120s).