drewThomasson
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,26 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- coqui/XTTS-v1
|
7 |
+
---
|
8 |
+
|
9 |
+
|
10 |
+
trained on this video https://www.youtube.com/watch?v=u6J20_Aem3Y
|
11 |
+
mp3 copy used for training is in files
|
12 |
+
|
13 |
+
Trained Using this space as a local docker(gpu is probs needed)
|
14 |
+
https://huggingface.co/spaces/drewThomasson/FineTune_Xtts
|
15 |
+
|
16 |
+
docker run command for training:
|
17 |
+
|
18 |
+
with GPU:
|
19 |
+
docker run -it -p 7860:7860 --gpus all --pull always --platform=linux/amd64 registry.hf.space/drewthomasson-finetune-xtts:latest python app.py
|
20 |
+
|
21 |
+
without GPU:
|
22 |
+
docker run -it -p 7860:7860 --pull always --platform=linux/amd64 registry.hf.space/drewthomasson-finetune-xtts:latest python app.py
|
23 |
+
|
24 |
+
|
25 |
+
|
26 |
+
|