-
Notifications
You must be signed in to change notification settings - Fork 255
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
For Windows users #15
Comments
I had a go getting this working under Windows too. For my setup I am supporting CUDA 11.8 and Python 3.10.x because that is what I use for all the AI/ML scripts in Visions of Chaos. This is my install.bat file. Save to an empty directory (in my case D:\Tests\Unique3D) and run it command line to install Unique3D automatically.
Once the install finishes I try running
After
ForkProcess seems to be Linux only so no go for me. |
bump |
Hey!
Welcome to 4D digital art creation universe—— Aiuni.
🤖First, join our community by:
https://discord.gg/aiuni
🦄️Then you will get the invitation code at “getting-started” channel.
Start your creative journey and have fun!🌟
… From: ***@***.***>
Date: Sat, Jun 15, 2024, 4:23 AM
Subject: Re: [AiuniAI/Unique3D] For Windows users (Issue #15)
To: ***@***.***>
Cc: ***@***.***>
bump
—
Reply to this email directly, view it on GitHub<#15 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BI3NO5RD3VCI4QZO2WZX2ODZHNGKXAVCNFSM6AAAAABJAOPC56VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNRYG4YTEMJZGI>.
You are receiving this because you are subscribed to this thread.[image: https://github.com/notifications/beacon/BI3NO5QIEWXNSVVCHOWHMPLZHNGKXA5CNFSM6AAAAABJAOPC56WGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTUBIPWAA.gif]Message ID: ***@***.***>
|
for autodownload (unique3d-py311) E:\Unique3D> how to deal with this problem... |
See #29 |
python app\gradio_local.py --port 7860Warning! extra parameter in cli is not verified, may cause erros.
|
Windows does not support ForkProcess, open venv\lib\site-packages\spaces\zero\wrappers.py in a text editor tool, Change from multiprocessing.context import ForkProcess to from multiprocessing.context import SpawnProcess in line 15 and Try changing line 50 Process = from multiprocessing.get_context('fork').Process to Process = from multiprocessing.get_context('spawn').Process, Still, we encounter new errors. Unique3D has too many dependencies of dependencies and more dependencies of dependencies I gave up installing on Windows. |
i have this error : python app/gradio_local.py --port 7860 seem problem with the huggingface_hub |
this resolve it : pip install torch==2.2.0 torchvision torchaudio==2.2.0 --index-url https://download.pytorch.org/whl/cu121 |
It didn't help |
I got it working on my Windows.
It might require Visual Studio Build Tools. However, I am not sure because my local already installed previously. If it needs, you can find from Visual Studio Build Tools.
Env
Setup Steps
Runtime
you need to create the output folder tmp\gradio under the running driver by yourself, for me, it is F:\tmp\gradio
You will see the error of onnxruntime
but it would not effect the generation of the mesh (maybe?)
Quick test
Good luck~
The text was updated successfully, but these errors were encountered: