-
-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Stable Diffusion] Integration with stable-diffusion.cpp #225
Comments
Certainly would be interesting addition. How well does it run on mobile devices locally? |
No idea. Its theoretically possible because like llama.cpp its can be run in an android terminal emulator. Its going to be a huge addition once I get around to it and there's other stuff that needs to be done to core.cpp before I cross that bridge. |
I ran sd-turbo safetensors q4_0 on stablediffusion. cpp about 88 seconds per iteration, it's too much slow |
That's painfully slow. Mobile GPUs/CPUs aren't good enough I guess. |
You can try implementing whisper.cpp too. It runs quite easily on my phone using the base model. |
There's an app for android already It doesn't use sd-turbo afaik, SD1.5 ? You can't even choose another checkpoint, and it lacks a lot of settings |
thanks for sharing, it runs pretty decent, I ran until 320x448 20 steps in less than 40 seconds, after that resolution it crashed(probably not enough ram) |
It doesn't show the option for steps to me but it shows 1/8? How do you know that it's 20? Also yeah thanks for sharing I didn't know that the app can generate locally. Edit: nvm it shows in the details of the finished image that it's 20 steps |
I am using this for stable diffusion on ios/macos and it is working fine. https://pub.dev/packages/flutter_stable_diffusion |
I'm wanting to integrate stable-diffusion.cpp into maid at some point. I'm submitting this issue as an expression of interest for anyone who wants to implement it for me.
The text was updated successfully, but these errors were encountered: