mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
Add --no-dependencies to TTS installation command
This commit is contained in:
parent
55f2a3643b
commit
b02dc4dc0d
@ -18,8 +18,8 @@ except ModuleNotFoundError:
|
|||||||
logger.error(
|
logger.error(
|
||||||
"Could not find the TTS module. Make sure to install the requirements for the coqui_tts extension."
|
"Could not find the TTS module. Make sure to install the requirements for the coqui_tts extension."
|
||||||
"\n"
|
"\n"
|
||||||
"\nLinux / Mac:\npip install -r extensions/coqui_tts/requirements.txt\n"
|
"\nLinux / Mac:\npip install -r extensions/coqui_tts/requirements.txt --no-dependencies\n"
|
||||||
"\nWindows:\npip install -r extensions\\coqui_tts\\requirements.txt\n"
|
"\nWindows:\npip install -r extensions\\coqui_tts\\requirements.txt --no-dependencies\n"
|
||||||
"\n"
|
"\n"
|
||||||
"If you used the one-click installer, paste the command above in the terminal window launched after running the \"cmd_\" script. On Windows, that's \"cmd_windows.bat\"."
|
"If you used the one-click installer, paste the command above in the terminal window launched after running the \"cmd_\" script. On Windows, that's \"cmd_windows.bat\"."
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user