Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
@@ -86,17 +86,15 @@ with app:
|
|
86 |
|
87 |
# 在本地使用 [MoeSS](https://github.com/NaruseMioShirakana/MoeSS) 推理:
|
88 |
|
89 |
-
#### 因为该程序每次更新都会有较大的变化,下面的下载链接都将指向[[MoeSS 3.0.
|
90 |
|
91 |
-
### 0. 下载[[MoeSS本体]](https://github.com/NaruseMioShirakana/MoeSS/releases/download/3.0.
|
92 |
|
93 |
```
|
94 |
MoeSS
|
95 |
├── Mods
|
96 |
├── MoeSS.exe
|
97 |
├── ShirakanaUI.dmres
|
98 |
-
├── bins
|
99 |
-
│ └── ffmpeg.exe
|
100 |
├── cleaners
|
101 |
├── hifigan
|
102 |
│ └── hifigan.onnx
|
@@ -137,8 +135,6 @@ with app:
|
|
137 |
│ └── suiji_1M111000_SoVits.onnx
|
138 |
├── MoeSS.exe
|
139 |
├── ShirakanaUI.dmres
|
140 |
-
├── bins
|
141 |
-
│ └── ffmpeg.exe
|
142 |
├── cleaners
|
143 |
├── hifigan
|
144 |
│ ├── hifigan.onnx
|
@@ -154,18 +150,15 @@ with app:
|
|
154 |
|
155 |
1. 在左上角选择模型 “SoVits:岁己SUI” 并等待加载,完成后右边会显示 “当前模型: 岁己SUI”
|
156 |
|
157 |
-
2.
|
158 |
|
159 |
```
|
160 |
-
A
|
161 |
-
A
|
|
|
162 |
```
|
163 |
|
164 |
-
|
165 |
-
|
166 |
-
纳鲁塞-缪-希娜卡纳:下个版本增加拖入文件自动输入路径的功能
|
167 |
-
|
168 |
-
3. 点击开始转换语音,弹出的参数框可以调整对输入音频的升降调,确定后等待最下方进度条走完
|
169 |
|
170 |
|下面的弃用|
|
171 |
|:-:|
|
|
|
86 |
|
87 |
# 在本地使用 [MoeSS](https://github.com/NaruseMioShirakana/MoeSS) 推理:
|
88 |
|
89 |
+
#### 因为该程序每次更新都会有较大的变化,下面的下载链接都将指向[[MoeSS 3.0.7]](https://github.com/NaruseMioShirakana/MoeSS/releases/tag/3.0.7)
|
90 |
|
91 |
+
### 0. 下载[[MoeSS本体]](https://github.com/NaruseMioShirakana/MoeSS/releases/download/3.0.7/MoeSS.zip)、[[hifigan]](https://github.com/NaruseMioShirakana/MoeSS/releases/download/3.0.0/hifigan.7z)、[[hubert]](https://github.com/NaruseMioShirakana/MoeSS/releases/download/3.0.0/hubert.7z),并解压成以下的文件结构
|
92 |
|
93 |
```
|
94 |
MoeSS
|
95 |
├── Mods
|
96 |
├── MoeSS.exe
|
97 |
├── ShirakanaUI.dmres
|
|
|
|
|
98 |
├── cleaners
|
99 |
├── hifigan
|
100 |
│ └── hifigan.onnx
|
|
|
135 |
│ └── suiji_1M111000_SoVits.onnx
|
136 |
├── MoeSS.exe
|
137 |
├── ShirakanaUI.dmres
|
|
|
|
|
138 |
├── cleaners
|
139 |
├── hifigan
|
140 |
│ ├── hifigan.onnx
|
|
|
150 |
|
151 |
1. 在左上角选择模型 “SoVits:岁己SUI” 并等待加载,完成后右边会显示 “当前模型: 岁己SUI”
|
152 |
|
153 |
+
2. 直接点击开始转换后选择文件 或 在左下角输入框中写入音频文件路径再点击开始转换,支持批量,如:
|
154 |
|
155 |
```
|
156 |
+
A:\\SUI\\so-vits-svc\\raw\\wavs\\2043.flac
|
157 |
+
A:\\SUI\\so-vits-svc\\raw\\wavs\\2044.wav
|
158 |
+
A:\\SUI\\so-vits-svc\\raw\\wavs\\2045.mp3
|
159 |
```
|
160 |
|
161 |
+
3. 开始转换前可在弹出的参数框中调整对输入音频的升降调,确定后等待最下方进度条走完,批量推理会直接输出无需再保存
|
|
|
|
|
|
|
|
|
162 |
|
163 |
|下面的弃用|
|
164 |
|:-:|
|