Stability-AI / stable-fast-3d

SF3D: Stable Fast 3D Mesh Reconstruction with UV-unwrapping and Illumination Disentanglement
https://stable-fast-3d.github.io
Other
975 stars 86 forks source link

dark texture output of MPS backend on Mac M1 Pro #37

Open sekkit opened 2 weeks ago

sekkit commented 2 weeks ago

dark texture output of MPS backend on Mac M1 Pro stable-fast-3d % python run.py demo_files/examples/chair1.png --output-dir output/ --texture-resolution 2048 --remesh_option triangle

jammm commented 2 weeks ago

Right, the output seems slightly darker. I suspect it's due to the MPS backend being a bit flaky as it's relatively new compared to CUDA. This is why we released it as experimental because the results don't exactly match that of the CPU backend. If you want the expected results, use SF3D_USE_CPU=1 to run on the CPU backend.