sdkit 1.0.179 - tile controlnet

This commit is contained in:
cmdr2 2023-08-21 14:29:54 +05:30
parent 29ec8291ad
commit 41d4ad2096
2 changed files with 2 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.178",
"sdkit": "1.0.179",
"stable-diffusion-sdkit": "2.1.4",
"rich": "12.6.0",
"uvicorn": "0.19.0",

View File

@ -312,6 +312,7 @@ def getModels(scan_for_malicious: bool = True):
{"control_v11p_sd15_mlsd": "Straight Lines"},
{"control_v11p_sd15_seg": "Segment"},
{"control_v11e_sd15_shuffle": "Shuffle"},
{"control_v11f1e_sd15_tile.pth": "Tile"},
],
},
}