From a75baf91438d5013735589cb56c573120e0f745a Mon Sep 17 00:00:00 2001 From: Kohya S Date: Fri, 10 Feb 2023 17:37:19 +0900 Subject: [PATCH] Add strict version no --- requirements.txt | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/requirements.txt b/requirements.txt index 709a8342..a8f6b849 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,23 +1,24 @@ accelerate==0.15.0 transformers==4.26.0 -ftfy -albumentations -opencv-python -einops +ftfy==6.1.1 +albumentations==1.3.0 +opencv-python==4.7.0.68 +einops==0.6.0 diffusers[torch]==0.10.2 -pytorch_lightning +pytorch-lightning==1.9.0 bitsandbytes==0.35.0 -tensorboard +tensorboard==2.10.1 safetensors==0.2.6 -gradio -altair -easygui +gradio==3.16.2 +altair==4.2.2 +easygui==0.98.3 # for BLIP captioning -requests -timm==0.4.12 -fairscale==0.4.4 +requests==2.28.2 +timm==0.6.12 +fairscale==0.4.13 # for WD14 captioning -tensorflow<2.11 -huggingface-hub +# tensorflow<2.11 +tensorflow==2.10.1 +huggingface-hub==0.12.0 # for kohya_ss library -. \ No newline at end of file +.