Update torch and xformers.

This commit is contained in:
hodanov 2024-07-19 09:03:59 +09:00
parent bb5e53397c
commit e9873577f7

View File

@ -1,8 +1,8 @@
diffusers[torch]==0.29.2 diffusers[torch]==0.29.2
accelerate accelerate
torch==2.3.0 torch==2.3.1
transformers==4.42.4 transformers==4.42.4
xformers==0.0.26.post1 xformers==0.0.27
invisible_watermark # To help viewers identify the images as machine-generated. invisible_watermark # To help viewers identify the images as machine-generated.
onnxruntime==1.18.1 # ONNX Runtime uses the following optimizations to speed up Stable Diffusion in CUDA. onnxruntime==1.18.1 # ONNX Runtime uses the following optimizations to speed up Stable Diffusion in CUDA.