how to fix this ? #16550
ApexArtist
started this conversation in
General
how to fix this ?
#16550
Replies: 1 comment
-
did you install check |
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.
-
Cloning assets into G:\AI\Stable Diffusion\stable-diffusion-webui\repositories\stable-diffusion-webui-assets...
'" (path to your Git installation, if needed)"' is not recognized as an internal or external command,
operable program or batch file.
Traceback (most recent call last):
File "G:\AI\Stable Diffusion\stable-diffusion-webui\launch.py", line 48, in
main()
File "G:\AI\Stable Diffusion\stable-diffusion-webui\launch.py", line 39, in main
prepare_environment()
File "G:\AI\Stable Diffusion\stable-diffusion-webui\modules\launch_utils.py", line 411, in prepare_environment
git_clone(assets_repo, repo_dir('stable-diffusion-webui-assets'), "assets", assets_commit_hash)
File "G:\AI\Stable Diffusion\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 "G:\AI\Stable Diffusion\stable-diffusion-webui\modules\launch_utils.py", line 116, in run
raise RuntimeError("\n".join(error_bits))
RuntimeError: Couldn't clone assets.
Command: " (path to your Git installation, if needed)" clone --config core.filemode=false "https://github.com/AUTOMATIC1111/stable-diffusion-webui-assets.git" "G:\AI\Stable Diffusion\stable-diffusion-webui\repositories\stable-diffusion-webui-assets"
Error code: 1
Press any key to continue . . .
Beta Was this translation helpful? Give feedback.
All reactions