Update torch to 2.6.0 and xformers to 0.0.29.post2.

This commit is contained in:
hodanov 2025-02-04 10:36:26 +09:00
parent ee572e1f3a
commit 6fe40bd480

View File

@ -1,8 +1,8 @@
diffusers[torch]==0.32.2 diffusers[torch]==0.32.2
accelerate accelerate
torch==2.4.1 torch==2.6.0
transformers==4.48.1 transformers==4.48.1
xformers==0.0.28.post1 xformers==0.0.29.post2
invisible_watermark # To help viewers identify the images as machine-generated. invisible_watermark # To help viewers identify the images as machine-generated.
safetensors==0.5.0 # To store tensors safely. safetensors==0.5.0 # To store tensors safely.