Image-to-3D
Diffusers

Can't use the model

#15
by gainikkk - opened

Hi!

I am trying to load the model using:

from diffusers import DiffusionPipeline

pipeline = DiffusionPipeline.from_pretrained("TencentARC/InstantMesh")

I upgraded my transformers and diffusion packages, but I get: huggingface_hub.utils._errors.EntryNotFoundError: 404 Client Error. (Request ID: Root=1-66b2f79e-18e0abfb322b519d3ae935e5;b85bb7a8-2155-4158-91e6-983ff7db31fc)

any updates?

Sign up or log in to comment