-
Notifications
You must be signed in to change notification settings - Fork 379
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
Windows support #14
Comments
Hello, thank you for your good job! May I ask how much VRAM is required for local execution? |
12G VRAM |
First of all, thanks for your work! I'm keep getting this error when trying to launch gradio following your aouto-installer: I searched for "diffusion_pytorch_model.safetensors" in huggingface, but there is only a .bin version inside vae |
Thank you for your reply. ^^ ^^ |
How do I enable low-poly mode using Gradio? |
Hello, my friend, I have successfully deployed it. However, after running it, although the files can be generated normally, the images cannot be previewed on the interface. I look forward to this being optimized in the future. Thank you for your work! ^^ |
Nice with an installer, but checking through the PS1-file I see lots of references to C: and I really want to decide where I want to install both the app and the venv. There's "nothing" worse than being forced to install on C: or ending up with an installation that places models and caches files all over. The installer should:
|
Actually only the uv cache is on the C drive as it can be cleared. Automatically detect the size of your C drive. If there is enough remaining space, the C drive cache will be used, otherwise the current path will be used. Others including venv, huggingface models, etc. are all installed locally. |
Any log about it? |
\hunyuan3d-paint-v2-0\vae: Error no file named diffusion_pytorch_model.safetensors found in directory |
Because the official one uses the bin format, this is a normal warning and has no impact on use. |
I made windows version for auto install as usual
https://github.com/sdbds/Hunyuan3D-2-for-windows
The text was updated successfully, but these errors were encountered: