Image Generation
FLUX + several SD models, with a built-in prompt optimizer that turns casual text into a proper prompt.
Open Source · Coming Soon
A fully offline, private AI creative studio — in one clean app.
100% local · offline · private · free · open source
No cloud. No API keys. No subscriptions. Every model runs on your own hardware, and your data never goes anywhere. Just one clean window — no node spaghetti, no terminal.
What it does — all offline
FLUX + several SD models, with a built-in prompt optimizer that turns casual text into a proper prompt.
4x-UltraSharp + tiled Ultimate SD Upscale — real added detail, not just a resize.
Rework and reimagine any image with a prompt.
Turn a photo into a 3D model (.obj) with TripoSR / Hunyuan3D.
Swap faces between photos, fully offline.
Bring a still photo to life — expression, lips, head motion, with audio.
Ollama models (Qwen, DeepSeek-R1, vision) behind a clean dashboard.
A local coding assistant with an auto test→repair loop and an auto-splitter for big tasks.
Semantic search across your own projects with Qdrant + embeddings.
A look inside
Still rough around the edges and in active development — more coming.
The vulture angle
Most of this runs on a GTX 1060 6GB — an ancient card. It's slow on old hardware, but it works. More VRAM just makes it fly.
Like a vulture, it makes the most out of what everyone else discarded. A whole studio's worth of AI, on the machine already sitting under your desk.
How it works
Vulture AI is the launcher and UI. The heavy AI models aren't bundled — they're downloaded onto your machine from their original sources during setup. That keeps it small, legal, and yours.
Built on the shoulders of ComfyUI, Ollama, Aider, FLUX, Stable Diffusion and many more open-source projects.
Quickstart · Install
The easy way — no terminal
One-time, about two minutes. Grab the official installer↗ and tick "Add python.exe to PATH". It's the only thing you set up by hand.
Get the ZIP from GitHub↗ and unzip it anywhere. It's tiny — just the launcher, no models yet.
That's it. It downloads ComfyUI, the models and everything else, then opens the app. Inside, ⚙ Setup shows your hardware, estimated speeds and one-click model downloads — and lets you pick which drive it all lives on.
You'll need Windows + an NVIDIA GPU (6 GB VRAM or more) and about 100 GB of free disk for the models.
Prefer the command line?
Grab the launcher — it's tiny. No models yet, just the app.
$ git clone https://github.com/ronnyplayplace-bot/vulture-ai.git
$ cd vulture-ai
One script does the rest: it downloads ComfyUI and the custom nodes, pulls every image / 3D model and the Ollama models, then writes your config. This is the long one (~100 GB) — grab a coffee.
$ python setup/install.py
Start Vulture AI: one clean window for generating, upscaling, face-swaps, chat and code. Pull the network cable if you like — nothing ever leaves your machine. (Or just double-click Overlkd-Studio.cmd.)
$ python studio.py
Full requirements and troubleshooting live in the README on GitHub↗.
FAQ
Yes — free and open source under the MIT license. No subscriptions, no API keys, no paywalls. Donations are welcome but never required.
Never. Every model runs locally on your own GPU. After the one-time setup download, Vulture AI works fully offline — no cloud, no telemetry, no trackers. Your prompts, images and files stay with you.
A Windows PC with an NVIDIA GPU. 6 GB of VRAM is the minimum (a GTX 1060 works), 12 GB or more is recommended for speed. Keep about 100 GB of free disk space for the models.
Open models like FLUX and Stable Diffusion for images, TripoSR / Hunyuan3D for 3D, and Ollama models such as Qwen and DeepSeek-R1 for chat and coding. They're downloaded from their original sources during setup — not bundled with the app.
The Vulture AI app itself is MIT licensed, so yes. But some bundled models are released under non-commercial licenses. Always check the license of each individual model before using its output commercially.
Open source, dropping soon. Star it on GitHub to follow along.