You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To create a public link, set share=True in launch().
*** Failed reading extension data from Git repository (asymmetric-tiling-sd-webui)
Traceback (most recent call last):
File "K:\StableDiffusion\sdwebui\modules\extensions.py", line 63, in do_read_info_from_repo
commit = repo.head.commit
File "K:\StableDiffusion\sdwebui\py310\lib\site-packages\git\refs\symbolic.py", line 226, in _get_commit
obj = self._get_object()
File "K:\StableDiffusion\sdwebui\py310\lib\site-packages\git\refs\symbolic.py", line 219, in _get_object
return Object.new_from_sha(self.repo, hex_to_bin(self.dereference_recursive(self.repo, self.path)))
File "K:\StableDiffusion\sdwebui\py310\lib\site-packages\git\objects\base.py", line 94, in new_from_sha
oinfo = repo.odb.info(sha1)
File "K:\StableDiffusion\sdwebui\py310\lib\site-packages\git\db.py", line 40, in info
hexsha, typename, size = self._git.get_object_header(bin_to_hex(binsha))
File "K:\StableDiffusion\sdwebui\modules\gitpython_hack.py", line 18, in get_object_header
ret = subprocess.check_output(
File "subprocess.py", line 421, in check_output
File "subprocess.py", line 505, in run
File "subprocess.py", line 1154, in communicate
File "subprocess.py", line 1546, in _communicate
subprocess.TimeoutExpired: Command '['git', 'cat-file', '--batch-check']' timed out after 2 seconds
The text was updated successfully, but these errors were encountered:
To create a public link, set
share=True
inlaunch()
.*** Failed reading extension data from Git repository (asymmetric-tiling-sd-webui)
Traceback (most recent call last):
File "K:\StableDiffusion\sdwebui\modules\extensions.py", line 63, in do_read_info_from_repo
commit = repo.head.commit
File "K:\StableDiffusion\sdwebui\py310\lib\site-packages\git\refs\symbolic.py", line 226, in _get_commit
obj = self._get_object()
File "K:\StableDiffusion\sdwebui\py310\lib\site-packages\git\refs\symbolic.py", line 219, in _get_object
return Object.new_from_sha(self.repo, hex_to_bin(self.dereference_recursive(self.repo, self.path)))
File "K:\StableDiffusion\sdwebui\py310\lib\site-packages\git\objects\base.py", line 94, in new_from_sha
oinfo = repo.odb.info(sha1)
File "K:\StableDiffusion\sdwebui\py310\lib\site-packages\git\db.py", line 40, in info
hexsha, typename, size = self._git.get_object_header(bin_to_hex(binsha))
File "K:\StableDiffusion\sdwebui\modules\gitpython_hack.py", line 18, in get_object_header
ret = subprocess.check_output(
File "subprocess.py", line 421, in check_output
File "subprocess.py", line 505, in run
File "subprocess.py", line 1154, in communicate
File "subprocess.py", line 1546, in _communicate
subprocess.TimeoutExpired: Command '['git', 'cat-file', '--batch-check']' timed out after 2 seconds
The text was updated successfully, but these errors were encountered: