From d2078d4dde76263f991ff44f3e36e43d37851bd7 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Mon, 21 Aug 2023 19:17:30 +0530 Subject: [PATCH] sdkit 1.0.180 - auto-download the tile controlnet if necessary, by fixing the id in the models db --- scripts/check_modules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check_modules.py b/scripts/check_modules.py index 2db17aa6..2754443e 100644 --- a/scripts/check_modules.py +++ b/scripts/check_modules.py @@ -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.179", + "sdkit": "1.0.180", "stable-diffusion-sdkit": "2.1.4", "rich": "12.6.0", "uvicorn": "0.19.0",