-
Notifications
You must be signed in to change notification settings - Fork 446
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
install for windows #50
Comments
now it is sucessful in win10. step1: Don't forget add the cl.exe into %PATH% step3: pip install cmake matplotlib ninja numpy opencv-python==4.5.3.56 scipy tqdm wget step4: |
Wow, I will add a link to this solution in README to help other win users :) |
I followed these steps to make the installation successfully,but there was an error when the program ran。 |
Maybe some non-ANSI characters in path? |
your env with conda install xxx is compatible with the cuda version in real env? |
I know the reason now。Because my CMD window is utf-8 encoding,After modified to GBK, is ok。Thanks! |
D:\anaconda\lib\site-packages\torch\utils\cpp_extension.py:304: UserWarning: Error checking compiler version for cl: [WinError 2] |
@qinmingyu134, |
Yes, I added the cl.exe into %PATH%. |
(vtoon_env) E:\VToonify-main\VToonify-main>python style_transfer.py --scale_image Traceback (most recent call last): |
maybe i forget to download training modals |
For help, I also followed the instructions, but what is the problem with reporting this error? (vtoon_env) I:\pycharm_project\VToonify>python style_transfer.py --scale_image
|
How to handle this issue,”Traceback (most recent call last): |
@liuhongs If you have a problem regarding the cpp extention (fused and upfirdn2d), please refer to https://github.com/williamyang1991/VToonify/tree/main/model/stylegan/op_cpu#readme |
Received following error after following the instructions from this youtube video - Vtoonify who nicely followed these instructions and got it working 6 months before. After some research installed the pytorch archived version from this pytorch page For me v2.0.1 worked CUDA 11.7
After this I also had to download this resnet file manually and copy it to my .cache folder because it seemed to forcibly stop the download for some reason. |
Two issues when installing on windows 10: #2 torch complaining for no CUDA_HOME enviroment variable : although, I have hte CUDA_HOME enviroment variable as below: could not figure out why |
That's rather strange syntax. What about some quotes?
|
some one share the steps for installing to win ?
The text was updated successfully, but these errors were encountered: