Web UI won't launch
#10523
Replies: 1 comment 1 reply
-
Try deleting the taming-transformers folder. The next time you run webui-user.bat it will clone the repository again and reset everything in it. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
when trying to launch it i get the following:
venv "C:\Users\GHAIT\OneDrive\Desktop\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.2.1
Commit hash: 89f9faa
Fetching updates for Taming Transformers...
Checking out commit for Taming Transformers with hash: 24268930bf1dce879235a7fddd0b2355b84d7ea6...
Traceback (most recent call last):
File "C:\Users\GHAIT\OneDrive\Desktop\stable-diffusion-webui\launch.py", line 369, in
prepare_environment()
File "C:\Users\GHAIT\OneDrive\Desktop\stable-diffusion-webui\launch.py", line 303, in prepare_environment
git_clone(taming_transformers_repo, repo_dir('taming-transformers'), "Taming Transformers", taming_transformers_commit_hash)
File "C:\Users\GHAIT\OneDrive\Desktop\stable-diffusion-webui\launch.py", line 162, in git_clone
run(f'"{git}" -C "{dir}" checkout {commithash}', f"Checking out commit for {name} with hash: {commithash}...", f"Couldn't checkout commit {commithash} for {name}")
File "C:\Users\GHAIT\OneDrive\Desktop\stable-diffusion-webui\launch.py", line 111, in run
raise RuntimeError(message)
RuntimeError: Couldn't checkout commit 24268930bf1dce879235a7fddd0b2355b84d7ea6 for Taming Transformers.
Command: "git" -C "C:\Users\GHAIT\OneDrive\Desktop\stable-diffusion-webui\repositories\taming-transformers" checkout 24268930bf1dce879235a7fddd0b2355b84d7ea6
Error code: 128
stdout:
stderr: fatal: reference is not a tree: 24268930bf1dce879235a7fddd0b2355b84d7ea6
I have intel 9700K and nvidia RTX 2080 Super
Beta Was this translation helpful? Give feedback.
All reactions