CompVis / stable-diffusion

A latent text-to-image diffusion model
https://ommer-lab.com/research/latent-diffusion-models/
Other
66.54k stars 9.97k forks source link

Cannot install stable diffusion properly. #785

Open shortstackgoblingirls opened 10 months ago

shortstackgoblingirls commented 10 months ago

Hello. I am following this instruction https://stable-diffusion-art.com/install-windows/ in order to isntall this software. So far i completed all the tasks successfully. Firstly required v. of python, then git, then clone was successful too, then requested checkpoint in requested folder. But after launching gui-user.bat and waiting to the end i got this:

venv "G:\AUTOMATIC1111\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.5.1 Commit hash: Cloning Stable Diffusion into G:\AUTOMATIC1111\stable-diffusion-webui\repositories\stable-diffusion-stability-ai... '"git"' is not recognized as an internal or external command, operable program or batch file. Traceback (most recent call last): File "G:\AUTOMATIC1111\stable-diffusion-webui\launch.py", line 39, in main() File "G:\AUTOMATIC1111\stable-diffusion-webui\launch.py", line 30, in main prepare_environment() File "G:\AUTOMATIC1111\stable-diffusion-webui\modules\launch_utils.py", line 345, in prepare_environment git_clone(stable_diffusion_repo, repo_dir('stable-diffusion-stability-ai'), "Stable Diffusion", stable_diffusion_commit_hash) File "G:\AUTOMATIC1111\stable-diffusion-webui\modules\launch_utils.py", line 159, in git_clone run(f'"{git}" clone "{url}" "{dir}"', f"Cloning {name} into {dir}...", f"Couldn't clone {name}", live=True) File "G:\AUTOMATIC1111\stable-diffusion-webui\modules\launch_utils.py", line 113, in run raise RuntimeError("\n".join(error_bits)) RuntimeError: Couldn't clone Stable Diffusion. Command: "git" clone "https://github.com/Stability-AI/stablediffusion.git" "G:\AUTOMATIC1111\stable-diffusion-webui\repositories\stable-diffusion-stability-ai" Error code: 1 Press any key to continue . . .

So what is the issue i cannot comprehend?