Replies: 1 comment
-
The torch/torchvision and other dependencies are installed in the virtual environment "venv", as shown in the first line of these cmd messages. The location of the installation, as shown, is at D drive. So basically it will not consume your C drive. The consumption you see is probably an effect of downloading the installation files into temporary directory in C drive, which will be cleared after installation, but I am not really sure. What I can confirm though, is that if you are following the installation instruction in the wiki, in your current situation, there's nothing wrong, and all the files and dependencies should be eventually installed in the venv in your D drive. Also, AFAIK, python 3.10.7 doesn't mess up with the webui, because I am using it now. The reason the bat complains it is not detecting python is that you didn't add python directory to the system PATH. You can solve this in two ways: add it to the PATH, or specify the directory in webui-user.bat. All this information you can find in wiki under Install and Run on NVidia GPUs and go to the troubleshooting link. Please check wiki first for troubleshooting stuff, and if you have further questions then ask in discussion. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
I am a total computer noob.
Had an old Python version from 2018. Deleted it with Revo Uninstaller.

Instruction says I need Python 3.10.6, but I accidentally downloaded 3.10.7 with link from instruction.
Then I downloaded git, and then used git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git. with git-bash.exe. Got stable-diffusion-webui folder and placed previously downloaded model.ckpt in models\stable-diffusion folder.
When I started webui-user.bat, it tolds me that it can't find Python. I deleted version 3.10.7 with Revo Uninstaller and tried to install version 3.10.6, but installation program told me that newer version exists on my computer. I didn't find any Python on my computer and then just downloaded Anaconda from this site https://conda.io/projects/conda/en/latest/user-guide/install/windows.html.
Then I used webui-user.bat again, and this happened
Then memory of disc C began to decrease rapidly (anaconda installed on disc D). Disc C on my computer is only for windows, and there is only about 5 GB of free space, so I decied to stop it, before I break my computer.
So, question is, does this "isnatling torch and torchvision'' normal? And if not (I think that not), what should I do?
Sorry for my english.
Beta Was this translation helpful? Give feedback.
All reactions