erew123 / alltalk_tts

AllTalk is based on the Coqui TTS engine, similar to the Coqui_tts extension for Text generation webUI, however supports a variety of advanced features, such as a settings page, low VRAM support, DeepSpeed, narrator, model finetuning, custom models, wav file maintenance. It can also be used with 3rd Party software via JSON calls.
GNU Affero General Public License v3.0
1.04k stars 113 forks source link

bug: alltalk dont start with textgen-web-ui #373

Open kalle07 opened 2 weeks ago

kalle07 commented 2 weeks ago

i have updated textgen-webui ui, all runnign fine (btw older alltalk works fine 6 months ago)

install new alltalk today with activated enverionment (no errors while install) DEEPSPEED FOR PyTorch 2.2.x (March 2024 builds of Text-gen-webui and later) 6) Install DeepSpeed v14.0 for CUDA 12.1 and Python-3.11.x and PyTorch 2.2.x.

(i have an NVMD SSD and 4GHZ 16core and wait for 2min) and i dont have any 1-2 GB model inside alltalk directory, should it download it automaticaly ? and while the time i wait, no SSD, CPU or GPU usage.

e:\text-generation-webui>start_windows.bat 09:55:12-101059 INFO Starting Text generation web UI 09:55:12-104068 INFO Loading settings from "settings.yaml" 09:55:12-111059 INFO Loading the extension "gallery" 09:55:12-111059 INFO Loading the extension "alltalktts" [AllTalk TTS] _ __ [AllTalk TTS] / \ | | |_ | | | | | | / | [AllTalk TTS] / \ | | | | |/ ` | | |/ / | | | | [AllTalk TTS] / | | | | | (| | | < | | | | ) | [AllTalk TTS] // || ||,|||_\ || || |____/ [AllTalk TTS] [AllTalk TTS] Config file update: No Updates required [AllTalk TTS] Start-up Mode : Text-gen-webui mode Traceback (most recent call last): File "E:\text-generation-webui\extensions\alltalk_tts\system\config\firstrun_tgwui.py", line 8, in from inputimeout import inputimeout, TimeoutOccurred ModuleNotFoundError: No module named 'inputimeout' Error occurred while running the script: Command '['e:\text-generation-webui\installer_files\env\python.exe', 'E:\text-generation-webui\extensions\alltalk_tts\system\config\firstrun_tgwui.py']' returned non-zero exit status 1. [AllTalk TTS] WAV file deletion : Disabled [AllTalk TTS] Github updated : 5th October 2024 at 22:34 Traceback (most recent call last): File "E:\text-generation-webui\extensions\alltalk_tts\tts_server.py", line 149, in from ffmpeg.asyncio import FFmpeg ModuleNotFoundError: No module named 'ffmpeg.asyncio' [AllTalk TTS] [AllTalk TTS] Startup timed out. Full help available here https://github.com/erew123/alltalk_tts#-help-with-problems [AllTalk TTS] On older systems, you may wish to open and edit script.py with a text editor and change the [AllTalk TTS] startup_wait_time = 240 setting to something like startup_wait_time = 460 as this will allow [AllTalk TTS] AllTalk more time (6 mins) to try load the model into your VRAM. Otherwise, please visit the GitHub for [AllTalk TTS] a list of other possible troubleshooting options. 09:55:48-374315 ERROR Failed to load the extension "alltalk_tts". Traceback (most recent call last): File "e:\text-generation-webui\modules\extensions.py", line 37, in load_extensions extension = importlib.import_module(f"extensions.{name}.script") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "e:\text-generation-webui\installer_files\env\Lib\importlibinit.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "e:\text-generation-webui\extensions\alltalk_tts\script.py", line 482, in sys.exit(1) SystemExit: 1 09:55:48-374315 INFO Loading the extension "whisper_stt"

Running on local URL: http://127.0.0.1:7860/

kalle07 commented 2 weeks ago

diagnostics.log

erew123 commented 2 weeks ago

Hi @kalle07

Please read this here. Apologies for your install problems, but I hope that may give you a way forward. If it does and you are happy with that resolution, please close the ticket for now. If not, feel free to leave it open and I will return to it when I can.

Thanks

kalle07 commented 2 weeks ago

i can wait ;)