If you want to contribute to something like this, but that’s open-source, I started working on a similar app - SwiftUI + Apple’s CoreML Stable Diffusion here: <a href="https://github.com/justjake/Gauss">https://github.com/justjake/Gauss</a><p>I’m currently working on downloadable models before I publish to the App Store & notarized builds to GitHub. A download manager adds complexity but should cut the initial app install size to ~50mb, and then distribute models via GitHub Releases.
Doesn't seem to work very well. I just tried to generate an image with default settings. A progress bar starts to show some work. Once it gets past around 50%, an image starts to form and gets a bit better as it goes on. Before it reaches 100%, the image is gone and the whole process starts over.<p>I left it for about 15 min this way. Then, started DiffusionBee <i>while this app was still trying to render my image</i>. I copy-pasted the image prompt into DB, set it to the same 30 steps and it rendered an image that resembles my prompt a lot better than the partial one from Amazing AI in less than a minute.<p>Amazing AI is still on the same loop. I'm killing it now.
I also made an app that allows to generate images using CoreML (with help of the apple library) on iOS and macOS (using iOS) <a href="https://loshadki.app/imagegeneratorml/" rel="nofollow">https://loshadki.app/imagegeneratorml/</a> very basic and easy app
Glad someone seems to have made a more presentable app for this. I'm barely capable when it comes to downloading Git files and running them (not a programmer).<p>The FAQ is pretty scarce, though, and I wonder if it will be able to be updated as the developers change the model.