[Artix] [py310] Setting up VEnv�s for a legacy Python required by SDXL WebUI
by hd_scania from LinuxQuestions.org on (#6FD0S)
My system's python is the most recent 3.12.x
But SDiff XL WebUI requires Python 3.10.x which is a legacy Python for my system
Are there guides to set up a virt env for such a legacy Python?
With my SDiff XL WebUI's webui-user.sh written as below,
Code:export GIT=git
export COMMANDLINE_ARGS='--use-cpu all --precision full --upcast-sampling --no-half --medvram --disable-nan-check --xformers --enable-insecure-extension-access'
export TORCH_COMMAND='pip3 install torch torchvision --extra-index-url https://download.pytorch.org/whl/nightly/rocm5.7'
export ACCELERATE=True
export NO_TCMALLOC=True
export LAUNCH_SCRIPT=launch.py
clone_dir=WebUI
install_dir=/opt/local/.A/SDXL
python_cmd=./py310/install-sh
venv_dir=./py310/Lib/venv/scripts/common/activateCode:################################################################
Install script for stable-diffusion + Web UI
Tested on Debian 11 (Bullseye)
################################################################
################################################################
Running on hd_scania user
################################################################
################################################################
Experimental support for Renoir: make sure to have at least 4GB of VRAM and 10GB of RAM or enable cpu mode: --use-cpu all --no-half
################################################################
################################################################
ERROR: python3-venv is not installed, aborting...
################################################################
But SDiff XL WebUI requires Python 3.10.x which is a legacy Python for my system
Are there guides to set up a virt env for such a legacy Python?
With my SDiff XL WebUI's webui-user.sh written as below,
Code:export GIT=git
export COMMANDLINE_ARGS='--use-cpu all --precision full --upcast-sampling --no-half --medvram --disable-nan-check --xformers --enable-insecure-extension-access'
export TORCH_COMMAND='pip3 install torch torchvision --extra-index-url https://download.pytorch.org/whl/nightly/rocm5.7'
export ACCELERATE=True
export NO_TCMALLOC=True
export LAUNCH_SCRIPT=launch.py
clone_dir=WebUI
install_dir=/opt/local/.A/SDXL
python_cmd=./py310/install-sh
venv_dir=./py310/Lib/venv/scripts/common/activateCode:################################################################
Install script for stable-diffusion + Web UI
Tested on Debian 11 (Bullseye)
################################################################
################################################################
Running on hd_scania user
################################################################
################################################################
Experimental support for Renoir: make sure to have at least 4GB of VRAM and 10GB of RAM or enable cpu mode: --use-cpu all --no-half
################################################################
################################################################
ERROR: python3-venv is not installed, aborting...
################################################################