You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
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
The text was updated successfully, but these errors were encountered:
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.
Self Checks
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
The text was updated successfully, but these errors were encountered: