The generated 3D model does not display in the TripoSR Gradio Model3D viewer
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
- Launch TripoSR (Pinokio 1-click launcher) and open the Web UI.
- Upload an image.
- Click Generate and wait for the OBJ/GLB outputs.
- Open DevTools (F12) → Console.
- 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.)
- OS: Windows (x64)
- GPU: NVIDIA (CUDA)
- TripoSR launcher: https://github.com/hoodtronik/TripoSR-Pinokio.git (gradio 4.16.0)
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.
