Skip to content

Commit 024f93e

Browse files
committed
fix(dl): from hf
1 parent 4e4bbc6 commit 024f93e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ChatTTS/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def download_models(
9797
try:
9898
download_path = snapshot_download(
9999
repo_id="2Noise/ChatTTS",
100-
allow_patterns=["*.pt", "*.yaml", "*.json"],
100+
allow_patterns=["*.pt", "*.yaml", "*.json", "*.safetensors"],
101101
)
102102
except:
103103
download_path = None

0 commit comments

Comments
 (0)