最强 AI 绘画工具——Stable Diffusion超详细教程

这里卡住,但是怎么跟大家的问题不一样[大哭]
venv "piah\Scripts\Python.exe"
Python 3.10.7 (tags/v3.10.7:6cc6b13, Sep 5 2022, 14:08:36) [MSC v.1933 64 bit (AMD64)]
Commit hash: <none>
Traceback (most recent call last):
File "E:\AI\stable-diffusion-webui\launch.py", line 360, in <module>
prepare_environment()
File "E:\AI\stable-diffusion-webui\launch.py", line 300, in prepare_environment
git_clone(stable_diffusion_repo, repo_dir('stable-diffusion-stability-ai'), "Stable Diffusion", stable_diffusion_commit_hash)
File "E:\AI\stable-diffusion-webui\launch.py", line 151, in git_clone
current_hash = run(f'"{git}" -C "{dir}" rev-parse HEAD', None, f"Couldn't determine {name}'s hash: {commithash}").strip()
File "E:\AI\stable-diffusion-webui\launch.py", line 105, in run
raise RuntimeError(message)
RuntimeError: Couldn't determine Stable Diffusion's hash: 47b6b607fdd31875c9279cd2f4f16b92e4ea958e.
Command: "git" -C "repositories\stable-diffusion-stability-ai" rev-parse HEAD
Error code: 128
stdout: <empty>
stderr: fatal: detected dubious ownership in repository at 'E:/AI/stable-diffusion-webui/repositories/stable-diffusion-stability-ai'
'E:/AI/stable-diffusion-webui/repositories/stable-diffusion-stability-ai' is on a file system that doesnot record ownership
To add an exception for this directory, call:
git config --global --add safe.directory E:/AI/stable-diffusion-webui/repositories/stable-diffusion-stability-ai