Skip to content

Commit

Permalink
fix(core): hf model download
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Aug 6, 2024
1 parent ccf7e4d commit b1e6f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChatTTS/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def download_models(
)
try:
download_path = snapshot_download(
repo_id="2Noise/ChatTTS", allow_patterns=["*.pt", "*.yaml"]
repo_id="2Noise/ChatTTS", allow_patterns=["*.pt", "*.yaml", "*.json"]
)
except:
download_path = None
Expand Down

0 comments on commit b1e6f5f

Please sign in to comment.