Skip to content

Commit 9e38a50

Browse files
committed
Merging
1 parent 1f2229d commit 9e38a50

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/diffusers/pipelines/lumina/pipeline_lumina.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -652,8 +652,6 @@ def __call__(
652652
prompt_attention_mask: Optional[torch.Tensor] = None,
653653
negative_prompt_attention_mask: Optional[torch.Tensor] = None,
654654
output_type: Optional[str] = "pil",
655-
callback_on_step_end: Optional[Callable[[int, int, Dict], None]] = None,
656-
callback_on_step_end_tensor_inputs: List[str] = ["latents"],
657655
return_dict: bool = True,
658656
clean_caption: bool = True,
659657
max_sequence_length: int = 256,

0 commit comments

Comments
 (0)