From 507ce1366e38e05aa2f5ff1ea31ab2e9be4b85bb Mon Sep 17 00:00:00 2001 From: Pedro Cuenca Date: Mon, 23 Jan 2023 18:56:33 +0100 Subject: [PATCH] App name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9cb4d0..eae3c33 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Diffusion +# Diffusers This is a simple app that shows how to integrate Apple's [Core ML Stable Diffusion implementation](https://github.com/apple/ml-stable-diffusion) in a native Swift UI application. It can be used for faster iteration, or as sample code for other use cases.