make sure Soft Edge Detection has preprocessor applied

This commit is contained in:
Mary Hipp
2024-11-20 08:22:34 -05:00
committed by Kent Keirsey
parent c70f4404c4
commit 1948ffe106

View File

@@ -485,6 +485,7 @@ MODEL_NAME_TO_PREPROCESSOR = {
"lineart anime": "lineart_anime_image_processor",
"lineart_anime": "lineart_anime_image_processor",
"lineart": "lineart_image_processor",
"soft": "hed_image_processor",
"softedge": "hed_image_processor",
"hed": "hed_image_processor",
"shuffle": "content_shuffle_image_processor",