From de09996ad2922f71ad244c915eaecbca0d4cd25c Mon Sep 17 00:00:00 2001 From: Pedro Cuenca Date: Mon, 23 Jan 2023 19:04:33 +0100 Subject: [PATCH] Mention diffusers. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1089b52..673b289 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Swift Core ML 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. +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. The Core ML port is a simplification of the Stable Diffusion implementation from the [diffusers library](https://github.com/huggingface/diffusers). This application can be used for faster iteration, or as sample code for any use cases. -This is what it looks like: +This is what the app looks like on macOS: ![App Screenshot](screenshot.jpg) On first launch, the application downloads a zipped archive with a Core ML version of Runway's Stable Diffusion v1.5, from [this location in the Hugging Face Hub](https://huggingface.co/pcuenq/coreml-stable-diffusion/tree/main). This process takes a while, as several GB of data have to be downloaded and unarchived.