-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[9604] Failed to launch: Can't load ONNX/ [Voice Changer] Launch Exception, [WinError 2] The system cannot find the file s pecified #576
Comments
Thank you for trying various situation, but if in all situation this error occurs, it is a very difficult problem. Have you included any prerequisite software that is common to each situation? |
thanks for the reply. I don't know, what software would I normally need? I installed pytorch in the conda env and I have visual studio 2019 |
Ah, please use chrome. |
I just saw this comment and tried it and it loads thank you! However now I am getting another problem. T-T
(yes it actually printed like that)
I have pytorch and cuda and cuddn installed, and when I go into the python terminal on that conda env and type import torch; torch.cuda.is_available() it returns true. (even better, the url provided in that onnx error leads to a 404 haha) In the console it says [Voice Changer] Pipeline is not initalized.111 over and over when I click start. Any ideas from here? |
But, app cannot find them. check CUDA_PATH. |
ok
or something like this? or is it literally reinstall the latest cudnn on my system since I have 11.7? I am scared to mess up my entire environment and start again from scratch, since I have stable diffusion working and was able to train voice models with this before. |
That's true. It is scary to mess with one's environment. However, I suspect this is an issue with your specific environment, as many other users don't seem to have any problems. In any case, I can't provide detailed advice for individual environments, so I'm at a loss. |
microsoft/onnxruntime#11037 (comment) |
installed the latest cudnn and cuda 11.8 and also added CUDNN environment variable and set CUDA_PATH to the latest one, now it works on cpu (nice!) although it's very slow, and when I switch to any gpu model or sometimes even not, I get this error now
hmmmm also this is with a fresh conda env still can't get it to detect with onnx |
Error message said your cudnn is old. I cannot advise you on whether to update or not. |
decided to give this another shot after a few days after being very confused by conflicting documentation and supposed drama with pytorch binaries which may have been the cause of this. I tried literally everything and eventually pinpointed the fact that cuda was being used but only with version 8.6, and not 8.7 which it was compiled against.
|
Okay, Thanks for your greate reporting. |
私の場合はnvidiaのcuda toolをアンインストールすることによって解決しました。 |
Issue Type
Bug Report, Question
vc client version number
MMVCServerSIO_win_onnxgpu-cuda_v.1.5.3.10a
OS
Windows 10
GPU
GTX 1070
Clear setting
yes
Sample model
no
Input chunk num
no
Wait for a while
yes
read tutorial
yes
Extract files to a new folder.
yes
Voice Changer type
none yet
Model type
pytorch cuda
Situation
I am unable to start the app always due to problems with onnxruntime. I have tried both the start_http.bat method and dev method with node and conda. I have tried on every windows version and I get the same error. On the server version with npm start I am able to get to the webui but I get a different error. Using windows command prompt. Japanese text appears as ??? as I changed the system locale to English, as apparently not having it on English causes some problems with ONNX.
From start_http.bat:
When I try from inside the voice-changer git repo according to the dev guide :
I also tried deleting the model_dir and pretrain folders and stored_settings.json but it has come up with the same error.
I would really like to run this project and I have tried everything and I appreciate the hard work that went into it. Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: