We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d240309 + 3ec9815 commit 5d936f1Copy full SHA for 5d936f1
scripts/downloader/f5_tts_v1.py
@@ -24,7 +24,7 @@ class F5TTSV1Downloader(BaseModelDownloader):
24
def __init__(self):
25
# NOTE: 只需要下载一个文件
26
required_files = [
27
- "F5TTS_v1_Base/model_1200000.safetensors",
+ "F5TTS_v1_Base/model_1250000.safetensors",
28
]
29
super().__init__(
30
model_name="F5-TTS",
0 commit comments