Advertisement
zetlnd

Untitled

Mar 27th, 2023
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. venv "E:\P\Stable-Diffusion\stable-diffusion-webui\venv\Scripts\Python.exe"
  2. Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
  3. Commit hash: <none>
  4. Traceback (most recent call last):
  5. File "E:\P\Stable-Diffusion\stable-diffusion-webui\launch.py", line 294, in <module>
  6. prepare_environment()
  7. File "E:\P\Stable-Diffusion\stable-diffusion-webui\launch.py", line 237, in prepare_environment
  8. git_clone(stable_diffusion_repo, repo_dir('stable-diffusion-stability-ai'), "Stable Diffusion", stable_diffusion_commit_hash)
  9. File "E:\P\Stable-Diffusion\stable-diffusion-webui\launch.py", line 92, in git_clone
  10. current_hash = run(f'"{git}" -C {dir} rev-parse HEAD', None, f"Couldn't determine {name}'s hash: {commithash}").strip()
  11. File "E:\P\Stable-Diffusion\stable-diffusion-webui\launch.py", line 49, in run
  12. raise RuntimeError(message)
  13. RuntimeError: Couldn't determine Stable Diffusion's hash: 47b6b607fdd31875c9279cd2f4f16b92e4ea958e.
  14. Command: "git" -C repositories\stable-diffusion-stability-ai rev-parse HEAD
  15. Error code: 128
  16. stdout: <empty>
  17. stderr: fatal: detected dubious ownership in repository at 'E:/P/Stable-Diffusion/stable-diffusion-webui/repositories/stable-diffusion-stability-ai'
  18. 'E:/P/Stable-Diffusion/stable-diffusion-webui/repositories/stable-diffusion-stability-ai' is owned by:
  19. 'S-1-5-21-3394490402-926049177-563057733-1001'
  20. but the current user is:
  21. 'S-1-5-21-3690128725-3265162122-2927897893-1001'
  22. To add an exception for this directory, call:
  23.  
  24. git config --global --add safe.directory E:/P/Stable-Diffusion/stable-diffusion-webui/repositories/stable-diffusion-stability-ai
  25.  
  26.  
  27. Для продолжения нажмите любую клавишу . . .
  28.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement