Download known controlnet models if selected; Auto-pick the recommended controlnet model when a filter is selected

This commit is contained in:
cmdr2
2023-08-01 17:39:04 +05:30
parent eba7bab15e
commit ae34c9e84b
4 changed files with 59 additions and 7 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.154",
"sdkit": "1.0.155",
"stable-diffusion-sdkit": "2.1.4",
"rich": "12.6.0",
"uvicorn": "0.19.0",