xxlong0 / Wonder3D

Single Image to 3D using Cross-Domain Diffusion for 3D Generation
https://www.xxlong.site/Wonder3D/
GNU Affero General Public License v3.0
4.71k stars 373 forks source link

diffusers-version #1

Open songwei100110 opened 11 months ago

songwei100110 commented 11 months ago

Do you use diffusers==0.11.1?

flamehaze1115 commented 11 months ago

Hello. The requirements.txt is updated now. You can try it. If any problems, let me know. Thank you.

jclarkk commented 11 months ago

Feels like a dependency hell, to be honest. @flamehaze1115 The dependencies now work fine for the first phase, but once you run the mesh phase script then you get another issue with tinycudann.

songwei100110 commented 11 months ago

In addition to the installation of packages from author, in addition to install tiny-cuda-nn from https://github.com/NVlabs/tiny-cuda-nn, after with respect to ok.

flamehaze1115 commented 11 months ago

In addition to the installation of packages from author, in addition to install tiny-cuda-nn from https://github.com/NVlabs/tiny-cuda-nn, after with respect to ok.

Thank you for pointing this out. The repo is still being under construction. Sorry for any inconvinience.

jclarkk commented 11 months ago

Yeah works fine now, I'm gonna try at a later stage using torch v2+. Hopefully, it won't take too many modifications.

Thanks!