Merge branch 'main' into dev/rm_legacy_deps

This commit is contained in:
Lincoln Stein 2023-03-05 11:50:53 -05:00 committed by GitHub
commit 4d1dcd11de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,13 +34,13 @@ classifiers = [
'Topic :: Scientific/Engineering :: Image Processing',
]
dependencies = [
"accelerate",
"accelerate~=0.16",
"albumentations",
"click",
"clip_anytorch", # replacing "clip @ https://github.com/openai/CLIP/archive/eaa22acb90a5876642d0507623e859909230a52d.zip",
"compel==0.1.7",
"datasets",
"diffusers[torch]~=0.13",
"diffusers[torch]~=0.14",
"dnspython==2.2.1",
"einops",
"eventlet",
@ -66,13 +66,14 @@ dependencies = [
"realesrgan",
"requests==2.28.2",
"rich~=13.3",
"safetensors",
"safetensors~=0.3.0",
"scikit-image>=0.19",
"send2trash",
"test-tube>=0.7.5",
"torch>=1.13.1",
"torchvision>=0.14.1",
"transformers~=4.25",
"torchmetrics",
"transformers~=4.26",
"uvicorn[standard]==0.20.0",
"windows-curses; sys_platform=='win32'",
]