Skip to content

Commit 80fd926

Browse files
authored
[Sana][bug fix]change clean_caption from True to False. (#10481)
change clean_caption from True to False.
1 parent 71ad16b commit 80fd926

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/diffusers/pipelines/sana/pipeline_sana.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ def __call__(
619619
negative_prompt_attention_mask: Optional[torch.Tensor] = None,
620620
output_type: Optional[str] = "pil",
621621
return_dict: bool = True,
622-
clean_caption: bool = True,
622+
clean_caption: bool = False,
623623
use_resolution_binning: bool = True,
624624
attention_kwargs: Optional[Dict[str, Any]] = None,
625625
callback_on_step_end: Optional[Callable[[int, int, Dict], None]] = None,

0 commit comments

Comments
 (0)