Skip to content

Commit

Permalink
make sure Soft Edge Detection has preprocessor applied
Browse files Browse the repository at this point in the history
  • Loading branch information
Mary Hipp authored and hipsterusername committed Nov 20, 2024
1 parent c70f440 commit 1948ffe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions invokeai/backend/model_manager/probe.py
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,7 @@ def _scan_model(cls, model_name: str, checkpoint: Path) -> None:
"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",
Expand Down

0 comments on commit 1948ffe

Please sign in to comment.