🔧 feat: Support depth_hand_refiner ControlNet preprocessor (#460)

This commit is contained in:
Chenlei Hu
2024-01-04 10:52:16 +00:00
committed by GitHub
parent f1dfb34ed1
commit 31dda6f0bc
3 changed files with 4 additions and 2 deletions

View File

@@ -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()))