finds.dev← search

// the find

Anil-matcha/Open-Generative-AI

★ 24,743 · JavaScript · MIT · updated Jul 2026

Unrestricted Open-source alternative to AI video platforms — Free AI image & video generation studio with 500+ models (Flux, Midjourney, Kling, Sora, Veo). No content filters. Self-hosted, MIT licensed.

A Next.js/Electron frontend that wraps MuAPI.ai — a commercial API gateway — giving you one UI across 400+ image, video, and lip sync models. The MIT license covers the shell; the actual generation costs money through MuAPI credits. Aimed at creators who want a single interface instead of juggling a dozen platform accounts.

The local inference path is genuinely well-thought-out: sd.cpp is bundled in the desktop app with Metal GPU support on Apple Silicon, and the Wan2GP integration cleanly separates the heavy Python/CUDA runtime onto a separate machine so a Mac can still drive it. Multi-image input (up to 14 reference images for compatible models) is a concrete capability that most hosted alternatives don't offer. The dual-mode switching in Image and Video studios — auto-detecting t2i vs i2i based on whether you've uploaded a reference — is a small UX detail that saves a lot of friction. Cross-platform desktop installers with documented AppArmor workarounds for Ubuntu 24.04 show someone actually tested the Linux path.

The 'free' framing is a trap: the UI is MIT licensed but every cloud generation costs MuAPI credits, and MuAPI is the author's own commercial product. The entire cloud path is coupled to one proprietary API, so if MuAPI changes pricing or goes down, the app becomes a local-only wrapper overnight. The repo is visibly organized as a content marketing funnel — roughly half the README is cross-promotion for related SamurAIGPT repos, a '20% off MuAPI' referral, and links to the author's Medium posts. Components appear duplicated between src/components/ and packages/studio/src/components/ (ImageStudio.js in both places), which suggests the codebase has grown without a cleanup pass. The 'no content filters' feature is the primary selling point and will be the primary use case, which creates obvious downstream risks anyone deploying this should think through before putting it in a shared environment.

View on GitHub → Homepage ↗

// want more like this?

We dig through GitHub every week and send a few repos picked for what you actually care about — each with an honest take like this one.

Get finds in your inbox → Search again →