sdkit 1.0.134 - don't prevent a lycoris from loading, use it partially, and warn the user in the logs

This commit is contained in:
cmdr2 2023-07-17 23:30:36 +05:30
parent 4832c67167
commit ca59866d52

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.133",
"sdkit": "1.0.134",
"stable-diffusion-sdkit": "2.1.4",
"rich": "12.6.0",
"uvicorn": "0.19.0",