Remove --no-dependencies from TTS installation command

This commit is contained in:
oobabooga 2023-11-21 08:30:50 -03:00 committed by GitHub
parent b02dc4dc0d
commit 54a4eb60a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,8 +18,8 @@ except ModuleNotFoundError:
logger.error(
"Could not find the TTS module. Make sure to install the requirements for the coqui_tts extension."
"\n"
"\nLinux / Mac:\npip install -r extensions/coqui_tts/requirements.txt --no-dependencies\n"
"\nWindows:\npip install -r extensions\\coqui_tts\\requirements.txt --no-dependencies\n"
"\nLinux / Mac:\npip install -r extensions/coqui_tts/requirements.txt\n"
"\nWindows:\npip install -r extensions\\coqui_tts\\requirements.txt\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\"."
)