Skip to content
Open
Show file tree
Hide file tree
Changes from 35 commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
ef38550
feat: init Qwen3 local_server with WebSocket support (under construct…
rophec Feb 2, 2026
e680703
Merge branch 'Project-N-E-K-O:main' into qwen3_tts
rophec Feb 2, 2026
f1f6f76
Add qwen3 local_server function
rophec Feb 7, 2026
fe01c49
Local Websocket logic and model use functions
rophec Feb 7, 2026
75882ce
Merge branch 'main' into qwen3_tts
rophec Feb 7, 2026
334bedc
fix(tts-server): optimize inference latency and audio quality
rophec Feb 8, 2026
4d7458b
Merge branch 'Project-N-E-K-O:main' into qwen3_tts
rophec Feb 8, 2026
65423f8
Merge branch 'qwen3_tts' of https://github.com/rophec/N.E.K.O into qw…
rophec Feb 8, 2026
c537a1a
fixed some bugs about execption use and commit queue issues
rophec Feb 8, 2026
758a0d8
fix: update deprecated AMP API and fix device-specific autocast
rophec Feb 8, 2026
fe7c321
Fix a None check for Pytorch model in interface
rophec Feb 8, 2026
c78aa57
Fixed a problem that causes tts has no voice generated
rophec Feb 8, 2026
82b38a3
Fixed some variable issues
rophec Feb 11, 2026
91c7db6
Fixed some issues
rophec Feb 11, 2026
9177a46
Merge branch 'main' into qwen3_tts
rophec Feb 11, 2026
0fcc6c2
Merge branch 'Project-N-E-K-O:main' into qwen3_tts
rophec Feb 13, 2026
583a341
Merge branch 'Project-N-E-K-O:main' into qwen3_tts
rophec Feb 16, 2026
69e2930
Merge branch 'Project-N-E-K-O:main' into qwen3_tts
rophec Feb 18, 2026
593ed08
Updated logic for local_qwen3_tts entry; temporarily disabled local_c…
rophec Feb 18, 2026
9260662
fix(tts): wrap local_qwen3_tts_worker main loop with try-finally
rophec Feb 18, 2026
b6fd8c9
fixed some serious issues
rophec Feb 18, 2026
e3e7fc1
Merge remote-tracking branch 'myfork/qwen3_tts' into qwen3_tts
rophec Feb 18, 2026
7200ce4
fixed some serious issues
rophec Feb 18, 2026
c28cd17
Merge branch 'main' into qwen3_tts
rophec Feb 20, 2026
e528069
适配了在webui中热切换音声的功能,增加了相关逻辑,修正了热切换后丢失部分句子的bug
rophec Feb 20, 2026
f06afd0
Merge branch 'main' into qwen3_tts
wehos Feb 20, 2026
a8510b9
随之更改了Stream mode的开关 以及发送策略
rophec Feb 24, 2026
50d964a
Merge branch 'Project-N-E-K-O:main' into qwen3_tts
rophec Feb 24, 2026
9a4ba27
Merge branch 'qwen3_tts' of https://github.com/rophec/N.E.K.O into qw…
rophec Feb 24, 2026
0068e3e
Merge branch 'main' into qwen3_tts
rophec Feb 24, 2026
cb4963d
Merge branch 'main' into qwen3_tts
wehos Feb 24, 2026
f077cae
fix Qwen3-TTS bugs and hardening WebSocket server
rophec Feb 24, 2026
dd6ecb3
Merge branch 'main' into qwen3_tts
rophec Feb 24, 2026
4409a7e
fix: address code review feedback and stabilize Qwen3-TTS implementation
rophec Feb 24, 2026
5a24d0f
修正了response_done_event未定义的问题
rophec Feb 24, 2026
08fd718
修正了一些bug
rophec Feb 24, 2026
2f1f4f6
可以兼容使用0.6B模型
rophec Feb 24, 2026
68f74ad
Merge branch 'main' into qwen3_tts
rophec Feb 25, 2026
09dc443
fix some bug
rophec Feb 25, 2026
1867045
Merge branch 'main' into qwen3_tts
rophec Feb 25, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[submodule "local_server/cosyvoice_server/CosyVoice"]
path = local_server/cosyvoice_server/CosyVoice
url = https://github.com/wehos/CosyVoice-v3
[submodule "local_server/qwen3_tts_server/Qwen3-TTS"]
path = local_server/qwen3_tts_server/Qwen3-TTS
url = https://github.com/rophec/Qwen3-TTS.git
branch = qwen3_tts
1 change: 1 addition & 0 deletions local_server/qwen3_tts_server/Qwen3-TTS
Submodule Qwen3-TTS added at 1ab0dd
Loading