Skip to content

Failed to load texture generator #260

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
BaoBaoJianqiang opened this issue Jun 1, 2025 · 2 comments
Open

Failed to load texture generator #260

BaoBaoJianqiang opened this issue Jun 1, 2025 · 2 comments

Comments

@BaoBaoJianqiang
Copy link

Model path /root/lanyun-fs/Hunyuan3D-2 not found and we could not find it at huggingface
Failed to load texture generator.
Please try to install requirements by following README.md


I find the root cause.

in Hunyuan3D-2/hy3dgen/pipelines.py, the method "from_pretrained",

if not os.path.exists(model_path):

change to:

if os.path.exists(model_path):

@BaoBaoJianqiang
Copy link
Author

the same issue also in huggingface, so the effect is not the best now.

@BaoBaoJianqiang
Copy link
Author

fix: the file path is Hunyuan3D-2/hy3dgen/texgen/pipelines.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant