>>41788394>Then ive just>"pip install -r requirements_versions.txt" inside the webui folder from console.>Does that install all the python to system and not into a venv?Python itself was always installed for the rest of your system. What the venv does is let webui install all of the other stuff that it needs into its own little sandbox
the venv, "virtual environment".Running "pip install -r requirements_versions.txt" directly from a command line without first running venv\Scripts\activate.bat
or .\venv\Scripts\activate.ps1 for powershell.exe or pwsh.exe did in fact install all the requirements that webui uses systemwide, which is why you "already have" torch, numpy, and safetensors when you're not using the venv.
looks like webui's default venv behavior was sloppy anyways, it copied all of my previously installed python stuff instead of starting with a clean venv...the blue one on the left is the one I set up to use prune.py - note torch 1.13.1 - the one in the black window on the left is the venv webui made for itself. sure hope it finds yt-dlp useful, kekoh, I almost forgot my point
I pruned the original HoloCreamsicle, with no additional arguments passed, the same way you did
https://pixeldrain com/u/xXVUyhV8
if it is in fact identical, I will be pruning all the stuff I put on huggingface and changing the colab notebook to load them instead.