mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-04-30 11:11:21 +00:00
🔧 feat: Support depth_hand_refiner ControlNet preprocessor (#460)
This commit is contained in:
@@ -48,6 +48,7 @@ cn_model_module = {
|
||||
"lineart": "lineart_coarse",
|
||||
"openpose": "openpose_full",
|
||||
"tile": "tile_resample",
|
||||
"depth": "depth_midas",
|
||||
}
|
||||
cn_model_regex = re.compile("|".join(cn_model_module.keys()))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user