[Bug]: Repository not found, error 128
Checklist
- [ ] The issue exists after disabling all extensions
- [x] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui
- [x] The issue exists in the current version of the webui
- [ ] The issue has not been reported before recently
- [x] The issue has been reported before but has not been fixed yet
What happened?
When I run a1111 in the terminal, I see error 128. I tried a clean reinstall of stable diffusion, it didn't help
Steps to reproduce the problem
- Launch webui-user.bat
- You will see GitHub login window
- Login
- See error 128
What should have happened?
You will get this error
What browsers do you use to access the UI ?
No response
Sysinfo
I cant lauch webui to produce Sysinfo
Console logs
venv "E:\Python\stable_diffusion\stable-diffusion-webui\venv\Scripts\Python.exe"
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Version: v1.10.1
Commit hash: 82a973c04367123ae98bd9abdf80d9eda9b910e2
Couldn't determine Stable Diffusion's hash: f16630a927e00098b524d687640719e4eb469b76, attempting autofix...
Fetching all contents for Stable Diffusion
info: please complete authentication in your browser...
remote: Repository not found.
fatal: repository 'https://github.com/Stability-AI/stablediffusion.git/' not found
Traceback (most recent call last):
File "E:\Python\stable_diffusion\stable-diffusion-webui\launch.py", line 48, in <module>
main()
File "E:\Python\stable_diffusion\stable-diffusion-webui\launch.py", line 39, in main
prepare_environment()
File "E:\Python\stable_diffusion\stable-diffusion-webui\modules\launch_utils.py", line 412, in prepare_environment
git_clone(stable_diffusion_repo, repo_dir('stable-diffusion-stability-ai'), "Stable Diffusion", stable_diffusion_commit_hash)
File "E:\Python\stable_diffusion\stable-diffusion-webui\modules\launch_utils.py", line 178, in git_clone
current_hash = run_git(dir, name, 'rev-parse HEAD', None, f"Couldn't determine {name}'s hash: {commithash}", live=False).strip()
File "E:\Python\stable_diffusion\stable-diffusion-webui\modules\launch_utils.py", line 166, in run_git
git_fix_workspace(dir, name)
File "E:\Python\stable_diffusion\stable-diffusion-webui\modules\launch_utils.py", line 153, in git_fix_workspace
run(f'"{git}" -C "{dir}" fetch --refetch --no-auto-gc', f"Fetching all contents for {name}", f"Couldn't fetch {name}", live=True)
File "E:\Python\stable_diffusion\stable-diffusion-webui\modules\launch_utils.py", line 116, in run
raise RuntimeError("\n".join(error_bits))
RuntimeError: Couldn't fetch Stable Diffusion.
Command: "git" -C "E:\Python\stable_diffusion\stable-diffusion-webui\repositories\stable-diffusion-stability-ai" fetch --refetch --no-auto-gc
Error code: 128
Для продолжения нажмите любую клавишу . . .
Additional information
https://github.com/Stability-AI/stablediffusion - 404 page not found
I think what needs to be done, is to change the url for the latest stable "fork" of the original repository, it looks like it went private
Same here...
if anyone is looking for a fork, I have a fork under my account https://github.com/w-e-w/stablediffusion.git
I also made a pr to update it on the dev branch
- https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/17207
Solution:
- go to stable_diffusion\stable-diffusion-webui\repositories\
- remove folder stable-diffusion-stability-ai
- use git bash in repositories\ - git clone https://github.com/Stability-AI/generative-models.git stable-diffusion-stability-ai
- run webui-user.bat
- https://github.com/AUTOMATIC1111/stable-diffusion-webui/discussions/17212
I think what needs to be done, is to change the url for the latest stable "fork" of the original repository, it looks like it went private
how to change url im new to this shi and am troubleshooting this entirely without any knowledge can you guide me how to change url to new one
how to change url im new to this shi and am troubleshooting this entirely without any knowledge can you guide me how to change url to new one
@ritz33 I believe you have read
- https://github.com/AUTOMATIC1111/stable-diffusion-webui/discussions/17212
what part are you having trouble understanding
if you have already figured out is there anything I can add to the post I made to make it more clearer