From 52f380ae0e1cbec27d52a7dd36d108afe80482a4 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Mon, 27 May 2024 19:45:46 -0400 Subject: [PATCH] update requirements --- installer.py | 5 +---- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/installer.py b/installer.py index e46da0fd3..bcda7c28f 100644 --- a/installer.py +++ b/installer.py @@ -404,10 +404,7 @@ def check_python(): def check_diffusers(): if args.experimental or args.skip_git: return - if args.use_zluda: - install('diffusers', 'diffusers==0.27.2') - else: - install('diffusers', 'diffusers==0.28.0') + # noop for now, can be used to force specific version based on conditions # check onnx version diff --git a/requirements.txt b/requirements.txt index df1730d17..00a6cb300 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,10 +34,10 @@ pymatting orjson invisible-watermark pi-heif -diffusers +diffusers==0.28.0 safetensors==0.4.3 tensordict==0.1.2 -peft==0.11.1 +peft==0.10.0 httpx==0.24.1 compel==2.0.2 torchsde==0.2.6