VIZINTZOR commited on
Commit
9a09c04
·
verified ·
1 Parent(s): 7254c03

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -2
README.md CHANGED
@@ -1,7 +1,34 @@
1
  ---
 
 
2
  language:
3
  - th
 
4
  base_model:
5
  - SWivid/F5-TTS
6
- pipeline_tag: text-to-speech
7
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ datasets:
3
+ - Porameht/processed-voice-th-169k
4
  language:
5
  - th
6
+ pipeline_tag: text-to-speech
7
  base_model:
8
  - SWivid/F5-TTS
9
+ ---
10
+
11
+ #### F5-TTS-ไทย-V2
12
+
13
+ โมเดล Text To Speech ภาษาไทย V2 โดยใช้ phoneme เป็นข้อความอินพุต เพื่อลดความพิดพลาดในการอ่าน แต่อาาจะลดความเป็นธรรมชาติลง
14
+
15
+ ### การใช้งาน
16
+
17
+ Github : https://github.com/VYNCX/F5-TTS-THAI
18
+
19
+ ติดตั้ง
20
+
21
+ ```sh
22
+ git clone https://github.com/VYNCX/F5-TTS-THAI.git
23
+ cd F5-TTS-THAI
24
+ pip install git+https://github.com/VYNCX/F5-TTS-THAI.git
25
+
26
+ #จำเป็นต้องติดตั้งเพื่อใช้งานได้มีประสิทธิภาพกับ GPU
27
+ pip install torch==2.3.0+cu118 torchaudio==2.3.0+cu118 --extra-index-url https://download.pytorch.org/whl/cu118
28
+ ```
29
+
30
+ ใช้งานบน Gradio
31
+
32
+ ```sh
33
+ f5-tts_webui
34
+ ```