stable-diffusion-webui
stable-diffusion-webui copied to clipboard
[Bug]: stderr: fatal: reference is not a tree: 24268930bf1dce879235a7fddd0b2355b84d7ea6
Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
What happened?
Use --skip-python-version-check to suppress this warning.
Python 3.9.7 (default, Sep 16 2021, 16:59:28) [MSC v.1916 64 bit (AMD64)]
Commit hash: 0cc0ee1bcb4c24a8c9715f66cede06601bfc00c8
Fetching updates for Taming Transformers...
Checking out commit for Taming Transformers with hash: 24268930bf1dce879235a7fddd0b2355b84d7ea6...
Traceback (most recent call last):
File "D:\ai\stable-diffusion-webui\launch.py", line 360, in
Steps to reproduce the problem
run webui-user.bat on windows10
What should have happened?
install sucess
Commit where the problem happens
24268930bf1dce879235a7fddd0b2355b84d7ea6
What platforms do you use to access the UI ?
No response
What browsers do you use to access the UI ?
No response
Command Line Arguments
run webui-user.bat on windows10
List of extensions
run webui-user.bat on windows10
Console logs
run webui-user.bat on windows10
Additional information
run webui-user.bat on windows10
just clone repo to local to fix it
the specific repo path?
https://github.com/CompVis/taming-transformers.git
if you delete the taming transformers folder from sd.webui\webui\repositories, then it will attempt to clone the repo again. I got this error when interrupting the clone process.