From e9873577f7e4d9e4248a153b3c00fa2cd958c9ba Mon Sep 17 00:00:00 2001 From: hodanov <1031hoda@gmail.com> Date: Fri, 19 Jul 2024 09:03:59 +0900 Subject: [PATCH] Update torch and xformers. --- app/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/requirements.txt b/app/requirements.txt index b07acef..3c8ff04 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,8 +1,8 @@ diffusers[torch]==0.29.2 accelerate -torch==2.3.0 +torch==2.3.1 transformers==4.42.4 -xformers==0.0.26.post1 +xformers==0.0.27 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.