Analysis updated 2026-05-18
Run batch image generations by pasting a list of prompts separated by blank lines into your own private API backend.
Use a previously generated image as a reference to produce edited or stylistically similar variants.
Browse your local image generation history organized by date and restore a past prompt to the editor.
Translate prompts between Chinese and English using the built-in AI prompt tools before submitting a task.
| colorai/gpt-image-2-client | abidoo22/pixelorama-mcp | aditya-pandey/slate | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | hard | moderate | easy |
| Complexity | 4/5 | 3/5 | 2/5 |
| Audience | vibe coder | vibe coder | general |
Figures from each repo's GitHub metadata at analysis time.
Requires Rust stable and Tauri 2 system prerequisites, plus a running chatgpt2api or sub2api server with a valid API key.
Phantom G2 Image Client is a desktop application for generating AI images using your own backend server. You provide the app with the URL of a chatgpt2api or sub2api service, an API key, and a local folder to save results, then use it to submit text-to-image and image-to-image generation tasks without going through a third-party website. The app is built with React for the interface and Tauri, which uses the Rust programming language, to package it as a native desktop program on Windows and macOS. Because requests pass through the Tauri backend layer, the app avoids the cross-origin restrictions that browser-based tools face when calling a local or private API server. Key features include submitting multiple tasks at once, splitting a list of prompts by blank lines to run them as a batch, and adding up to eight reference images per task by dragging, pasting from the clipboard, or uploading a file. After a generation completes, the image, thumbnail, original prompt, and task details are saved locally and organized by date. You can browse saved results by date, preview them, and quickly reload a saved prompt back into the editor or use a past result as a reference image for a new edit. The built-in prompt tools let you clean up a prompt, translate between Chinese and English, and reverse-generate a prompt from a reference image. The result browser includes pagination and lets you delete images you no longer need. Configuration is stored in the Tauri application data folder on your machine and is never sent to any remote server. The project is released under the AGPL-3.0 license, which means you must make the source code available if you modify and distribute it or run it as a network service.
A desktop app for submitting AI image generation tasks to your own chatgpt2api or sub2api backend, with batch prompting, reference images, and automatic local result saving.
Mainly TypeScript. The stack also includes TypeScript, React, Vite.
You can use and modify this software, but if you distribute it or run it as a network service you must publish your modified source code under the same AGPL-3.0 license.
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Verify against the repo before relying on details.