pull/2852/head
Chenlei Hu 2024-05-05 16:38:47 -04:00 committed by GitHub
parent abafad27fc
commit 45a49daa26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ INPAINT_PREPROCESSORS = {
def test_detect_all_modules(module: str):
payload = dict(
controlnet_input_images=[realistic_girl_face_img],
controlnet_masks=[mask_img],
controlnet_module=module,
)
detect_template(payload, f"detect_{module}")