From fdf70cb54beb7df77bb46c3227b345115a96e505 Mon Sep 17 00:00:00 2001 From: Pedro Cuenca Date: Fri, 27 Jan 2023 20:08:56 +0100 Subject: [PATCH] Fix typo (#2138) --- docs/source/en/api/loaders.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/en/api/loaders.mdx b/docs/source/en/api/loaders.mdx index c850cdfe47..a93d9db1df 100644 --- a/docs/source/en/api/loaders.mdx +++ b/docs/source/en/api/loaders.mdx @@ -12,7 +12,7 @@ specific language governing permissions and limitations under the License. # Loaders -There are many weights to train adapter neural networks for diffusion models, such as +There are many ways to train adapter neural networks for diffusion models, such as - [Textual Inversion](./training/text_inversion.mdx) - [LoRA](https://github.com/cloneofsimo/lora) - [Hypernetworks](https://arxiv.org/abs/1609.09106)