From 53f7e68d7e07bd1515c6d605a8ea985401ae800e Mon Sep 17 00:00:00 2001 From: biondi <88527976+hellobiondi@users.noreply.github.com> Date: Fri, 8 Dec 2023 18:07:16 +0800 Subject: [PATCH] fix typo in README.md replaced 'Hugginface' with 'Huggingface' --- stable_diffusion/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable_diffusion/README.md b/stable_diffusion/README.md index 172af9ab..e18a4d49 100644 --- a/stable_diffusion/README.md +++ b/stable_diffusion/README.md @@ -1,7 +1,7 @@ Stable Diffusion ================ -Stable Diffusion in MLX. The implementation was ported from Hugginface's +Stable Diffusion in MLX. The implementation was ported from Huggingface's [diffusers](https://huggingface.co/docs/diffusers/index) and we are fetching and using the weights available on the Huggingface Hub by Stability AI at [stabilitiai/stable-diffusion-2-1](https://huggingface.co/stabilityai/stable-diffusion-2-1).