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
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
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