-
Notifications
You must be signed in to change notification settings - Fork 92
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
Getting "FileNotFoundError: [WinError 3] The system cannot find the path specified: ''" when trying to clone a voice #98
Comments
It's a bug, I'll try and fix Saturday night. In the meantime if you go the extras tap and make sure none of the path fields are blank, it should work for now. |
would like to report that same error goes for text2voice feature as well - will wait till next week for updates and test again. Wish to be more useful, but its fresh install step by step. Happy to find your project - love GUI and dedication :) wish you best of luck with it.
|
Just pushed a fix. If you know how to do a If using the windows installer, you should be able just run |
@JonathanFly is clone voice not work for directml?
since u only define on else statement |
It didn't work for directml so I just did that to get Bark overall working. It might not be a hard fix, didn't try and figure it out. I was kind of hoping DirectML would get a newer version and fix more bugs so it didn't require as many code changes. But I just checked, and it looks like |
honestly look like these directml people didnt want to go recent torch version 2.1 and torch audio 2.1 but i heard hip sdk launched on rocm no idea about that part ;/ but waiting for rocm torch would be look like an month :_ guess let wait for directml v2.1 here hop in microsoft/DirectML#537 |
Getting this error when trying to clone a voice.
Traceback (most recent call last):
File "F:\AI\Bark\installer_files\env\lib\site-packages\gradio\routes.py", line 439, in run_predict
output = await app.get_blocks().process_api(
File "F:\AI\Bark\installer_files\env\lib\site-packages\gradio\blocks.py", line 1384, in process_api
result = await self.call_function(
File "F:\AI\Bark\installer_files\env\lib\site-packages\gradio\blocks.py", line 1089, in call_function
prediction = await anyio.to_thread.run_sync(
File "F:\AI\Bark\installer_files\env\lib\site-packages\anyio\to_thread.py", line 33, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "F:\AI\Bark\installer_files\env\lib\site-packages\anyio_backends_asyncio.py", line 877, in run_sync_in_worker_thread
return await future
File "F:\AI\Bark\installer_files\env\lib\site-packages\anyio_backends_asyncio.py", line 807, in run
result = context.run(func, *args)
File "F:\AI\Bark\installer_files\env\lib\site-packages\gradio\utils.py", line 700, in wrapper
response = f(*args, **kwargs)
File "F:\AI\Bark\bark\bark_webui.py", line 317, in clone_voice_gradio
clone_dir = clone_voice(
File "F:\AI\Bark\bark\bark_infinity\clonevoice.py", line 324, in clone_voice
audio_filepath_files = os.listdir(audio_filepath_directory)
FileNotFoundError: [WinError 3] The system cannot find the path specified: ''
The text was updated successfully, but these errors were encountered: