From 097dada1663f1966be9fb162eb92df9bf0e4d3ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Tolga=20Cang=C3=B6z?= <46008593+standardAI@users.noreply.github.com> Date: Wed, 15 Mar 2023 16:59:19 +0300 Subject: [PATCH] Update kerascv.mdx Fix typos --- docs/source/en/using-diffusers/kerascv.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/en/using-diffusers/kerascv.mdx b/docs/source/en/using-diffusers/kerascv.mdx index 9b5faeb18a22..06981cc8fdd1 100644 --- a/docs/source/en/using-diffusers/kerascv.mdx +++ b/docs/source/en/using-diffusers/kerascv.mdx @@ -97,7 +97,7 @@ Note that we're not specifying the UNet weights here since the UNet is not fine- -And that's it! You now have your fine-tuned KerasCV Stable Diffusion model in Diffusers 🧨 +And that's it! You now have your fine-tuned KerasCV Stable Diffusion model in Diffusers 🧨. ## Using the Converted Model in Diffusers @@ -176,4 +176,4 @@ more details. For inference-specific optimizations, refer [here](https://hugging ## Known Limitations -* Only Stable Diffusion v1 checkpoints are supported for conversion in this tool. \ No newline at end of file +* Only Stable Diffusion v1 checkpoints are supported for conversion in this tool.