swift-coreml-diffusers icon indicating copy to clipboard operation
swift-coreml-diffusers copied to clipboard

Swift app demonstrating Core ML Stable Diffusion

Results 44 swift-coreml-diffusers issues
Sort by recently updated
recently updated
newest added

The stable-diffusion Swift package uses the 'StableDiffusionPipeline' class. How can I change the pipeline to use the 'StableDiffusionControlNetPipeline'? I will be using the diffusion model [runwaylml/stable-diffusion-v1-5](https://huggingface.co/runwayml/stable-diffusion-v1-5) so I don't think...

Hi 👋 it would be great if I could let the app generate let's say 10 images with different random seeds all at once/sequentially and then view them next to...

I updated the common.xconfig file but still get this error Cannot find type 'NLContextualEmbedding' in scope for this line let embeddingModel: NLContextualEmbedding iPhone 11 Pro Max, iOS 16.4

Hi 👋 I’ve been doing some experiments with the app and, for the most part, it works. However, I’ve noticed that the `Diffusion` app fails to work with models that...

Hi all! Has anyone run the app on an iPad? When start generate image - error and crash on start Pipeline loaded in 0.5994950532913208 Generating... 2023-03-31 10:13:38.375773+0800 DiffusionApp[20491:6142612] Error: Transpose...

Hello, Just found out about the MacOS version of this tool. I am not sure if I am doing something wrong, but using the suggested ranges params, I get totally...

DO NOT SUBMIT The history view is to make profiling easier and allow users to remember their prompts better. It might just delete them all so don't rely on it...

I ran an experiment on prompthero/openjourney-v2 to compile it for coreml. I also put that on huggingface to make it work with the Diffusers App. It would be really nice...

First of all, thank you for providing such an app! I am having the following issue (see the message on the lower part of the screen where you should be...

I have downloaded the official model, e,g, [stable-diffusion-2-base](https://huggingface.co/stabilityai/stable-diffusion-2-base). Where should I put the resources of the Mac app? I open the folder at the bottom of `Model from Hub`, but...