text_generation_webui_xtts
text_generation_webui_xtts copied to clipboard
errror today new install of text-generation-webui and TTS
cd extensions git clone https://github.com/kanttouchthis/text_generation_webui_xtts cd text_generation_webui_xtts pip install -r requirements.txt pip install TTS --no-dependencies "all without errors"
start_windows.bat 12:11:23-410072 INFO Loading the extension "gallery" 12:11:23-410072 INFO Loading the extension "text_generation_webui_xtts" 12:11:23-418610 ERROR Could not import the requirements for 'text_generation_webui_xtts'. Make sure to install the requirements for the extension.
* To install requirements for all available extensions, launch the
update_wizard script for your OS and choose the B option.
* To install the requirements for this extension alone, launch the
cmd script for your OS and paste the following command in the
terminal window that appears:
Linux / Mac:
pip install -r extensions/text_generation_webui_xtts/requirements.txt --upgrade
Windows:
pip install -r extensions\text_generation_webui_xtts\requirements.txt --upgrade
12:11:23-418610 ERROR Failed to load the extension "text_generation_webui_xtts".
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\importlib_init_.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "
Running on local URL: http://127.0.0.1:7860