Skip to content

Commit b1e6f5f

Browse files
committed
fix(core): hf model download
1 parent ccf7e4d commit b1e6f5f

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
@@ -96,7 +96,7 @@ def download_models(
9696
)
9797
try:
9898
download_path = snapshot_download(
99-
repo_id="2Noise/ChatTTS", allow_patterns=["*.pt", "*.yaml"]
99+
repo_id="2Noise/ChatTTS", allow_patterns=["*.pt", "*.yaml", "*.json"]
100100
)
101101
except:
102102
download_path = None

0 commit comments

Comments
 (0)