Closed oivio closed 10 months ago
If you wanna use voicevox then run the voicevox_startup bat file.
it did not help much even when I run voicevox_startup in CMD you can see same issue:
Traceback (most recent call last):
File "J:\GitHub\Virtual_Avatar_ChatBot\main.py", line 4, in <module>
import utils.Elevenlabs
File "J:\GitHub\Virtual_Avatar_ChatBot\utils\Elevenlabs.py", line 16, in <module>
voices = voices()
File "J:\GitHub\Virtual_Avatar_ChatBot\venv\lib\site-packages\elevenlabs\simple.py", line 25, in voices
return Voices.from_api()
File "J:\GitHub\Virtual_Avatar_ChatBot\venv\lib\site-packages\elevenlabs\api\voice.py", line 201, in from_api
response = API.get(url).json()
File "J:\GitHub\Virtual_Avatar_ChatBot\venv\lib\site-packages\elevenlabs\api\base.py", line 75, in get
return API.request(url, method="get", *args, **kwargs) # type: ignore
File "J:\GitHub\Virtual_Avatar_ChatBot\venv\lib\site-packages\elevenlabs\api\base.py", line 71, in request
raise APIError(message, status)
elevenlabs.api.error.APIError: Invalid API key
and on the end I do get some GPU error:
`[50500:1227/203750.793:ERROR:gpu_init.cc(486)] Passthrough is not supported, GL is disabled, ANGLE is
I try to run this on Windows10 with GTX4080 `
Thank you for reporting about the bug. I have fixed the problem, please redownload the code once again and rerun it.
Alternatively if you don't want to redownload the code you can paste your elevenlabs key, it wouldn't use the service unless you specify, it just temporally stores in the code.
I did clone repository so I did make a fresh but now after latest update we have new issues:
J:\GitHub\Virtual_Avatar_ChatBot>voicevox_startup.bat
J:\GitHub\Virtual_Avatar_ChatBot>Traceback (most recent call last):
File "J:\GitHub\Virtual_Avatar_ChatBot\main.py", line 1, in <module>
import colorama
ModuleNotFoundError: No module named 'colorama'
Traceback (most recent call last):
File "J:\GitHub\Virtual_Avatar_ChatBot\API\voice_vox_api.py", line 1, in <module>
from fastapi import FastAPI, HTTPException
ModuleNotFoundError: No module named 'fastapi'
Please first run the setup bat file, after it closes, then run the voicevox file
thank you @TumblerWarren it kind of solve the problem. Sadly I am still having issues this time when I run Start_App.bat Soon as AI replay it instant crash. StartApp_log.txt
I am running this with :
#Enter your input choice || Speech or Text
INPUT_CHOICE=Text
#Enter your desired chatbot || oogabooga or betacharacter or local_llm or collab_llm
CHATBOT_SERVICE=local_llm
1st if you want to use local or collab llm , you have to download my other repository. The tutorial is provided in Video link-2.
2nd if you are using Voicevox as your tts always run Voicevox_startup, else run Start_app.bat
StartApp_log.txt
From Log I can see that it has some issues with ELEVENLABS but VOICEVOX is selected.