diff --git a/windows_setup.cmd b/windows_setup.cmd index 04a1a9a..4e8b2d9 100644 --- a/windows_setup.cmd +++ b/windows_setup.cmd @@ -5,7 +5,7 @@ cd . python -m pip install --upgrade pip pip install torch==1.12.1+cu116 torchvision==0.13.1+cu116 --extra-index-url "https://download.pytorch.org/whl/cu116" pip install transformers==4.25.1 -pip install diffusers[torch]==0.10.2 +pip install diffusers[torch]==0.13.0 pip install pynvml==11.4.1 pip install bitsandbytes==0.35.0 git clone https://github.com/DeXtmL/bitsandbytes-win-prebuilt tmp/bnb_cache @@ -30,4 +30,4 @@ echo Something blew up. Make sure Pyton 3.10.x is installed and in your PATH. :eof ECHO done -pause \ No newline at end of file +pause