Advertisement
Guest User

Untitled

a guest
Oct 26th, 2023
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. stall script for stable-diffusion + Web UI
  2. Tested on Debian 11 (Bullseye)
  3. ################################################################
  4.  
  5. ################################################################
  6. Running on semela user
  7. ################################################################
  8.  
  9. ################################################################
  10. Repo already cloned, using it as install directory
  11. ################################################################
  12.  
  13. ################################################################
  14. Create and activate python venv
  15. ################################################################
  16.  
  17. ################################################################
  18. Launching launch.py...
  19. ################################################################
  20. Using TCMalloc: libtcmalloc_minimal.so.4
  21. Python 3.10.13 (main, Aug 28 2023, 00:00:00) [GCC 13.2.1 20230728 (Red Hat 13.2.1-1)]
  22. Version: v1.6.0
  23. Commit hash: 5ef669de080814067961f28357256e8fe27544f4
  24. Installing torch and torchvision
  25. /usr/bin/python3.10: No module named pip
  26. Traceback (most recent call last):
  27. File "/home/semela/stable_diffusion/stable-diffusion-webui/launch.py", line 48, in <module>
  28. main()
  29. File "/home/semela/stable_diffusion/stable-diffusion-webui/launch.py", line 39, in main
  30. prepare_environment()
  31. File "/home/semela/stable_diffusion/stable-diffusion-webui/modules/launch_utils.py", line 352, in prepare_environment
  32. run(f'"{python}" -m {torch_command}', "Installing torch and torchvision", "Couldn't install torch", live=True)
  33. File "/home/semela/stable_diffusion/stable-diffusion-webui/modules/launch_utils.py", line 115, in run
  34. raise RuntimeError("\n".join(error_bits))
  35. RuntimeError: Couldn't install torch.
  36. Command: "/usr/bin/python3.10" -m pip install torch==2.0.1 torchvision==0.15.2 --extra-index-url https://download.pytorch.org/whl/cu118
  37. Error code: 1
  38.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement