"docs/git@developer.sourcefind.cn:OpenDAS/lmdeploy.git" did not exist on "759e1ddf63f5963dc10f6d5e75a64f3a0f2a0395"
Unverified Commit 80fd9260 authored by Junsong Chen's avatar Junsong Chen Committed by GitHub
Browse files

[Sana][bug fix]change clean_caption from True to False. (#10481)

change clean_caption from True to False.
parent 71ad16b4
......@@ -619,7 +619,7 @@ class SanaPipeline(DiffusionPipeline, SanaLoraLoaderMixin):
negative_prompt_attention_mask: Optional[torch.Tensor] = None,
output_type: Optional[str] = "pil",
return_dict: bool = True,
clean_caption: bool = True,
clean_caption: bool = False,
use_resolution_binning: bool = True,
attention_kwargs: Optional[Dict[str, Any]] = None,
callback_on_step_end: Optional[Callable[[int, int, Dict], None]] = None,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment