V

Studio Access

Sign in with Google to unlock GPU-accelerated AI processing across all 4 model engines.

🚫

Disable Ad-Blocker

To keep this AI service free and unlimited, we rely on ad revenue to power our private GPU servers. Please disable blockers to continue.

AI-Powered
Media Studio

Background removal, upscaling, stem separation, and image generation — all running locally on private iMac hardware via Tailscale.

🪄

Upload Image or Video

PNG, JPG, WEBP, MP4, MOV

0.50
🔍

Upload Image or Video

PNG, JPG, WEBP, MP4, MOV

📂

Drag Audio Source

or click to browse local files

🖼️

Optional Reference Image

Upload for Image-to-Image remixing

4
Studio Ready

The Self-Hosted AI
Media Server Revolution

Four powerful AI models running directly on private hardware — no cloud subscriptions, no data leaving your network. Background removal via InSPyReNet, upscaling through RealESRGAN, audio stem separation with Meta Demucs, and image generation via Stable Diffusion, all orchestrated through a single Tailscale-secured endpoint.

Processing Topology

graph LR Client[Browser / PWA] --> TS{Tailscale Funnel} TS --> iMac[Intel iMac Node] iMac --> BG[Background Removal] iMac --> UP[Upscaler] iMac --> DM[Demucs Audio] iMac --> SD[Stable Diffusion] style TS fill:#00f2ff,color:#000,stroke:none style iMac fill:#111,color:#555,stroke:#333

Each model runs locally on the same Intel iMac with an AMD Radeon Pro 5300 GPU. The server is exposed via Tailscale Funnel (HTTPS), ensuring all processing happens on your own hardware with no third-party inference.

Why Self-Host?

While cloud AI platforms offer convenience, they come at the cost of privacy, recurring subscription fees, and usage limits. This server runs entirely on dedicated hardware — an Intel-based iMac with 40GB of RAM and a dedicated AMD GPU. Background removal, upscaling, Demucs stem separation, and Stable Diffusion inference all execute locally, accessed securely through Tailscale Funnel from any browser worldwide. No data leaves this machine. Check the README.md for steps on how to clone this repo and host it on your own hardware.

The Stack: Python 3.10 + PyTorch 2.2.2 running on macOS. The Gradio-based server orchestrates all four model pipelines behind a unified interface. Tailscale Funnel provides TLS termination and global routing, while Firebase manages authentication and usage statistics.