Commit Graph

  • 70f8d53a1e Add: empty __init__.py tsukumi 2024-03-07 09:09:24 +00:00
  • e57cfbf072 Remove: remove currently unused code in style_bert_vits2/models/commons.py tsukumi 2024-03-07 08:46:13 +00:00
  • bffd5a67bb Fix: import error tsukumi 2024-03-07 08:34:54 +00:00
  • f8f798d10a Refactor: moved text/ to style_bert_vits2/text_processing/(language)/ tsukumi 2024-03-07 04:48:11 +00:00
  • d36401849b Refactor: moved monotonic_align/ to style_bert_vits2/models/monotonic_alignment.py tsukumi 2024-03-07 04:36:05 +00:00
  • 1450bfd06f Remove: remove webui.py, which is no longer maintained in Style-Bert-VITS2 Since app.py and server_editor.py already exist as alternative Web UI, there is no need to revive webui.py in the future. tsukumi 2024-03-07 04:21:48 +00:00
  • def6d88425 Refactor: style_bert_vits2/text_processing/cleaner.py integrated into style_bert_vits2/text_processing/__init__.py This was often used in 3 function sets and felt like a wasteful division with few lines. tsukumi 2024-03-07 04:19:40 +00:00
  • b01168309d Remove: remove currently unused code in utils.py tsukumi 2024-03-07 04:08:56 +00:00
  • 4f11b011fd Refactor: minor adjustments tsukumi 2024-03-07 03:54:02 +00:00
  • 62919e904e Refactor: moved the module for extracting BERT features from text in each language to style_bert_vits2/text_processing/(language)/bert_feature.py tsukumi 2024-03-07 03:32:07 +00:00
  • c3c0dd8b32 Refactor: add style_bert_vits2/text_processing/bert_models.py to hold loaded BERT models/tokenizer and replace all from_pretrained() to load_model/load_tokenizer tsukumi 2024-03-07 02:31:30 +00:00
  • 2994873e38 add no client timeout summarize the except statement at disconnection kale4eat 2024-03-07 09:40:21 +09:00
  • e826faf62e Refactor: moved text/cleaner.py to style_bert_vits2/text_processing/ tsukumi 2024-03-07 00:24:28 +00:00
  • 89825e68d8 Refactor: moved model, attentions definitions and inference code to style_bert_vits2/models/ The code has not yet been cleaned up, just moved. tsukumi 2024-03-06 23:43:25 +00:00
  • a52fda7a88 Refactor: moved common/subprocess_utils.py to style_bert_vits2/utils/subprocess.py tsukumi 2024-03-06 23:11:27 +00:00
  • ca4c03c67b Fix: import error tsukumi 2024-03-06 23:03:06 +00:00
  • 1936344c0c Refactor: remove old code that can be deleted and update where modules are imported tsukumi 2024-03-06 22:51:25 +00:00
  • f880641eb5 Remove: modules under common/ that have been rewritten tsukumi 2024-03-06 22:29:12 +00:00
  • 9546495434 Refactor: moved commons.py to style_bert_vits2/models/ and added type definitions and comments tsukumi 2024-03-06 22:17:03 +00:00
  • 46c83cf89a Refactor: moved the user dictionary implementation ported from VOICEVOX to style_bert_vits2/text_processing/japanese/user_dict/ tsukumi 2024-03-06 21:35:47 +00:00
  • 918d168ae7 Refactor: rewrote Japanese natural language processing code imported from server_editor.py The logic has not been changed, only renaming, splitting and moving modules on a per-function basis. Existing code will be left in place for the time being to avoid breaking the training code, which is not subject to refactoring this time. tsukumi 2024-03-06 20:56:21 +00:00
  • 419d0e5bed Delete debugging traces kale4eat 2024-03-06 22:38:44 +09:00
  • f26def4369 Remove: code that is not referenced anywhere tsukumi 2024-03-06 12:39:24 +00:00
  • e4cd4f8423 Fix: ignore .venv/ tsukumi 2024-03-06 07:38:51 +00:00
  • ed90af1b87 Enhanced server error handling Add signal handling for when the process is killed kale4eat 2024-03-06 12:13:27 +09:00
  • 45c6bde2e7 In Windows, create new console and hide it kale4eat 2024-03-06 11:19:55 +09:00
  • 2ab025d5fe Run in a separate process group to avoid receiving signals by Ctrl + C kale4eat 2024-03-06 09:45:25 +09:00
  • 98ff976ec0 modify logging kale4eat 2024-03-05 15:04:27 +09:00
  • 85f5b9bd25 replace pyopenjtalk import with worker kale4eat 2024-03-05 12:18:05 +09:00
  • 1eb8fb4b08 add openjtalk worker pkg kale4eat 2024-03-05 12:17:15 +09:00
  • bc1058270c Delete pyopenjtalk import kale4eat 2024-03-05 12:16:14 +09:00
  • 81baabbb30 wip litagin02 2024-03-04 11:46:09 +09:00
  • 46935c6917 Try to fix encoding error litagin02 2024-03-01 20:35:12 +09:00
  • 8b17d4de32 Try to fix colab encoding error litagin02 2024-03-01 20:10:23 +09:00
  • beb6a641be clean litagin02 2024-03-01 19:39:37 +09:00
  • f3475287b2 Improve: sort wav files before transcription, use pathlib litagin02 2024-03-01 19:25:21 +09:00
  • 3275124d42 Merge branch 'master' of github.com:litagin02/Style-Bert-VITS2 litagin02 2024-03-01 10:03:23 +09:00
  • 7e4108add5 Try to fix colab encoding error litagin02 2024-03-01 10:03:02 +09:00
  • fc049e1168 Merge pull request #82 from gordon0414/hparams-repo-id-integration litagin02 2024-02-29 16:26:54 +09:00
  • 8fee645f8d Fix AttributeError by initializing 'repo_id' in HParams for Hugging Face Hub uploads Jungwon Chang 2024-02-29 15:00:10 +09:00
  • c86def5fdf Merge pull request #81 from litagin02/dev litagin02 2024-02-27 20:56:47 +09:00
  • 76bfa51f4b Add changelog, upd dockerignore litagin02 2024-02-27 20:48:38 +09:00
  • 512423c41d Fix colab, improve yomi_error doc, CLI yomi_error option litagin02 2024-02-27 19:07:24 +09:00
  • abd5347f13 Merge pull request #75 from frodo821/master litagin02 2024-02-27 18:13:45 +09:00
  • e077fd60a9 Merge branch 'master' into dev litagin02 2024-02-27 13:44:57 +09:00
  • ebea1be519 Refactor and improve: handling with yomi error, add preprocess options litagin02 2024-02-27 13:37:24 +09:00
  • a48e5cbc51 スタイルロード時にデフォルトですべての組み合わせが入るようにした frodo821 2024-02-27 04:39:09 +09:00
  • d0b5bc8682 モデルのマージに球面線形補間を使えるようにした frodo821 2024-02-27 04:38:47 +09:00
  • 3a1dc7c58f Fix using path instead of str litagin02 2024-02-26 21:27:02 +09:00
  • dd867c0724 Fix typo litagin02 2024-02-26 18:25:39 +09:00
  • dcad61be3a Update update req litagin02 2024-02-26 18:17:48 +09:00
  • fbcd440f2c Fix date and add demo litagin02 2024-02-26 15:46:09 +09:00
  • 89e2af26c1 Merge branch 'master' of github.com:litagin02/Style-Bert-VITS2 litagin02 2024-02-26 15:14:08 +09:00
  • 6a1096c541 Merge pull request #68 from litagin02/dev litagin02 2024-02-26 15:13:55 +09:00
  • 420ace8c74 Merge branch 'master' of github.com:litagin02/Style-Bert-VITS2 litagin02 2024-02-26 15:13:07 +09:00
  • 8caa895a6f Maybe v2.3 litagin02 2024-02-26 15:10:00 +09:00
  • a6ae2bd15a Add text_normalize api litagin02 2024-02-26 01:49:06 +09:00
  • 36462c8203 Format and docs litagin02 2024-02-26 01:05:05 +09:00
  • e7d4218504 Improve license docs litagin02 2024-02-25 23:46:43 +09:00
  • 4e372cf724 Improve licene litagin02 2024-02-25 23:40:43 +09:00
  • f749950be2 Update litagin02 2024-02-25 22:28:02 +09:00
  • d3a5cb8569 Raise error instead of warning for visibility litagin02 2024-02-25 18:56:45 +09:00
  • 9d6a1db0e9 Fix: handling esd.list processing error litagin02 2024-02-25 18:33:47 +09:00
  • 8d7d7c3265 Avoid using pyworld by default litagin02 2024-02-25 17:42:50 +09:00
  • 773663f077 Merge branch 'master' into dev litagin02 2024-02-25 13:16:51 +09:00
  • 8f27c79219 Update litagin02 2024-02-25 13:15:40 +09:00
  • e76dca6fbb Update dict api litagin02 2024-02-25 13:15:00 +09:00
  • 357a3330c8 Add User dict module from VOICEVOX litagin02 2024-02-25 13:14:28 +09:00
  • 760f6c2680 Enable empty initial prompt litagin02 2024-02-24 12:01:06 +09:00
  • 7a987f7685 Avoid buggy faster-whisper 1.0.0 litagin02 2024-02-23 23:06:44 +09:00
  • 1dac495be1 Add line length count limit option litagin02 2024-02-23 21:39:21 +09:00
  • ffdbb8e0d1 Feat: freezing decoder option litagin02 2024-02-23 20:57:54 +09:00
  • 20b3326b79 Update editor server litagin02 2024-02-23 20:34:16 +09:00
  • 039d23d560 Update Dockerfile litagin02 2024-02-23 19:57:23 +09:00
  • 049b0fc1d5 Change to import inside if block litagin02 2024-02-23 16:49:11 +09:00
  • cb842faaf7 Improve to import only necesary lang litagin02 2024-02-23 16:20:08 +09:00
  • 0a6e4f1203 Fix to use Path obj litagin02 2024-02-23 16:19:29 +09:00
  • 337ca71ec2 Add downloading front build zip litagin02 2024-02-23 16:19:15 +09:00
  • deb9190e09 Add config.json existing check litagin02 2024-02-23 16:18:33 +09:00
  • e16cdad6e9 Feat: add editor server backend litagin02 2024-02-23 13:21:14 +09:00
  • de539e74f9 Improve initial prompt docs litagin02 2024-02-23 09:06:37 +09:00
  • 121f7b820c Merge pull request #67 from serick4126/exportcsv_append_sig litagin02 2024-02-22 09:59:05 +09:00
  • 476e06c48b Improve doc litagin02 2024-02-22 09:55:55 +09:00
  • fc32ec26cd Update about paperspace litagin02 2024-02-22 09:54:32 +09:00
  • 66ed7ce60d Avoid Japanese message in bat file litagin02 2024-02-22 09:52:20 +09:00
  • a6a7a30fc6 First check repo-id is valid litagin02 2024-02-22 09:42:42 +09:00
  • c8778e98f1 speech_mos.pyが出力するCSVにBOMを追加 Serick 2024-02-21 23:45:48 +09:00
  • f8a1d98c6f Change text error log filename litagin02 2024-02-20 21:06:01 +09:00
  • 5b60bf705a Upload all Data/ to hub litagin02 2024-02-20 00:52:12 +09:00
  • a04e569c86 Fix and upload all Data/ to hub litagin02 2024-02-20 00:42:00 +09:00
  • ea28ec9058 Fix typo litagin02 2024-02-19 20:17:31 +09:00
  • 442ad6ac27 Docs: CLI doc and paperspace guide litagin02 2024-02-19 20:15:20 +09:00
  • 6ee8125dff Fix invalid option litagin02 2024-02-19 19:44:12 +09:00
  • b7ffc37ba9 Change args from input output to model_name litagin02 2024-02-19 19:36:14 +09:00
  • 2053ddd101 Fix conflict -m litagin02 2024-02-19 19:19:09 +09:00
  • 79f20fafbb Change args from output_dir to model_name litagin02 2024-02-19 19:16:41 +09:00
  • 4c8ea82959 Improve: log error for preprocessing text litagin02 2024-02-19 18:35:22 +09:00
  • 036cea17f3 Add preprocess_all.py and optimize cli settings litagin02 2024-02-19 17:22:40 +09:00
  • d26336bf0a Upload to hug as future litagin02 2024-02-19 15:42:08 +09:00
  • f49755689a Fix counting lines litagin02 2024-02-19 15:21:17 +09:00