Real Art AI is a full-stack generative art platform built with Dart (Flutter) and Python. It allows users to generate custom digital art using Stable Diffusion with full parameter control.
Supports both iOS and Android, with features including:
- Text-to-image (txt2img)
- Image-to-image (img2img)
- Inpainting / Outpainting
- Upscaling
- Prompt auto-suggestions
Stack
Component | Description |
---|---|
[Stable Diffusion UI] | Custom A1111 web UI for local image generation |
[Load Balancer] | Load-balanced execution of multiple inference backends |
[Backend API] | Python Flask interface for mobile clients |
[Prompt Generator] | Autocomplete-style prompt enrichment for creativity |
[NSFW Filter] | Automatic filtering of unsafe images before returning to clients |
Repositories
License
This project is licensed under the GNU General Public License v3.0.
See the LICENSE file for details.