Commit Graph

42 Commits

Author SHA1 Message Date
Cohee
edee9dcd85 Add error handing to emotion RVC mode 2024-08-28 20:43:20 +03:00
pevepeve
3167383edb Update script.py -- fixing UnicodeEncodeError: 'charmap' codec can't encode character '\u2212' in position 1433: character maps to <undefined> 2024-02-19 15:15:06 +03:00
Cohee
98535e6fa3 Add links to search results 2023-12-11 23:52:25 +02:00
Cohee
f99ea5aa89 Add colab detection util 2023-11-30 02:03:11 +02:00
Cohee
aded5b4363 Add support for DuckDuckGo search engine in web search API 2023-11-28 22:39:35 +02:00
Cohee
05cab1c918 Add websearch module 2023-11-28 20:36:02 +02:00
Cohee
e32d0c30c2 Add language parameter for whisper 2023-11-19 21:10:41 +02:00
Cohee
61efbb9aa3 #187 Set condition_on_previous_text for whisper modules 2023-11-19 19:19:45 +02:00
Cohee
60045b599f Fix double memory consumption for classify module 2023-09-03 16:45:20 +03:00
Tony Ribeiro
92a3a67cb9 Correct bug when no tts folder even exists and requesting coqui model install state 2023-08-21 21:05:07 +02:00
Tony Ribeiro
650b05190a Added dedicated script for classify feature. Clean call to classifier module in RVC. 2023-08-21 17:15:48 +02:00
Tony Ribeiro
97e738bc24 corrected model detection for model name with -- in their name 2023-08-21 05:20:44 +02:00
Tony Ribeiro
31662c3e5d Add utils function to hide logs 2023-08-19 01:26:05 +02:00
Tony Ribeiro
99779c2bee RVC module, added emotion overide command for experimentation. 2023-08-18 13:59:09 +02:00
Tony Ribeiro
fa462c1979 Prototype of RVC + emotion classification pipeline 2023-08-18 01:10:57 +02:00
Tony Ribeiro
b5fcde2611 Added RVC request function to allow upload models from ST. Added parameter --max-content-length=X (Mb) to set server max request data size accordingly if needed. 2023-08-17 04:44:49 +02:00
Tony Ribeiro
185fc1334f Added parameter --rvc-save-file to save last rvc input/output audio file into data/tmp. For research purpose and easy sharing of TTS/RVC sample files 2023-08-17 01:43:13 +02:00
Tony Ribeiro
4992ce0bd3 Added Coqui STT module request function for listing local models and generating tts using it. 2023-08-16 19:20:55 +02:00
Tony Ribeiro
da6bbf879e Added RVC module function to fix models folder organisation (if possible) 2023-08-16 16:38:59 +02:00
Tony Ribeiro
fd6ef64d80 Updated RVC voice conversion function to handle new parameters 2023-08-15 21:16:59 +02:00
Tony Ribeiro
75d48a9638 Added argument '--coqui-models=model1,model2' allowing to download given coqui-api models and keep the last one loaded ready for first tts request. 2023-08-15 17:20:23 +02:00
joe
13cddfddcd removed global var to local 2023-08-15 18:50:21 +09:00
joe
7a5acbf076 Remove writing TTS to .wav and use IO/Memory 2023-08-15 18:40:26 +09:00
Tony Ribeiro
166b77b7fd Add download detection when initiated through tts request 2023-08-14 05:28:35 +02:00
Tony Ribeiro
46fecb5b48 Merge branch 'neo' of https://github.com/Tony-sama/SillyTavern-extras into neo 2023-08-14 04:04:55 +02:00
Tony Ribeiro
a440177f25 reduced coqui api call to minimum, added model download 2023-08-14 04:04:46 +02:00
Tony Ribeiro
f87ac34928 Merge branch 'SillyTavern:neo' into neo 2023-08-14 04:01:46 +02:00
Cohee
fa1735b373 Translate console logs 2023-08-13 17:40:21 +03:00
Cohee
d44ca03567 Merge pull request #119 from Ph0rk0z/rvc-numpy
Make RVC work on numpy 1.24
2023-08-13 17:36:23 +03:00
Cohee
346c9dab1d Fix RVC with Edge TTS #118 2023-08-13 17:34:46 +03:00
Forkoz
f30d63d079 Update vc_infer_pipeline.py 2023-08-13 14:21:35 +00:00
Tony Ribeiro
db63c58c30 Added missing route to populate ST coqui UI settings and download/check models of coqui api. 2023-08-13 02:19:47 +02:00
Tony Ribeiro
1389d3806d Started refactoring of Coqui-tts extension. 2023-08-12 06:06:55 +02:00
joe
c146c213a5 quick patch for IO bytes 2023-08-11 10:23:23 +09:00
joe
05155c01c7 Removed wav files, uses IO memory now 2023-08-11 10:09:46 +09:00
Tony Ribeiro
1bf4a5539f add rvc MIT licence 2023-08-10 16:23:49 +02:00
Tony Ribeiro
3fbb1b6ede Continued monkey patching fairseq for RVC python 3.11 2023-08-10 16:15:54 +02:00
Tony Ribeiro
efd2408051 Add fairseq MIT licence file 2023-08-10 03:03:31 +02:00
Tony Ribeiro
60a8e5c9c6 Add monkey patched fairseq package to run on python 3.11 (what is needed for our use of RVC at least) 2023-08-10 02:58:52 +02:00
Tony Ribeiro
0d00b5fdd0 Add module managing RVC extension to convert audio sent by ST using voice model 2023-08-09 03:38:13 +02:00
Tony Ribeiro
912c4335c2 Restored speech recognition streaming mode as an independant module. Perform audio recording using mic on server side, detect voice start/end with vosk and transcript with whisper. 2023-07-31 18:50:44 +02:00
Tony Ribeiro
d528c5e5ad merge speech recoginition module with neo branch. 2023-07-27 20:29:17 +02:00