Skip to content

Commit

Permalink
Allow pulid accept multiple inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei committed May 4, 2024
1 parent 3d75bd0 commit 269c969
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal_controlnet/external_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,11 +226,13 @@ def __eq__(self, other):
def accepts_multiple_inputs(self) -> bool:
"""This unit can accept multiple input images."""
return self.module in (
"ip-adapter-auto",
"ip-adapter_clip_sdxl",
"ip-adapter_clip_sdxl_plus_vith",
"ip-adapter_clip_sd15",
"ip-adapter_face_id",
"ip-adapter_face_id_plus",
"ip-adapter_pulid",
"instant_id_face_embedding",
)

Expand Down

0 comments on commit 269c969

Please sign in to comment.