Advertisement
zetlnd

Untitled

Nov 16th, 2022 (edited)
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. Creating venv in directory venv using python "C:\Users\user\AppData\Local\Programs\Python\Python39\python.exe"
  2. venv "E:\D\T\novelaileak\stable-diffusion-webui-master\venv\Scripts\Python.exe"
  3. Python 3.9.0 (tags/v3.9.0:9cf6752, Oct 5 2020, 15:34:40) [MSC v.1927 64 bit (AMD64)]
  4. Commit hash: <none>
  5. Installing torch and torchvision
  6. Installing gfpgan
  7. Traceback (most recent call last):
  8. File "E:\D\T\novelaileak\stable-diffusion-webui-master\launch.py", line 255, in <module>
  9. prepare_enviroment()
  10. File "E:\D\T\novelaileak\stable-diffusion-webui-master\launch.py", line 179, in prepare_enviroment
  11. run_pip(f"install {gfpgan_package}", "gfpgan")
  12. File "E:\D\T\novelaileak\stable-diffusion-webui-master\launch.py", line 63, in run_pip
  13. return run(f'"{python}" -m pip {args} --prefer-binary{index_url_line}', desc=f"Installing {desc}", errdesc=f"Couldn't install {desc}")
  14. File "E:\D\T\novelaileak\stable-diffusion-webui-master\launch.py", line 34, in run
  15. raise RuntimeError(message)
  16. RuntimeError: Couldn't install gfpgan.
  17. Command: "E:\D\T\novelaileak\stable-diffusion-webui-master\venv\Scripts\python.exe" -m pip install git+https://github.com/TencentARC/GFPGAN.git@8d2447a2d918f8eba5a4a01463fd48e45126a379 --prefer-binary
  18. Error code: 1
  19. stdout: Collecting git+https://github.com/TencentARC/GFPGAN.git@8d2447a2d918f8eba5a4a01463fd48e45126a379
  20. Cloning https://github.com/TencentARC/GFPGAN.git (to revision 8d2447a2d918f8eba5a4a01463fd48e45126a379) to c:\users\user\appdata\local\temp\pip-req-build-0llqcba2
  21.  
  22. stderr: ERROR: Error [WinError 2] while executing command git clone -q https://github.com/TencentARC/GFPGAN.git 'C:\Users\user\AppData\Local\Temp\pip-req-build-0llqcba2'
  23. ERROR: Cannot find command 'git' - do you have 'git' installed and in your PATH?
  24. WARNING: You are using pip version 20.2.3; however, version 22.3.1 is available.
  25. You should consider upgrading via the 'E:\D\T\novelaileak\stable-diffusion-webui-master\venv\Scripts\python.exe -m pip install --upgrade pip' command.
  26.  
  27.  
  28. Для продолжения нажмите любую клавишу . . .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement