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
eb2ef316
Unverified
Commit
eb2ef316
authored
Apr 13, 2023
by
YiYi Xu
Committed by
GitHub
Apr 13, 2023
Browse files
fix default value for attend-and-excite (#3099)
* fix default
parent
5c9dd0af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_attend_and_excite.py
..._diffusion/pipeline_stable_diffusion_attend_and_excite.py
+1
-1
No files found.
src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_attend_and_excite.py
View file @
eb2ef316
...
@@ -724,7 +724,7 @@ class StableDiffusionAttendAndExcitePipeline(DiffusionPipeline, TextualInversion
...
@@ -724,7 +724,7 @@ class StableDiffusionAttendAndExcitePipeline(DiffusionPipeline, TextualInversion
max_iter_to_alter
:
int
=
25
,
max_iter_to_alter
:
int
=
25
,
thresholds
:
dict
=
{
0
:
0.05
,
10
:
0.5
,
20
:
0.8
},
thresholds
:
dict
=
{
0
:
0.05
,
10
:
0.5
,
20
:
0.8
},
scale_factor
:
int
=
20
,
scale_factor
:
int
=
20
,
attn_res
:
Optional
[
Tuple
[
int
]]
=
None
,
attn_res
:
Optional
[
Tuple
[
int
]]
=
(
16
,
16
)
,
):
):
r
"""
r
"""
Function invoked when calling the pipeline for generation.
Function invoked when calling the pipeline for generation.
...
...
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