From 5d82ce665cbd8599e8a30ce1038d18cd5d60c095 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Thu, 17 Aug 2023 15:27:48 +0530 Subject: [PATCH] sdkit 1.0.175 - Automatically check for SDXL and use the correct yaml file --- 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 df752a02..b3a28a76 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.174", + "sdkit": "1.0.175", "stable-diffusion-sdkit": "2.1.4", "rich": "12.6.0", "uvicorn": "0.19.0",