mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 09:03:18 +08:00
posts: 添加了关于音色克隆的新文章index-tts2,包含详细使用教程
This commit is contained in:
|
Before Width: | Height: | Size: 5.5 MiB After Width: | Height: | Size: 5.5 MiB |
BIN
src/content/assets/images/index-tts2-1.png
Normal file
BIN
src/content/assets/images/index-tts2-1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 816 KiB |
BIN
src/content/assets/images/index-tts2-2.png
Normal file
BIN
src/content/assets/images/index-tts2-2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 40 KiB |
BIN
src/content/assets/images/index-tts2-4.png
Normal file
BIN
src/content/assets/images/index-tts2-4.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 437 KiB |
@@ -52,7 +52,7 @@ lang: ""
|
||||
|
||||
那么装机后效果如图
|
||||
|
||||

|
||||

|
||||
|
||||
# 装机教程
|
||||
|
||||
|
||||
49
src/content/posts/index-tts2.md
Normal file
49
src/content/posts/index-tts2.md
Normal file
@@ -0,0 +1,49 @@
|
||||
---
|
||||
title: 手把手教你克隆音色!
|
||||
published: 2025-10-13T12:19:06
|
||||
description: 仅需几秒的语音就能克隆音色,无需繁琐配置,一键启动!随时随地做蓝底神人小视频!
|
||||
image: ../assets/images/index-tts2-4.png
|
||||
tags:
|
||||
- AI
|
||||
- 音色克隆
|
||||
draft: false
|
||||
lang: ""
|
||||
---
|
||||
# 正式开始
|
||||
|
||||
> 请全程魔法
|
||||
|
||||
安装Git Lfs: `git lfs install`
|
||||
|
||||
克隆仓库: [index-tts/index-tts: An Industrial-Level Controllable and Efficient Zero-Shot Text-To-Speech System](https://github.com/index-tts/index-tts)
|
||||
|
||||
拉取Git Lfs文件: `git lfs pull`
|
||||
|
||||
安装UV(Python包管理器,类似pip): `pip install -U uv`
|
||||
|
||||
安装依赖: `uv sync --extra webui`
|
||||
|
||||
安装hf-cli: `uv tool install "huggingface-hub[cli,hf_xet]"`
|
||||
|
||||
从hf下载模型: `hf download IndexTeam/IndexTTS-2 --local-dir=checkpoints`
|
||||
|
||||
运行web UI: `uv run webui.py`
|
||||
|
||||
浏览器打开 `7860` 端口
|
||||
|
||||
# 简单使用
|
||||
|
||||
WebUI页面长这样
|
||||

|
||||
|
||||
首先将音色参考音频输入(几秒即可)
|
||||
|
||||
然后输入要朗读的文本
|
||||
|
||||
最终点击生成
|
||||
|
||||
# 调教
|
||||
|
||||
推荐使用 **使用情感向量控制**
|
||||
|
||||

|
||||
Reference in New Issue
Block a user