Update model versions in docker-compose for Qwen3-TTS services
This commit is contained in:
@@ -50,7 +50,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "${CUSTOMVOICE_PORT:-8091}:8091"
|
- "${CUSTOMVOICE_PORT:-8091}:8091"
|
||||||
command:
|
command:
|
||||||
- "${MODEL_CUSTOMVOICE:-Qwen/Qwen3-TTS-12Hz-1.7B-CustomVoice}"
|
- "${MODEL_CUSTOMVOICE:-Qwen/Qwen3-TTS-12Hz-0.63B-CustomVoice}"
|
||||||
- "--omni"
|
- "--omni"
|
||||||
- "--port"
|
- "--port"
|
||||||
- "8091"
|
- "8091"
|
||||||
@@ -69,7 +69,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "${VOICEDESIGN_PORT:-8092}:8091"
|
- "${VOICEDESIGN_PORT:-8092}:8091"
|
||||||
command:
|
command:
|
||||||
- "${MODEL_VOICEDESIGN:-Qwen/Qwen3-TTS-12Hz-1.7B-VoiceDesign}"
|
- "${MODEL_VOICEDESIGN:-Qwen/Qwen3-TTS-12Hz-0.63B-VoiceDesign}"
|
||||||
- "--omni"
|
- "--omni"
|
||||||
- "--port"
|
- "--port"
|
||||||
- "8091"
|
- "8091"
|
||||||
@@ -88,7 +88,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "${BASE_PORT:-8093}:8091"
|
- "${BASE_PORT:-8093}:8091"
|
||||||
command:
|
command:
|
||||||
- "${MODEL_BASE:-Qwen/Qwen3-TTS-12Hz-1.7B-Base}"
|
- "${MODEL_BASE:-Qwen/Qwen3-TTS-12Hz-0.63B-Base}"
|
||||||
- "--omni"
|
- "--omni"
|
||||||
- "--port"
|
- "--port"
|
||||||
- "8091"
|
- "8091"
|
||||||
|
|||||||
Reference in New Issue
Block a user