gitmylo / audio-webui

A webui for different audio related Neural Networks
MIT License
1.01k stars 94 forks source link

[BUG REPORT] #67

Closed GayGod closed 1 year ago

GayGod commented 1 year ago

STDERR: ERROR: Could not install packages due to an OSError: [WinError 5] Access is denied: 'C:\Users\Owner\Desktop\07\audio-webui\venv\Lib\site-packages\~umpy\.libs\libopenblas.EL2C6PLE4ZYW3ECEVIV3OXXGRN2NRFM2.gfortran-win_amd64.dll' Check the permissions.

after running run.bat on Windows11

gitmylo commented 1 year ago

try re-running

GayGod commented 1 year ago

i get the same error over

gitmylo commented 1 year ago

Can you send me the log?

GayGod commented 1 year ago

nvm it fixed, but now how do i select an rvc to use?

gitmylo commented 1 year ago

Drop RVC models into data/models/rvc, press the refresh button and they'll show up.

You could also train an RVC model yourself on the train tab. Do not use 48k, they don't work yet.

GayGod commented 1 year ago

image image i pu them there still no workie

gitmylo commented 1 year ago

It needs to be in a subdirectory, also, include the .index file with it. The reason it needs to be in a subdirectory is so it knows if there's an index file, and which one is the correct one.

GayGod commented 1 year ago

can it do real time conversion?

GayGod commented 1 year ago

Traceback (most recent call last): File "C:\Users\Owner\Desktop\07\audio-webui\venv\lib\site-packages\gradio\routes.py", line 439, in run_predict output = await app.get_blocks().process_api( File "C:\Users\Owner\Desktop\07\audio-webui\venv\lib\site-packages\gradio\blocks.py", line 1384, in process_api result = await self.call_function( File "C:\Users\Owner\Desktop\07\audio-webui\venv\lib\site-packages\gradio\blocks.py", line 1089, in call_function prediction = await anyio.to_thread.run_sync( File "C:\Users\Owner\Desktop\07\audio-webui\venv\lib\site-packages\anyio\to_thread.py", line 33, in run_sync return await get_asynclib().run_sync_in_worker_thread( File "C:\Users\Owner\Desktop\07\audio-webui\venv\lib\site-packages\anyio_backends_asyncio.py", line 877, in run_sync_in_worker_thread return await future File "C:\Users\Owner\Desktop\07\audio-webui\venv\lib\site-packages\anyio_backends_asyncio.py", line 807, in run result = context.run(func, args) File "C:\Users\Owner\Desktop\07\audio-webui\venv\lib\site-packages\gradio\utils.py", line 700, in wrapper response = f(args, **kwargs) File "C:\Users\Owner\Desktop\07\audio-webui\webui\ui\tabs\rvc.py", line 81, in gen sr, audio_in = audio_in TypeError: cannot unpack non-iterable NoneType object

gitmylo commented 1 year ago

can it do real time conversion?

not yet, that's what the https://github.com/gitmylo/audio-webui/tree/real-time-rvc branch is for, but i haven't worked on it enough yet. it's a planned feature.

gitmylo commented 1 year ago

Traceback (most recent call last): File "C:\Users\Owner\Desktop\07\audio-webui\venv\lib\site-packages\gradio\routes.py", line 439, in run_predict output = await app.get_blocks().process_api( File "C:\Users\Owner\Desktop\07\audio-webui\venv\lib\site-packages\gradio\blocks.py", line 1384, in process_api result = await self.call_function( File "C:\Users\Owner\Desktop\07\audio-webui\venv\lib\site-packages\gradio\blocks.py", line 1089, in call_function prediction = await anyio.to_thread.run_sync( File "C:\Users\Owner\Desktop\07\audio-webui\venv\lib\site-packages\anyio\to_thread.py", line 33, in run_sync return await get_asynclib().run_sync_in_worker_thread( File "C:\Users\Owner\Desktop\07\audio-webui\venv\lib\site-packages\anyio_backends_asyncio.py", line 877, in run_sync_in_worker_thread return await future File "C:\Users\Owner\Desktop\07\audio-webui\venv\lib\site-packages\anyio_backends_asyncio.py", line 807, in run result = context.run(func, args) File "C:\Users\Owner\Desktop\07\audio-webui\venv\lib\site-packages\gradio\utils.py", line 700, in wrapper response = f(args, **kwargs) File "C:\Users\Owner\Desktop\07\audio-webui\webui\ui\tabs\rvc.py", line 81, in gen sr, audio_in = audio_in TypeError: cannot unpack non-iterable NoneType object

This error happens if you a: don't have an input audio file or b: don't have a model selected