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

When trying to generate image from diffusers I just notice the image is kinda flop and idid try saved the image and the resolution is 512x512 ![Labrador_in_the_style_of_Vermeer](https://github.com/huggingface/swift-coreml-diffusers/assets/131154780/e25f3ec7-77b1-4ad8-a984-7589a4578f6e) the same thing...

How would I run diffusers on device on all apple devices in my swift Xcode project?

# Fix retain cycles Resolved retain cycles by capturing self weakly in async closure and Combine sink subscription. This prevents Downloader from being held in memory due to strong references...

Hey guys, First off, thanks for this great app! I just installed it from the MacOS store. I am hitting an issue with running the "SDXL base (1024, MacOS) [4.5...