From 1c09867b3e466cf0632228773e5eab6920426e7d Mon Sep 17 00:00:00 2001 From: Kohya S Date: Thu, 22 Jun 2023 08:38:44 +0900 Subject: [PATCH] update Diffusers, remove BLIP deps --- requirements.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 39056784..a6bc8de5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,10 @@ accelerate==0.19.0 transformers==4.29.2 -diffusers[torch]==0.16.1 +diffusers[torch]==0.17.1 ftfy==6.1.1 albumentations==1.3.0 opencv-python==4.7.0.68 einops==0.6.0 -diffusers[torch]==0.17.0 pytorch-lightning==1.9.0 bitsandbytes==0.35.0 tensorboard==2.10.1 @@ -17,9 +16,9 @@ toml==0.10.2 voluptuous==0.13.1 huggingface-hub==0.13.3 # for BLIP captioning -requests==2.28.2 -timm==0.6.12 -fairscale==0.4.13 +# requests==2.28.2 +# timm==0.6.12 +# fairscale==0.4.13 # for WD14 captioning # tensorflow==2.10.1 # for kohya_ss library