-
Notifications
You must be signed in to change notification settings - Fork 901
how to text-to-3D? #263
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
Comments
python3 gradio_app.py --model_path tencent/Hunyuan3D-2 --subfolder hunyuan3d-dit-v2-0-turbo --texgen_model_path tencent/Hunyuan3D-2 --low_vram_mode --enable_flashvdm --enable_t23d |
line 709, in load_sub_model |
try if that does not work, ""I was able to fix this by adding at file to my main hunyuan3d-2 folder called fix_lazy_loading.py"" copy and past the code below into said file. fix_lazy_loading.py
add this file to the same folder with your gradio_app.py file. then add
this line below "import logger" in the gradio_app.py now you can run python gradio_app.py --enable_t23d |
No description provided.
The text was updated successfully, but these errors were encountered: