diff --git a/config.yaml b/config.yaml index bd080254..1c521b0b 100644 --- a/config.yaml +++ b/config.yaml @@ -1,3 +1,7 @@ +# 如果您是一名开发者,建议阅读以下内容。如果不是开发者,可以忽略这部分内容。 +# 在开发中,建议将【config.yaml】复制一份,改成【.config.yaml】。 系统会优先读取【.config.yaml】文件的配置。 +# 这样做,可以避免在提交代码的时候,错误地提交密钥信息,保护您的密钥安全。 + # 服务器基础配置(Basic server configuration) server: # 服务器监听地址和端口(Server listening address and port) @@ -139,6 +143,13 @@ TTS: response_format: wav FishSpeech: # 定义TTS API类型 + #启动tts方法: + #python -m tools.api_server + #--listen 0.0.0.0:8080 + #--llama-checkpoint-path "checkpoints/fish-speech-1.5" + #--decoder-checkpoint-path "checkpoints/fish-speech-1.5/firefly-gan-vq-fsq-8x1024-21hz-generator.pth" + #--decoder-config-name firefly_gan_vq + #--compile type: fishspeech output_file: tmp/ response_format: wav