ezra-ch

Results 6 comments of ezra-ch

same issue ```Loading the extension "whisper_stt"... Ok. Loading the extension "elevenlabs_tts"... Fail. Traceback (most recent call last): File "G:\LLM_ui\oobabooga_windows\text-generation-webui\modules\extensions.py", line 33, in load_extensions exec(f"import extensions.{name}.script") File "", line 1, in...

i solved it by editing the elevenlabs scrip.py from from elevenlabslib.helpers import save_byte_to_path to elevenlabslib.helpers import *

actually it just fix the extension failing to load problem. and i got new errors ```Traceback (most recent call last): File "G:\LLM_ui\oobabooga_windows\installer_files\env\lib\site-packages\gradio\routes.py", line 395, in run_predict output = await app.get_blocks().process_api(...

this error is due to the function being removed from the library: https://github.com/lugia19/elevenlabslib/commit/b4d3993939efc00c5261986443fc7a077431fd90 even with using the new function save_audio_bytes i get this flush error ```AttributeError: 'WindowsPath' object has no...