Trying to install but running into an error when opening in browser #17270
Unanswered
ForgottenLogic
asked this question in
Q&A
Replies: 1 comment
-
|
The repo mentioned in your console log was removed by Stability in Dec 2025. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Im attempting to download Stable Diffusion but running into an error whenever I follow the final step on the guide. I can really use some help, ive spent the last few hours trying to figure it out, but I cant find out why it wont work. I have a NVIDIA GeForce RTX 4050 Laptop GPU. Ill list the steps I took below:
During the installation process for these, a lot of information flashed across the screen as it downloaded. I am unfamiliar with these advanced setting with computers. However, I am taking my first steps into my first digital novel, and want to use the AI Generation system to complete it. Any help would be greatly appreciated!!!
After uninstalling and reinstalling following a different guide, ive gotten to the same point again. Ive found that when i click on webui-user (windows batch file), itll tell me theirs an error in the code that pops up on screen. It says
venv "C:\AI\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: 82a973c
Cloning Stable Diffusion into C:\AI\stable-diffusion-webui\repositories\stable-diffusion-stability-ai...
Cloning into 'C:\AI\stable-diffusion-webui\repositories\stable-diffusion-stability-ai'...
then it automatically opens git credential manager and ask me to login. I click to login with browser, it opens microsoft edge and says it either cant connect or itll say authentication succeeded and to return to application. but the command prompts on the black screen now says
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 "C:\AI\stable-diffusion-webui\launch.py", line 48, in
main()
File "C:\AI\stable-diffusion-webui\launch.py", line 39, in main
prepare_environment()
File "C:\AI\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 "C:\AI\stable-diffusion-webui\modules\launch_utils.py", line 192, in git_clone
run(f'"{git}" clone --config core.filemode=false "{url}" "{dir}"', f"Cloning {name} into {dir}...", f"Couldn't clone {name}", live=True)
File "C:\AI\stable-diffusion-webui\modules\launch_utils.py", line 116, in run
raise RuntimeError("\n".join(error_bits))
RuntimeError: Couldn't clone Stable Diffusion.
Command: "git" clone --config core.filemode=false "https://github.com/Stability-AI/stablediffusion.git" "C:\AI\stable-diffusion-webui\repositories\stable-diffusion-stability-ai"
Error code: 128
Press any key to continue . . .
And when i press a key it closes out. No progress. Hope this info helps out with any ideas as to what my problem is and how to resolve it.
Beta Was this translation helpful? Give feedback.
All reactions