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

img_to_mv.py without cuda #80

Closed daggs1 closed 1 month ago

daggs1 commented 1 month ago

Greetings,

I'm trying to generate images using img_to_mv on linux, I have an nvidia gpu but it doesn't supports cuda. I've edited img_to_mv.py and removed the cuda init. after that I've modified the script to load a local file and ran it. now it is stuck after loading pipeline components reachs 100%, there is one process that uses 100% of one cpu. this is like for 4 hours now. is that expected?

daggs1 commented 1 month ago

after digging into documentations, I've found that my gpu supports cuda and was able to get pass it, but I encountered and error, I'll open an issue on that