Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
80fd9260
Unverified
Commit
80fd9260
authored
Jan 08, 2025
by
Junsong Chen
Committed by
GitHub
Jan 07, 2025
Browse files
[Sana][bug fix]change clean_caption from True to False. (#10481)
change clean_caption from True to False.
parent
71ad16b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/diffusers/pipelines/sana/pipeline_sana.py
src/diffusers/pipelines/sana/pipeline_sana.py
+1
-1
No files found.
src/diffusers/pipelines/sana/pipeline_sana.py
View file @
80fd9260
...
@@ -619,7 +619,7 @@ class SanaPipeline(DiffusionPipeline, SanaLoraLoaderMixin):
...
@@ -619,7 +619,7 @@ class SanaPipeline(DiffusionPipeline, SanaLoraLoaderMixin):
negative_prompt_attention_mask
:
Optional
[
torch
.
Tensor
]
=
None
,
negative_prompt_attention_mask
:
Optional
[
torch
.
Tensor
]
=
None
,
output_type
:
Optional
[
str
]
=
"pil"
,
output_type
:
Optional
[
str
]
=
"pil"
,
return_dict
:
bool
=
True
,
return_dict
:
bool
=
True
,
clean_caption
:
bool
=
Tru
e
,
clean_caption
:
bool
=
Fals
e
,
use_resolution_binning
:
bool
=
True
,
use_resolution_binning
:
bool
=
True
,
attention_kwargs
:
Optional
[
Dict
[
str
,
Any
]]
=
None
,
attention_kwargs
:
Optional
[
Dict
[
str
,
Any
]]
=
None
,
callback_on_step_end
:
Optional
[
Callable
[[
int
,
int
,
Dict
],
None
]]
=
None
,
callback_on_step_end
:
Optional
[
Callable
[[
int
,
int
,
Dict
],
None
]]
=
None
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment