SUDO-AI-3D / zero123plus

Code repository for Zero123++: a Single Image to Consistent Multi-view Diffusion Base Model.
Apache License 2.0
1.56k stars 108 forks source link

DLL load failed while importing libtriton #85

Closed knuthnads closed 2 weeks ago

knuthnads commented 3 weeks ago

Tried running gradio_app.py and it failed with the following error:

ImportError: DLL load failed while importing libtriton: The specified module could not be found.

I have torch v2.1, diffusers v0.20.2, and transformers 4.29.2. Installed requirements.txt without any errors.

knuthnads commented 3 weeks ago

The bitsandbytes library was interfering. Removing it fixed the problem.

eliphatfs commented 3 weeks ago

Looks like a problem with integration of diffusers library and not ours.