-
Notifications
You must be signed in to change notification settings - Fork 27.6k
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
[Bug]: RuntimeError: Couldn't determine Stable Diffusion's hash #6450
Comments
Did you install by running |
I did run git clone, this error is still relevant even following this again. |
I meet the same problem now. Did you solve it? |
same problem
|
you not install stable-diffusion-webui conplete (i am chinese not good at english) you can redownload this again waiting like this |
[notice] A new release of pip available: 22.2.1 -> 23.0
|
git version is too low, upgrade to 2.x |
try this |
|
Install Miniconda Run Anaconda Prompt(miniconda3) by Administrators Run webui-user.bat(or .\webui-user.bat) |
@heycc This actually helped! Thank you! |
This was fixed in #12526 (and I believe a follow-up commit a bit later). Closing. |
When I use it,it says:
|
Is there an existing issue for this?
What happened?
venv "M:\stable-diffusion-webui\stable-diffusion-webui\venv\Scripts\Python.exe"
Python 3.10.8 (tags/v3.10.8:aaaf517, Oct 11 2022, 16:50:30) [MSC v.1933 64 bit (AMD64)]
Commit hash:
Traceback (most recent call last):
File "M:\stable-diffusion-webui\stable-diffusion-webui\launch.py", line 306, in
prepare_environment()
File "M:\stable-diffusion-webui\stable-diffusion-webui\launch.py", line 249, in prepare_environment
git_clone(stable_diffusion_repo, repo_dir('stable-diffusion-stability-ai'), "Stable Diffusion", stable_diffusion_commit_hash)
File "M:\stable-diffusion-webui\stable-diffusion-webui\launch.py", line 107, in git_clone
current_hash = run(f'"{git}" -C {dir} rev-parse HEAD', None, f"Couldn't determine {name}'s hash: {commithash}").strip()
File "M:\stable-diffusion-webui\stable-diffusion-webui\launch.py", line 64, in run
raise RuntimeError(message)
RuntimeError: Couldn't determine Stable Diffusion's hash: 47b6b60.
Command: "git" -C repositories\stable-diffusion-stability-ai rev-parse HEAD
Error code: 1
stdout: d55bcd4
Steps to reproduce the problem
What should have happened?
commit hash should exist?
Commit where the problem happens
What platforms do you use to access UI ?
Windows
What browsers do you use to access the UI ?
Google Chrome
Command Line Arguments
No response
Additional information, context and logs
No response
The text was updated successfully, but these errors were encountered: