load_img_to_3d_model
Starts the TripoSR server for converting images into 3D models. Keeps server active until explicitly unloaded to manage VRAM usage.
Instructions
Start the local image-to-3D inference server (TripoSR). The server process is kept running until unload_img_to_3d_model() is called. Frees VRAM when unloaded — load only when you need it.
Parameters:
model_dir: Path to TripoSR weights directory (uses IMG_TO_3D_MODEL_DIR env var if omitted)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_dir | No |