[Bug]:
Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
What happened?
WHEN I try to execute webui-user.bat this shows up
venv "D:\AI\stable-diffusion-webui\venv\Scripts\Python.exe"
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Commit hash: a9fed7c364061ae6efb37f797b6b522cb3cf7aa2
Installing torch and torchvision
D:\AI\stable-diffusion-webui\venv\Scripts\python.exe: No module named pip
Traceback (most recent call last):
File "D:\AI\stable-diffusion-webui\launch.py", line 380, in
I TRIED INSTALLING DIFFERENT PYTHON VERSIONS BUT NOT WORKING .. PLEASE HELP
Steps to reproduce the problem
WHEN I try to execute webui-user.bat this shows up
What should have happened?
IT SHOULD HAVE STATED INSTALLING STABLE DIFFUSION
Commit where the problem happens
venv "D:\AI\stable-diffusion-webui\venv\Scripts\Python.exe" Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)] Commit hash: a9fed7c364061ae6efb37f797b6b522cb3cf7aa2 Installing torch and torchvision D:\AI\stable-diffusion-webui\venv\Scripts\python.exe: No module named pip Traceback (most recent call last): File "D:\AI\stable-diffusion-webui\launch.py", line 380, in
What platforms do you use to access the UI ?
No response
What browsers do you use to access the UI ?
No response
Command Line Arguments
webui-user.bat
List of extensions
no
Console logs
.
Additional information
No response
D:\AI\stable-diffusion-webui\venv\Scripts\python.exe: No module named pip
this is the important line, somehow your python venv does not have pip installed, try manually installing it, or delete the venv and recreate it from scratch
Python 3.9.2 (default, Feb 28 2021, 17:03:44)
[GCC 10.2.1 20210110]
Commit hash: 22bcc7be428c94e9408f589966c2040187245d81
Installing torch and torchvision
Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/cu117
Collecting torch==1.13.1+cu117
Downloading https://download.pytorch.org/whl/cu117/torch-1.13.1%2Bcu117-cp39-cp39-linux_x86_64.whl (1801.8 MB)
|████████████████████████████████| 1801.8 MB 5.8 MB/s eta 0:00:01Killed
Traceback (most recent call last):
File "/home/tommy/stable-diffusion-webui/launch.py", line 355, in
Try it to install on chromebook / linux Can anybody help me ?
A chromebook likely won't have the GPU power to run this, it's recommended to have an NVidia GPU with >4GB of VRAM, AMD GPUs can also run it via Linux, but it's a bit more complicated. If your chromebook does have an NVidia GPU with >4GB of VRAM, you would also need a newer version of Python. See https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Dependencies
Closing as stale.