Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- stall script for stable-diffusion + Web UI
- Tested on Debian 11 (Bullseye)
- ################################################################
- ################################################################
- Running on semela user
- ################################################################
- ################################################################
- Repo already cloned, using it as install directory
- ################################################################
- ################################################################
- Create and activate python venv
- ################################################################
- ################################################################
- Launching launch.py...
- ################################################################
- Using TCMalloc: libtcmalloc_minimal.so.4
- Python 3.10.13 (main, Aug 28 2023, 00:00:00) [GCC 13.2.1 20230728 (Red Hat 13.2.1-1)]
- Version: v1.6.0
- Commit hash: 5ef669de080814067961f28357256e8fe27544f4
- Installing torch and torchvision
- /usr/bin/python3.10: No module named pip
- Traceback (most recent call last):
- File "/home/semela/stable_diffusion/stable-diffusion-webui/launch.py", line 48, in <module>
- main()
- File "/home/semela/stable_diffusion/stable-diffusion-webui/launch.py", line 39, in main
- prepare_environment()
- File "/home/semela/stable_diffusion/stable-diffusion-webui/modules/launch_utils.py", line 352, in prepare_environment
- run(f'"{python}" -m {torch_command}', "Installing torch and torchvision", "Couldn't install torch", live=True)
- File "/home/semela/stable_diffusion/stable-diffusion-webui/modules/launch_utils.py", line 115, in run
- raise RuntimeError("\n".join(error_bits))
- RuntimeError: Couldn't install torch.
- 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
- Error code: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement