Spaces:
Build error
Build error
Olivier-Truong
commited on
Commit
•
6229d5c
1
Parent(s):
868c6b9
Create INSTRUCTS-for-XTTS-windows-release.md
Browse files
INSTRUCTS-for-XTTS-windows-release.md
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: XTTS_V2 work on CPU Can duplicate
|
3 |
+
author: Olivier-Truong
|
4 |
+
emoji: 🚀
|
5 |
+
colorFrom: purple
|
6 |
+
colorTo: red
|
7 |
+
sdk: gradio
|
8 |
+
sdk_version: 3.44.3
|
9 |
+
app_file: app.py
|
10 |
+
pinned: true
|
11 |
+
models:
|
12 |
+
- coqui/XTTS-v1
|
13 |
+
---
|
14 |
+
|
15 |
+
# Usage For Windows:
|
16 |
+
|
17 |
+
- Unzip `XTTS_V2_CPU_working.zip`
|
18 |
+
- This folder contain:
|
19 |
+
1. <strong>python3.10 embed for windows (amd64 / x64)</strong>
|
20 |
+
2. All libraries for xtts_v2 install in `.\runtime\Lib` so you don't need to install dependancies
|
21 |
+
3. ffmpeg for formats conversion (wav, mp3, m4a, mp4...). Binary is for (x64 / amd64)
|
22 |
+
4. A shortcut (go-web.bat) to run xtts_v2 command line is : '%cd%\runtime\python.exe %cd%\app.py'
|
23 |
+
<br>
|
24 |
+
|
25 |
+
## It's portable version so you can run `go-web.bat` and it's start gradio web-server.
|
26 |
+
|
27 |
+
### For a online demo you can check my huggingface: https://huggingface.co/spaces/Olivier-Truong/XTTS_V2_CPU_working
|
28 |
+
|
29 |
+
|
30 |
+
|
31 |
+
|
32 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|