From 729352c59513779ab809f902751c2370b7b0d450 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 04:24:58 +0000 Subject: [PATCH 1/2] Bump torch from 2.2.2 to 2.3.0 in /app Bumps [torch](https://github.com/pytorch/pytorch) from 2.2.2 to 2.3.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.2.2...v2.3.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 9421897..51cdfc8 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,6 +1,6 @@ diffusers[torch]==0.27.2 accelerate -torch==2.2.2 +torch==2.3.0 transformers==4.40.1 xformers==0.0.25.post1 From 1f9daee5705f9d7fe26467345e21917c1813bce9 Mon Sep 17 00:00:00 2001 From: hodanov <1031hoda@gmail.com> Date: Thu, 2 May 2024 23:04:45 +0900 Subject: [PATCH 2/2] Update requirements.txt --- app/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/requirements.txt b/app/requirements.txt index 51cdfc8..abe46f5 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -2,7 +2,7 @@ diffusers[torch]==0.27.2 accelerate torch==2.3.0 transformers==4.40.1 -xformers==0.0.25.post1 +xformers==0.0.26.post1 invisible_watermark # To help viewers identify the images as machine-generated. onnxruntime==1.17.3 # ONNX Runtime uses the following optimizations to speed up Stable Diffusion in CUDA. @@ -12,4 +12,4 @@ controlnet_aux Pillow pillow-avif-plugin # To save images in AVIF format. pyyaml # To read the configuration file by written YAML. -peft \ No newline at end of file +peft