From bff62ddabb563898c2f77f2c4dc268738d578044 Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Sun, 19 Feb 2023 12:16:45 -0600 Subject: [PATCH] phrasing in conversion guide --- docs/converting-models.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/converting-models.md b/docs/converting-models.md index 17be6e77..36644637 100644 --- a/docs/converting-models.md +++ b/docs/converting-models.md @@ -1,7 +1,7 @@ # Converting Models -This guide describes the process for converting models from various formats, including Dreambooth and LoRA, to -the checkpoints used by `diffusers` and on to the ONNX models used by `onnx-web`. +This guide describes the process for converting models from various formats, including Dreambooth checkpoints and LoRA +weights, to the directories used by `diffusers` and on to the ONNX models used by `onnx-web`. ## Contents