Skip to content

Commit 8fe11f4

Browse files
committed
set clean_caption to False;
1 parent 4d18b53 commit 8fe11f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/pipelines/pag/pipeline_pag_sana.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ def __call__(
640640
negative_prompt_attention_mask: Optional[torch.Tensor] = None,
641641
output_type: Optional[str] = "pil",
642642
return_dict: bool = True,
643-
clean_caption: bool = True,
643+
clean_caption: bool = False,
644644
use_resolution_binning: bool = True,
645645
callback_on_step_end: Optional[Callable[[int, int, Dict], None]] = None,
646646
callback_on_step_end_tensor_inputs: List[str] = ["latents"],

0 commit comments

Comments
 (0)