sdkit 1.0.176 - resize control images to the task dimensions, to avoid memory errors with high-res control images

This commit is contained in:
cmdr2
2023-08-18 18:43:23 +05:30
parent 7f878f365b
commit ab4d34e509
2 changed files with 5 additions and 1 deletions

View File

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