update diffusers
This commit is contained in:
parent
264f626e12
commit
8c68f5fd58
|
@ -5,7 +5,7 @@ cd .
|
||||||
python -m pip install --upgrade pip
|
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 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 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 pynvml==11.4.1
|
||||||
pip install bitsandbytes==0.35.0
|
pip install bitsandbytes==0.35.0
|
||||||
git clone https://github.com/DeXtmL/bitsandbytes-win-prebuilt tmp/bnb_cache
|
git clone https://github.com/DeXtmL/bitsandbytes-win-prebuilt tmp/bnb_cache
|
||||||
|
|
Loading…
Reference in New Issue