A text-to-image generation app using Diffusers api that runs on kaggle notebook as it requires dedicated GPU to generate images. Flutter is used on front end and for backend localtunnel is used to host the Diffusers API publicly.
Live version: click here
Download APK: click here
Cloning the To Do App
flutter create stablediffusion
then replace the lib folder and pubspec.yaml file with mine
Note your device must have Cuda available to run the Diffusers api therefore you can use kaggle or Google Colab Notebook
(Notebook is provided in the repository)