mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-02-22 08:04:05 +00:00
Made СontrolNet model RegEx case insensitive (#577)
This commit is contained in:
@@ -8,4 +8,4 @@ cn_model_module = {
|
||||
"tile": "tile_resample",
|
||||
"depth": "depth_midas",
|
||||
}
|
||||
cn_model_regex = re.compile("|".join(cn_model_module.keys()))
|
||||
cn_model_regex = re.compile("|".join(cn_model_module.keys()), flags=re.I)
|
||||
|
||||
Reference in New Issue
Block a user