mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
upgrade transformers, accelerate, safetensors
This commit is contained in:
parent
023db8ac41
commit
acf955fc7b
@ -1 +1 @@
|
|||||||
__version__='2.3.1.post2'
|
__version__='2.3.2'
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user