Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

download_models.py pointing to the incorrect gitattributes [fixed?] #875

Open
6 tasks done
Sebastipole opened this issue Feb 8, 2025 · 1 comment
Open
6 tasks done
Labels
bug Something isn't working

Comments

@Sebastipole
Copy link

Self Checks

  • This template is only for bug reports. For questions, please visit Discussions.
  • I have thoroughly reviewed the project documentation (installation, training, inference) but couldn't find information to solve my problem. English 中文 日本語 Portuguese (Brazil)
  • I have searched for existing issues, including closed ones. Search issues
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template and fill in all required fields.

Cloud or Self Hosted

Self Hosted (Source)

Environment Details

Win10
python3.10
source build 1.5

fix?
small edit to
\tools\download_models.py
line 28,
change "gitattributes"
to
".gitattributes"

Old URL it's trying to call (https://hf-mirror.com/fishaudio/fish-speech-1.5/resolve/main/gitattributes)
working https://hf-mirror.com/fishaudio/fish-speech-1.5/resolve/main/.gitattributes

Sorry if this is a bad way to fix it, no idea what I'm doing, just worked it out and fixed the download for myself.

Steps to Reproduce

Extract 1.5
Install env.bat
edit API flags for webui
start.bat

✔️ Expected Behavior

gitattributes are pulled and requirements are downloaded

❌ Actual Behavior

 File "C:\Documents\fish-speech\fishenv\env\lib\site-packages\requests\models.py", line 1024, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://hf-mirror.com/fishaudio/fish-speech-1.5/resolve/main/gitattributes
@Sebastipole Sebastipole added the bug Something isn't working label Feb 8, 2025
@PoTaTo-Mika
Copy link
Collaborator

You can download from the hf-mirror website instead, and there's no other people report the issue, so maybe you need to check your internet connection.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants