Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lahirumaramba/flutter_scribble
Turn your scribbles into detailed images with AI
https://github.com/lahirumaramba/flutter_scribble
ai controlnet firebase flutter replicate stable-diffusion
Last synced: about 2 months ago
JSON representation
Turn your scribbles into detailed images with AI
- Host: GitHub
- URL: https://github.com/lahirumaramba/flutter_scribble
- Owner: lahirumaramba
- License: apache-2.0
- Created: 2023-02-18T05:52:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-27T19:04:28.000Z (almost 2 years ago)
- Last Synced: 2024-08-03T02:06:08.551Z (5 months ago)
- Topics: ai, controlnet, firebase, flutter, replicate, stable-diffusion
- Language: Dart
- Homepage: https://flutter-scribble.web.app
- Size: 19.3 MB
- Stars: 38
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-stable-diffusion - flutter_scribble
README
# Flutter Scribble Diffusion
Turn your scribbles into detailed images with AI.
Demo: [flutter-scribble.web.app](https://flutter-scribble.web.app)
---
## Sample Generations
[![A cute clownfish swimming in the ocean](sample_03.png)](https://flutter-scribble.web.app/#/share/mezhk5rvdzbtrg3lriiufkr7sy)
[link](https://flutter-scribble.web.app/#/share/mezhk5rvdzbtrg3lriiufkr7sy)[![A Futuristic Spaceship](sample_02.png)](https://flutter-scribble.web.app/#/share/whf7xnpqcnb5bj6udndqde7sbq)
[link](https://flutter-scribble.web.app/#/share/whf7xnpqcnb5bj6udndqde7sbq)[![An Ancient Map from the LOTRs](sample_01.png)](https://flutter-scribble.web.app/#/share/4e425d3xdbftpgry6c4ta3asqe)
[link](https://flutter-scribble.web.app/#/share/4e425d3xdbftpgry6c4ta3asqe)## Powered by
π [Replicate](https://replicate.com/), a platform for running machine learning models in the cloud.
ποΈ [ControlNet](https://replicate.com/jagilley/controlnet-scribble/), an open-source machine learning model that generates images from text and scribbles.
π¦ [Flutter](https://flutter.dev/), an open source framework by Google for building beautiful, natively compiled, multi-platform applications from a single codebase.
π₯ [Firebase](https://firebase.google.com/), an app development platform that helps you build and grow apps and games users love.
π₯ β‘ [Cloud Functions for Firebase](https://firebase.google.com/docs/functions), for talking to the Replicate API.
π₯ π [Cloud Firestore](https://firebase.google.com/products/firestore), for storing predictions from Replicate.
π₯ βοΈ [Cloud Storage for Firebase](https://firebase.google.com/products/storage), for saving generated images from Replicate.
π₯ π [Firebase Authentication](https://firebase.google.com/docs/auth), for handling anonymous authentication.
π₯ πΈοΈ [Firebase Hosting](https://firebase.google.com/docs/hosting), for hosting the Flutter web app.
ποΈ [Perfect Freehand Dart](https://github.com/steveruizok/perfect-freehand-dart), for scribbles in Flutter.
---
![Flow](flow.png)
---
Inspired by [ποΈ Scribble Diffusion](https://github.com/replicate/scribble-diffusion)