Skip to content

Commit

Permalink
fix(dl): from hf
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Aug 28, 2024
1 parent 4e4bbc6 commit 024f93e
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 @@ -97,7 +97,7 @@ def download_models(
try:
download_path = snapshot_download(
repo_id="2Noise/ChatTTS",
allow_patterns=["*.pt", "*.yaml", "*.json"],
allow_patterns=["*.pt", "*.yaml", "*.json", "*.safetensors"],
)
except:
download_path = None
Expand Down

0 comments on commit 024f93e

Please sign in to comment.