Unverified Commit c750a823 authored by Ji soo Kim's avatar Ji soo Kim Committed by GitHub
Browse files

Fix typos in loaders.py (#2137)

Fix typo in loaders.py
parent 0c39f53c
...@@ -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 processor 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:
......
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