Analysis updated 2026-05-18
Generate a complete SillyTavern character card, including portrait, from a short text idea.
Run a local AI character generator without exposing API keys to a hosted third party service.
Manage a personal library of generated characters and export them as ready to import PNG files.
| shadowtheimpure/sillytavern-character-card-generator | abhas9/escape-run | abhishek-kumar09/mern-live-js-june-2021 | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | HTML | HTML | HTML |
| Last pushed | — | — | 2021-09-13 |
| Maintenance | — | — | Dormant |
| Setup difficulty | easy | easy | moderate |
| Complexity | 2/5 | 2/5 | 2/5 |
| Audience | general | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Intended for local use only, exposing it to the open internet risks leaking stored API keys.
Character Card Generator is a self hosted web app for building character files that work with SillyTavern, a popular AI chat interface for role play conversations. Instead of writing a character's description, personality, and opening message by hand, you type a rough idea into the app, choose a genre preset like fantasy, sci-fi, or horror, and an AI model fills in the rest, including an optional portrait image. The app runs in your browser after starting a small local server, either by double clicking a launcher file on Windows, Mac, or Linux, or by running npm install and npm start if you already have Node.js. It ships with its own bundled copy of Node so most people do not need to install anything separately. Once running, it opens in your browser with three panels: settings on the left, the character description you type in the middle, and a preview of the generated result on the right. For text generation, it can connect to a locally run KoboldCPP server, or to cloud services like OpenAI or OpenRouter using your own API key. For the portrait image, it supports a local ComfyUI setup or cloud image services including OpenAI's image models, Grok, or OpenRouter. Any API keys you enter are encrypted on your machine before being stored. Finished characters can be saved to a personal library and exported as PNG files with the character data embedded inside, in the format SillyTavern expects, so they can be dropped straight into that app. The author built this because they could not find an existing character generator that worked well enough for their own SillyTavern use, and made it themselves. The project carries a clear warning that it is meant to run only on your own machine, since exposing it to the open internet could leak stored API keys.
A self hosted app that uses AI text and image models to generate SillyTavern compatible character cards from a short description.
Mainly HTML. The stack also includes Node.js, HTML, JavaScript.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.