mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
upgrade transformers, accelerate, safetensors
This commit is contained in:
@@ -1 +1 @@
|
||||
__version__='2.3.1.post2'
|
||||
__version__='2.3.2'
|
||||
|
||||
@@ -28,7 +28,7 @@ classifiers = [
|
||||
"Topic :: Scientific/Engineering :: Image Processing",
|
||||
]
|
||||
dependencies = [
|
||||
"accelerate",
|
||||
"accelerate~=0.16",
|
||||
"albumentations",
|
||||
"click",
|
||||
"clip_anytorch",
|
||||
@@ -63,7 +63,7 @@ dependencies = [
|
||||
"pytorch-lightning==1.7.7",
|
||||
"realesrgan",
|
||||
"requests==2.28.2",
|
||||
"safetensors",
|
||||
"safetensors~=0.3.0",
|
||||
"scikit-image>=0.19",
|
||||
"send2trash",
|
||||
"streamlit",
|
||||
@@ -73,7 +73,7 @@ dependencies = [
|
||||
"torch>=1.13.1",
|
||||
"torchmetrics",
|
||||
"torchvision>=0.14.1",
|
||||
"transformers~=4.25",
|
||||
"transformers~=4.26",
|
||||
"windows-curses; sys_platform=='win32'",
|
||||
]
|
||||
description = "An implementation of Stable Diffusion which provides various new features and options to aid the image generation process"
|
||||
|
||||
Reference in New Issue
Block a user