Lakonik / MVEdit

3D-Adapter: Geometry-Consistent Multi-View Diffusion for High-Quality 3D Generation
https://lakonik.github.io/3d-adapter
MIT License
286 stars 13 forks source link

For Windows user #8

Open jtydhr88 opened 6 months ago

jtydhr88 commented 6 months ago

if you are on windows, you may need to the following steps to run it locally after created conda env:

  1. remove triton from requirements.txt
  2. download the trition whl from https://huggingface.co/madbuda/triton-windows-builds, by the default this repo depends on python 3.10
  3. manually pip install this whl file
  4. conda install cryptacular

for me, I could run it successfully with my Windows 10, 3090: image Enjoy!

Lakonik commented 6 months ago

Thanks a lot for the tips! I'll add a reference to this issue in the readme