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
OpenDAS
diffusers
Commits
95e0c375
Unverified
Commit
95e0c375
authored
Jun 12, 2024
by
Radamés Ajna
Committed by
GitHub
Jun 12, 2024
Browse files
Fix small typo (#8498)
parent
6cf0be5d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/source/en/api/pipelines/stable_diffusion/stable_diffusion_3.md
...e/en/api/pipelines/stable_diffusion/stable_diffusion_3.md
+1
-1
No files found.
docs/source/en/api/pipelines/stable_diffusion/stable_diffusion_3.md
View file @
95e0c375
...
@@ -186,7 +186,7 @@ pipe.transformer = torch.compile(pipe.transformer, mode="max-autotune", fullgrap
...
@@ -186,7 +186,7 @@ pipe.transformer = torch.compile(pipe.transformer, mode="max-autotune", fullgrap
pipe
.
vae
.
decode
=
torch
.
compile
(
pipe
.
vae
.
decode
,
mode
=
"max-autotune"
,
fullgraph
=
True
)
pipe
.
vae
.
decode
=
torch
.
compile
(
pipe
.
vae
.
decode
,
mode
=
"max-autotune"
,
fullgraph
=
True
)
# Warm Up
# Warm Up
prompt
=
"a photo of a cat holding a sign that says hello world"
,
prompt
=
"a photo of a cat holding a sign that says hello world"
for
_
in
range
(
3
):
for
_
in
range
(
3
):
_
=
pipe
(
prompt
=
prompt
,
generator
=
torch
.
manual_seed
(
1
))
_
=
pipe
(
prompt
=
prompt
,
generator
=
torch
.
manual_seed
(
1
))
...
...
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