ashawkey / stable-dreamfusion

Text-to-3D & Image-to-3D & Mesh Exportation with NeRF + Diffusion.
Apache License 2.0
8.2k stars 720 forks source link

AttributeError: module 'pymeshlab' has no attribute 'Percentage' when export mesh. #351

Open DreamFlyer-Lab opened 7 months ago

DreamFlyer-Lab commented 7 months ago

Description

The latest version of pymeshlab has removed attribute 'Percentage',you should downgrade the version to 2022.2 by pip install pymeshlab==2022.2

Steps to Reproduce

pip install -r requirements.txt

Expected Behavior

AttributeError: module 'pymeshlab' has no attribute 'Percentage'

Environment

Ubuntu22.04 pytorch1.12.1+cu116,cuda11.6

erikestany commented 4 months ago

Any solution for this? Thanks.