Skip to content

Commit b148bab

Browse files
committed
updates
1 parent 3e15f7c commit b148bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/pipelines/stable_diffusion_attend_and_excite/pipeline_stable_diffusion_attend_and_excite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ def get_indices(self, prompt: str) -> Dict[str, int]:
746746
@replace_example_docstring(EXAMPLE_DOC_STRING)
747747
def __call__(
748748
self,
749-
prompt,
749+
prompt: Union[str, List[str]],
750750
token_indices: Union[List[int], List[List[int]]],
751751
height: Optional[int] = None,
752752
width: Optional[int] = None,

0 commit comments

Comments
 (0)