Commit Graph

  • 5038282fe6 这是常用的一版 main cloyir 2026-02-18 02:08:51 +08:00
  • d7ba0be4ed 修复了一个无关紧要的warning cloyir 2026-02-15 03:48:44 +08:00
  • c38c698c2b 去除了部分无关前端代码 cloyir 2026-02-15 03:43:47 +08:00
  • 219b5fc93c 去除了torchaudio兼容不行的问题 cloyir 2026-02-15 03:35:39 +08:00
  • d8e5f90086 更改cuda版本 cloyir 2026-02-15 03:26:10 +08:00
  • 1698b32033
    Merge pull request #557 from yrom/feat/glossary-support Vanka0051 2025-12-02 16:18:21 +08:00
  • 6b6606a2f4
    fix(webui.py): strip tailing whitespace for glossary terms Yrom 2025-11-20 19:54:38 +08:00
  • 1460adbdc5
    fix(front.py): load full term glossary entries from yaml file Yrom 2025-11-20 19:52:29 +08:00
  • 267e344a09
    fix: handle multiple sentence placeholders in de_tokenized_by_CJK_char Yrom 2025-11-20 19:49:02 +08:00
  • a7099c4a6e
    feat(webui.py): add glossary term validation and error handling Yrom 2025-11-20 14:22:42 +08:00
  • fa7962f1f2
    fix(webui.py): replace return statements with warnings and update markdown table Yrom 2025-11-20 11:47:59 +08:00
  • 6deed97efe
    feat(indextts): add glossary support for custom term pronunciations Yrom 2025-11-19 20:46:09 +08:00
  • 82a5b9004a
    feat(front.py): add regex pattern for technical terms Yrom 2025-11-19 16:49:22 +08:00
  • 42a73394e9
    Merge pull request #537 from pandalee99/perf/gumbel_softmax_sampler Vanka0051 2025-11-07 15:32:31 +08:00
  • a963ca3d0b
    Merge branch 'main' into perf/gumbel_softmax_sampler Vanka0051 2025-11-07 15:32:22 +08:00
  • 44b5ffcb5d
    Merge pull request #536 from storyicon/support_batch Vanka0051 2025-11-07 15:29:53 +08:00
  • a3b884ff6f feat: gumbel_softmax_sampler PAN 2025-11-06 13:12:11 +08:00
  • 3c360273da feat: add batch support storyicon 2025-11-06 05:00:28 +00:00
  • 1d5d079aaa
    Merge pull request #517 from storyicon/gpt2_accel Vanka0051 2025-10-30 16:14:46 +08:00
  • 5d67f6271b
    Merge branch 'main' into gpt2_accel Vanka0051 2025-10-30 16:14:34 +08:00
  • e42480ced8
    Merge pull request #516 from storyicon/s2mel_accel Vanka0051 2025-10-30 15:55:25 +08:00
  • c1ef4148af feat: achieve inference acceleration for the gpt2 stage storyicon 2025-10-24 08:15:00 +00:00
  • 31e7e855e2 feat: optimize s2mel stage storyicon 2025-10-24 07:30:20 +00:00
  • bde7d0bdf0 doc: update chat groups wangyining02 2025-10-10 13:58:04 +08:00
  • db5b39bb6a
    Merge pull request #461 from Yttrin/main nanaoto 2025-10-02 01:09:44 +08:00
  • 750d9d9d15 fix: Empty generator -> IndexError problem on non-streaming infer() Yt Zhong 2025-10-01 03:25:28 +08:00
  • b0c6ab8a93
    Simple streaming return implementation, lower latency for the first sound. (#417) Yt Zhong 2025-09-30 14:05:39 +08:00
  • 2ca41d738f
    Merge pull request #441 from coezbek/patch-3 nanaoto 2025-09-29 16:15:48 +08:00
  • 34be9bfb14 feat: Warn if input text contains UNK tokens Christopher Özbek 2025-09-26 13:36:11 +02:00
  • 84a5ef97b8 update. root 2025-09-23 17:52:52 +08:00
  • c7602c1f59
    Merge pull request #397 from Arcitec/indextts2-arc nanaoto 2025-09-23 15:58:55 +08:00
  • 5471d8256f docs: Install HuggingFace CLI with high-speed download feature Arcitec 2025-09-19 21:11:31 +02:00
  • ae5653986c chore: Note why package build isolation was disabled for DeepSpeed Arcitec 2025-09-19 02:35:27 +02:00
  • cc9c6b6cfe docs: Clarify that UV handles Python and the environment creation Arcitec 2025-09-18 18:51:43 +02:00
  • 64cb31a6c3
    Update infer_v2.py: solve the problem of persistent cache buildup (#382) kj863257rc 2025-09-18 13:59:45 +08:00
  • 9e391a920a
    Merge pull request #354 from Arcitec/indextts2-arc nanaoto 2025-09-18 13:58:23 +08:00
  • c24d73ea44 chore: Small dependency updates Arcitec 2025-09-17 21:55:44 +02:00
  • ec368de932 fix(webui): Experimental checkbox bugfixes and add visual warning label Arcitec 2025-09-14 21:04:20 +02:00
  • c5f9a31127 fix(webui): Make the Emotion Control Weight slider visible again Arcitec 2025-09-14 01:22:34 +02:00
  • e185fa1ce7 fix(webui): Make the Advanced Settings visible by default again Arcitec 2025-09-14 00:35:38 +02:00
  • c266910cc6 refactor(webui): Remove repeated code in Examples loader Arcitec 2025-09-14 00:33:42 +02:00
  • 8aa8064a53 feat: Add reusable Emotion Vector normalization helper Arcitec 2025-09-14 00:22:41 +02:00
  • 1520d0689b fix(webui): New default emo_alpha recommendation instead of scaling Arcitec 2025-09-13 23:55:53 +02:00
  • ef097101b7 fix(webui): Add support for Gradio 5.45.0 and higher Arcitec 2025-09-13 23:44:53 +02:00
  • cb5c98011f
    Merge pull request #378 from index-tts/tts2dev index-tts 2025-09-17 11:39:05 +08:00
  • d50340aa5b update Contributors shujingchen 2025-09-17 11:37:20 +08:00
  • 12ee39996f
    Merge pull request #375 from index-tts/tts2dev index-tts 2025-09-16 20:22:52 +08:00
  • a37d808923 update Contributors shujingchen 2025-09-16 20:20:50 +08:00
  • 02c1e5a234
    Merge pull request #374 from index-tts/tts2dev index-tts 2025-09-16 19:45:47 +08:00
  • 901a5a4111 update Contributors shujingchen 2025-09-16 19:43:32 +08:00
  • 1361244010 update Contributors shujingchen 2025-09-16 19:38:33 +08:00
  • c2482142d6 Merge remote-tracking branch 'origin/main' into tts2dev shujingchen 2025-09-16 19:28:59 +08:00
  • 3e416dc598 update Contributors shujingchen 2025-09-16 19:28:09 +08:00
  • 70aa801b25
    Merge pull request #372 from index-tts/tts2dev index-tts 2025-09-16 15:55:13 +08:00
  • 58f8a9d2b1 Merge remote-tracking branch 'origin/main' into tts2dev shujingchen 2025-09-16 15:53:38 +08:00
  • e3595faec1 add Contributors in Bilibili shujingchen 2025-09-16 15:51:46 +08:00
  • ef86774658 update Official Statement shujingchen 2025-09-16 14:21:02 +08:00
  • de949be82a update Official Statement shujingchen 2025-09-16 14:18:49 +08:00
  • 45d8d13f0b
    Merge pull request #368 from index-tts/tts2dev index-tts 2025-09-16 13:22:22 +08:00
  • 961dcc23f4 add pinyin.vocab shujingchen 2025-09-16 13:18:55 +08:00
  • be4af061f1 update shujingchen 2025-09-16 13:13:21 +08:00
  • 10c1fcd3ad add tips: pinyin usage shujingchen 2025-09-16 13:10:40 +08:00
  • 7b4f0880d9 update modelscope demo page link shujingchen 2025-09-16 11:31:15 +08:00
  • aad61c2afc Merge remote-tracking branch 'origin/main' into tts2dev shujingchen 2025-09-16 11:25:54 +08:00
  • a058502865
    Add Docker publish workflow configuration nanaoto 2025-09-15 17:47:08 +08:00
  • ee23371296
    Merge pull request #338 from yrom/fix/preload-bigvgan-cuda nanaoto 2025-09-15 16:27:40 +08:00
  • 009428b62d
    Merge pull request #347 from index-tts/cut_audio nanaoto 2025-09-12 16:48:14 +08:00
  • 0828dcb098 feat: 裁剪过长的输入音频至15s,减少爆内存和显存 nanaoto 2025-09-12 16:45:37 +08:00
  • 6118d0ecf9 update modelscope demo page link shujingchen 2025-09-12 16:20:37 +08:00
  • 48a71aff6d
    Merge pull request #345 from index-tts/webui_update nanaoto 2025-09-12 14:23:24 +08:00
  • af2b06e061 feat: 归一化参数到推荐的范围,改善用户体验 nanaoto 2025-09-12 14:20:04 +08:00
  • 2cfc76ad9c fix: 修复样本音频太长报错的问题,对音频进行裁切。 LGZwr 2025-08-19 16:53:29 +08:00
  • d777b8a029 docs: Add FP16 usage advice for faster inference Arcitec 2025-09-11 07:06:25 +02:00
  • e409c4a19b
    fix(infer_v2): Correct the import path of BigVGAN's custom cuda kernel Yrom 2025-09-11 16:55:18 +08:00
  • 8336824c71
    Merge pull request #325 from Arcitec/indextts2-arc nanaoto 2025-09-11 12:55:38 +08:00
  • 85ba55a1d3 docs: Document the DeepSpeed performance effects Arcitec 2025-09-11 06:37:03 +02:00
  • f041d8eb64 fix(webui): Fix unintentional empty spacing between control groups Arcitec 2025-09-11 06:08:08 +02:00
  • 3b5b6bca85 docs: Document the new emo_alpha feature for text-to-emotion mode Arcitec 2025-09-11 05:42:39 +02:00
  • d899770313 feat(webui): Implement emotion weighting for vectors and text modes Arcitec 2025-09-11 04:19:58 +02:00
  • 9668064377 feat: Implement emo_alpha scaling of emotion vectors and emotion text Arcitec 2025-09-11 04:07:58 +02:00
  • 555e146fb4 feat(webui): Implement speech synthesis progress bar Arcitec 2025-09-11 00:06:05 +02:00
  • 55095de317 chore: Lock Gradio version due to bug in 5.45.0 Arcitec 2025-09-10 21:27:14 +02:00
  • 39a035d106 feat: Extend GPU Check utility to support more GPUs Arcitec 2025-09-10 20:24:27 +02:00
  • 6113567e94 fix(cli): More robust device priority checks Arcitec 2025-09-10 20:04:18 +02:00
  • c3d7ab4adc docs: Add usage note regarding random sampling Arcitec 2025-09-10 19:14:46 +02:00
  • 30848efd45 docs: Add Alibaba's high-bandwidth PyPI mirror for China Arcitec 2025-09-10 17:57:51 +02:00
  • 752df30549 chore: Move docs to new directory Arcitec 2025-09-10 19:02:26 +02:00
  • f0badb13af feat(webui)!: Easier DeepSpeed launch argument Arcitec 2025-09-10 17:33:33 +02:00
  • 97d06383da
    Merge pull request #327 from index-tts/doc_zh nanaoto 2025-09-11 00:36:33 +08:00
  • ce2f71aae5 fix: 中文readme标题显示问题 nanaoto 2025-09-11 00:32:42 +08:00
  • 5e257cc909 doc: +中文readme nanaoto 2025-09-11 00:29:33 +08:00
  • e83df4e427
    feat(cli): Support XPU (#322) DDXDB 2025-09-10 22:35:06 +08:00
  • 242604d27e
    Merge pull request #324 from Arcitec/indextts2-arc nanaoto 2025-09-10 22:32:46 +08:00
  • 3236fa496a docs: Remove redundant "python" command instruction Arcitec 2025-09-10 16:28:21 +02:00
  • 4ba37b5736
    Merge pull request #323 from Arcitec/indextts2-arc nanaoto 2025-09-10 22:22:04 +08:00
  • 429c06c787 docs: Add quick uv installation technique Arcitec 2025-09-10 15:47:29 +02:00
  • 831fc4f5bd
    Merge pull request #311 from Arcitec/indextts2-arc nanaoto 2025-09-10 14:57:24 +08:00
  • 6c768073e9 docs: Add a stronger warning about unsupported installation methods Arcitec 2025-09-10 02:46:25 +02:00
  • 936e6ac4dd feat: DeepSpeed is now an optional dependency which can be disabled Arcitec 2025-09-10 02:28:28 +02:00
  • 05a8ae45e5 fix: Don't load DeepSpeed if use_deepspeed is False Arcitec 2025-09-09 18:20:28 +02:00