upgrade transformers, accelerate, safetensors

This commit is contained in:
Lincoln Stein 2023-03-10 06:58:46 -05:00
parent 023db8ac41
commit acf955fc7b
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
__version__='2.3.1.post2' __version__='2.3.2'

View File

@ -28,7 +28,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Image Processing", "Topic :: Scientific/Engineering :: Image Processing",
] ]
dependencies = [ dependencies = [
"accelerate", "accelerate~=0.16",
"albumentations", "albumentations",
"click", "click",
"clip_anytorch", "clip_anytorch",
@ -63,7 +63,7 @@ dependencies = [
"pytorch-lightning==1.7.7", "pytorch-lightning==1.7.7",
"realesrgan", "realesrgan",
"requests==2.28.2", "requests==2.28.2",
"safetensors", "safetensors~=0.3.0",
"scikit-image>=0.19", "scikit-image>=0.19",
"send2trash", "send2trash",
"streamlit", "streamlit",
@ -73,7 +73,7 @@ dependencies = [
"torch>=1.13.1", "torch>=1.13.1",
"torchmetrics", "torchmetrics",
"torchvision>=0.14.1", "torchvision>=0.14.1",
"transformers~=4.25", "transformers~=4.26",
"windows-curses; sys_platform=='win32'", "windows-curses; sys_platform=='win32'",
] ]
description = "An implementation of Stable Diffusion which provides various new features and options to aid the image generation process" description = "An implementation of Stable Diffusion which provides various new features and options to aid the image generation process"