Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Vibu46vk
/
model3d
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
model3d
/
TRELLIS
/
run.py
Vibu46vk
Upload 186 files
eec8d8f
verified
24 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
144 Bytes
from
trellis
import
ImageTo3D
# Load the model
model = ImageTo3D()
# Convert an image to 3D
model.convert(
"DORA.png"
,
"output_3d.glb"
)