Turbo.art is a free, open-source Python project for real-time image generation and editing using SDXL-Turbo model. Hosted on Modal‘s serverless platform, it allows users to create, edit, and export AI images with no latency.
Deploy:
1. To begin with, make sure you have Modal and NPM installed.
pip install modal modal setup
2. Build frontend:
npm install npx vite build --watch
3. In another shell session:
modal serve turbo_art.py
4. Use the provided URL to access your app.
5. Deploy your App on Modal:
modal deploy turbo_art.py
6. Access your app via the new URL provided.








