From 72c7288963fb99e0c2b108fc339cf900c69a6e67 Mon Sep 17 00:00:00 2001 From: hodanov <1031hoda@gmail.com> Date: Tue, 30 Jul 2024 22:26:30 +0900 Subject: [PATCH] Update torch, transformers and xformers. --- app/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/requirements.txt b/app/requirements.txt index 3c8ff04..50fa55f 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,8 +1,8 @@ diffusers[torch]==0.29.2 accelerate -torch==2.3.1 -transformers==4.42.4 -xformers==0.0.27 +torch==2.4.0 +transformers==4.43.3 +xformers==0.0.27.post2 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.