跳转至

CLI - Qwen TTS WebUI

Qwen TTS WebUI

Qwen TTS WebUI 是一款基于 Qwen 模型的文本转语音软件。

安装 Qwen TTS WebUI

sd-webui-all-in-one qwen-tts-webui install [选项]
  • 高级选项:
  • --qwen-tts-webui-path <路径>: Qwen TTS WebUI 根目录,默认为配置文件中的路径。
  • --pytorch-mirror-type <类型>: 设置使用的 PyTorch 镜像源类型。
  • --custom-pytorch-package <包名>: 自定义 PyTorch 软件包版本声明。
  • --custom-xformers-package <包名>: 自定义 xFormers 软件包版本声明。
  • --no-pypi-mirror: 不使用国内 PyPI 镜像源。
  • --no-uv: 不使用 uv 安装 Python 软件包。
  • --no-github-mirror: 不使用 Github 镜像源。
  • --custom-github-mirror <URL>: 自定义 Github 镜像源。
  • --model-resource: 模型下载源类型 (默认: modelscope)。

更新 Qwen TTS WebUI

sd-webui-all-in-one qwen-tts-webui update [选项]
  • 高级选项:
  • --qwen-tts-webui-path <路径>: Qwen TTS WebUI 根目录。
  • --no-github-mirror: 不使用 Github 镜像源。
  • --custom-github-mirror <URL>: 自定义 Github 镜像源。

检查运行环境

sd-webui-all-in-one qwen-tts-webui check-env [选项]
  • 高级选项:
  • --qwen-tts-webui-path <路径>: Qwen TTS WebUI 根目录。
  • --no-github-mirror: 不使用 Github 镜像源。
  • --no-uv: 不使用 uv。
  • --no-pypi-mirror: 不使用国内 PyPI 镜像源。

启动 Qwen TTS WebUI

sd-webui-all-in-one qwen-tts-webui launch [选项]
  • 高级选项:
  • --qwen-tts-webui-path <路径>: Qwen TTS WebUI 根目录。
  • --launch-args <参数>: 启动参数 (请使用引号包裹,例如 "--theme dark")。
  • --no-hf-mirror: 禁用 HuggingFace 镜像源。
  • --custom-hf-mirror <URL>: 自定义 HuggingFace 镜像源。
  • --no-github-mirror: 禁用 Github 镜像源。
  • --custom-github-mirror <URL>: 自定义 Github 镜像源。
  • --no-pypi-mirror: 禁用 PyPI 镜像源。
  • --no-cuda-malloc: 禁用 CUDA Malloc 优化。
  • --no-check-env: 不检查运行环境完整性。

版本管理 GUI

sd-webui-all-in-one qwen-tts-webui gui version-manager [选项]
  • 高级选项:
  • --qwen-tts-webui-path <路径>: Qwen TTS WebUI 根目录。
  • --no-github-mirror: 不使用 Github 镜像源。
  • --custom-github-mirror <URL>: 自定义 Github 镜像源。

重装 PyTorch

sd-webui-all-in-one qwen-tts-webui reinstall-pytorch [选项]
  • 高级选项:
  • --name <名称>: PyTorch 版本组合名称。
  • --index <索引>: PyTorch 版本组合索引值。
  • --no-pypi-mirror: 不使用国内 PyPI 镜像源。
  • --no-uv: 不使用 uv 安装 PyTorch 软件包。
  • --interactive: 启用交互模式。
  • --list-only: 列出 PyTorch 列表并退出。