model3d / TRELLIS /run.py
Vibu46vk's picture
Upload 186 files
eec8d8f verified
raw
history blame contribute delete
144 Bytes
from trellis import ImageTo3D
# Load the model
model = ImageTo3D()
# Convert an image to 3D
model.convert("DORA.png", "output_3d.glb")