Merge pull request #1536 from easydiffusion/beta

Beta
This commit is contained in:
cmdr2 2023-08-30 14:58:24 +05:30 committed by GitHub
commit 105994d96d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ os_name = platform.system()
modules_to_check = {
"torch": ("1.11.0", "1.13.1", "2.0.0", "2.0.1"),
"torchvision": ("0.12.0", "0.14.1", "0.15.1", "0.15.2"),
"sdkit": "2.0.4",
"sdkit": "2.0.5",
"stable-diffusion-sdkit": "2.1.4",
"rich": "12.6.0",
"uvicorn": "0.19.0",