Replies: 1 comment 2 replies
-
Saw this as I was having the same issue, don't know if you solved it since it's two months back. If you didn't go to this site: https://git-scm.com/ It's what worked for me, after just trying everything and anything possible. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm very new to this process so forgive my ignorance. This is all i get after running the "webui-user.bat"
venv "C:\Users\Sezh\Documents\STABLERDIFF\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: 1.8.0-RC
Commit hash:
Cloning assets into C:\Users\Sezh\Documents\STABLERDIFF\stable-diffusion-webui\repositories\stable-diffusion-webui-assets...
'" "' is not recognized as an internal or external command,
operable program or batch file.
Traceback (most recent call last):
File "C:\Users\Sezh\Documents\STABLERDIFF\stable-diffusion-webui\launch.py", line 48, in
main()
File "C:\Users\Sezh\Documents\STABLERDIFF\stable-diffusion-webui\launch.py", line 39, in main
prepare_environment()
File "C:\Users\Sezh\Documents\STABLERDIFF\stable-diffusion-webui\modules\launch_utils.py", line 410, in prepare_environment
git_clone(assets_repo, repo_dir('stable-diffusion-webui-assets'), "assets", assets_commit_hash)
File "C:\Users\Sezh\Documents\STABLERDIFF\stable-diffusion-webui\modules\launch_utils.py", line 191, 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 "C:\Users\Sezh\Documents\STABLERDIFF\stable-diffusion-webui\modules\launch_utils.py", line 115, in run
raise RuntimeError("\n".join(error_bits))
RuntimeError: Couldn't clone assets.
Command: " " clone --config core.filemode=false "https://github.com/AUTOMATIC1111/stable-diffusion-webui-assets.git" "C:\Users\Sezh\Documents\STABLERDIFF\stable-diffusion-webui\repositories\stable-diffusion-webui-assets"
Error code: 1
Press any key to continue . . .
It seems to have a cloning issue i think, but i've troubleshot all i know how to.. Any help would be greatly appreciated. I'm 6 hours into this process and can't even get it installed lol.
Beta Was this translation helpful? Give feedback.
All reactions