Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Flutter Scribble Diffusion

Turn your scribbles into detailed images with AI.

Demo: [flutter-scribble.web.app](https://flutter-scribble.web.app)

---
Flutter Scribble Diffusion Demo

## 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)