ThrowawayAccount01

Results 6 issues of ThrowawayAccount01

When running `svc onnx`, I get the following warnings: ``` (venv) C:\Users\LXC PC\Desktop\sovits\venv\Scripts>svc onnx -i "C:\Users\LXC PC\Desktop\BackupTraining\sovits\hapiv2\200\G_4800.pth" -o "C:\Users\LXC PC\Desktop\BackupTraining\sovits\hapiv2\200" -c "C:\Users\LXC PC\Desktop\BackupTraining\sovits\hapiv2\config.json" [15:53:00] INFO [15:53:00] Version: 2.1.2 __main__.py:20 [15:53:02]...

bug

Fresh install on 3.11.0, when doing normal inference, the first attempt was successful. However, on the 2nd attempt, it gives a OOM error: ``` (venv) C:\Users\LXC PC\Desktop\sovitsfresh\venv\Scripts>svcg [11:15:14] INFO [11:15:14]...

Updated to latest version, 3.11.0 Upon trying to do Real time vc, I get this error: ``` (venv) C:\Users\User\Desktop\sovits\venv\Scripts>svcg [10:19:30] INFO [10:19:30] version: 3.11.0 gui.py:144 [10:19:38] INFO [10:19:38] Event model_path,...

bug

When trying to train using the One-click training, I get the following error: ``` C:\Users\LXC PC\Desktop\RVC\venv\Scripts>activate (venv) C:\Users\LXC PC\Desktop\RVC\venv\Scripts>cd C:\Users\LXC PC\Desktop\RVC\venv\Scripts\RVC-beta (venv) C:\Users\LXC PC\Desktop\RVC\venv\Scripts\RVC-beta>go-web.bat (venv) C:\Users\LXC PC\Desktop\RVC\venv\Scripts\RVC-beta>runtime\python.exe infer-web.py --pycmd runtime\python.exe...

bug
enhancement
help wanted

I created a venv and ran `pip install voicefixer==0.1.2` On running voicefixer, only the CPU is used. The GPU is not utilized. I did not use the `--disable-cuda` argument.

MoeSS not recognizing model: ![01](https://user-images.githubusercontent.com/125531852/228762618-5340f2b3-c7b5-469c-9c32-4c6ad30117b0.png) Hubert4.0 Model file directory: ![02](https://user-images.githubusercontent.com/125531852/228762757-e72138fc-2435-40dc-a87e-a16eaa187942.png) Mods folder directory: ![03](https://user-images.githubusercontent.com/125531852/228762862-cdcddd49-223c-4f71-9d66-bc8dd798414c.png) Model folder directory: ![04](https://user-images.githubusercontent.com/125531852/228763033-f433a89d-da03-460d-a2bc-0e6ecce619ea.png) Config json file: ``` { "Folder" : "hapiv2", "Name" : "hapiv2", "Type"...