From a3947199a13a42574685042252457735c3a827f7 Mon Sep 17 00:00:00 2001 From: Pedro Cuenca Date: Mon, 23 Jan 2023 19:00:10 +0100 Subject: [PATCH] Undecided about the title. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c831a7..1089b52 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Swift Diffusers +# Swift Core ML 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.