Innovations & Integrations (Community of Practice)

Wednesday 17 January 2024

user.bat setup & Model Savings and Updates

User.bat:

set PYTHON=C:\Users\username\anaconda3\envs\py3106\python.exe
set GIT=C:\Program Files\Git\cmd\git.exe ; 
set VENV_DIR=C:\Users\username\anaconda3\envs\py3106
set COMMANDLINE_ARGS=--xformers --autolaunch --medvram

Models I downloaded:

Updates
  • Location saved: C:\Users\username\stable-diffusion-webui\models\Stable-diffusion
  • Updated Python to 3.10.11 (conda install Python==3.10.11) for PyTorch compatibility issue.
  • Updated PyTorch: pip install torch==2.1.2+cu121 -f https://download.pytorch.org/whl/torch_stable.html
  • Updated xformers, pip install xformers -U
Styles:
YouTube

No comments:

Post a Comment