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
c750a823
Unverified
Commit
c750a823
authored
Jan 27, 2023
by
Ji soo Kim
Committed by
GitHub
Jan 27, 2023
Browse files
Fix typos in loaders.py (#2137)
Fix typo in loaders.py
parent
0c39f53c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/diffusers/loaders.py
src/diffusers/loaders.py
+2
-2
No files found.
src/diffusers/loaders.py
View file @
c750a823
...
@@ -68,7 +68,7 @@ class UNet2DConditionLoadersMixin:
...
@@ -68,7 +68,7 @@ class UNet2DConditionLoadersMixin:
<Tip warning={true}>
<Tip warning={true}>
This function is experimental and might change in the future
This function is experimental and might change in the future
.
</Tip>
</Tip>
...
@@ -199,7 +199,7 @@ class UNet2DConditionLoadersMixin:
...
@@ -199,7 +199,7 @@ class UNet2DConditionLoadersMixin:
save_function
:
Callable
=
None
,
save_function
:
Callable
=
None
,
):
):
r
"""
r
"""
Save an attention procesor to a directory, so that it can be re-loaded using the
Save an attention proces
s
or to a directory, so that it can be re-loaded using the
`[`~loaders.UNet2DConditionLoadersMixin.load_attn_procs`]` method.
`[`~loaders.UNet2DConditionLoadersMixin.load_attn_procs`]` method.
Arguments:
Arguments:
...
...
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