image_to_3d
Turn any 2D image into a 3D mesh that can be rotated and exported as a GLB file. Ideal for creating 3D collectibles from NFT artwork.
Instructions
Convert an image (e.g., NFT PFP) into a 3D mesh using Shap-E.
Takes a 2D image and generates a 3D mesh that can be rotated and exported. Useful for turning NFT artwork into 3D collectibles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_path | Yes | Path to the source image (PNG, JPG). | |
| output_path | No | Where to save the .glb file. Defaults to workspace temp dir. | |
| guidance_scale | No | Prompt adherence (1-10, default 3). | |
| steps | No | Diffusion steps (16-128, default 64). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |