Analysis updated 2026-05-18
Generate images locally from a text prompt using models like FLUX.1 or SD 3.5 Large.
Generate short videos from text or from a source image using Wan 2.2.
Fork the project to point it at a different AI provider by editing the model config files.
| josje96/ai-image-gen | cleanmachine1/homer | fanux/bytebase.com | |
|---|---|---|---|
| Stars | 0 | — | — |
| Language | Vue | Vue | Vue |
| Last pushed | — | 2022-10-30 | 2023-02-01 |
| Maintenance | — | Dormant | Dormant |
| Setup difficulty | easy | easy | moderate |
| Complexity | 2/5 | 2/5 | 2/5 |
| Audience | vibe coder | ops devops | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires your own SiliconFlow API key, video renders take a few minutes to complete.
ai-image-gen is a small, local tool for generating images and videos using the SiliconFlow API. You bring your own SiliconFlow API key, pick a model, type a prompt, and it makes the image or video for you. There are no accounts to create and no backend server, everything runs on your own machine in the browser, and your API key never leaves it. The project is aimed at people who want a local, no-login, easily modified interface rather than SiliconFlow's own web playground, which is fine for a few quick one-off generations but not built for tinkering or forking. It is built with Vue 3 and Vite, and you run it with Bun. To get started you copy a provided .env.example file to .env and either paste your API key into the app once it is running, which saves it in your browser local storage, or set it directly in the .env file so it is already filled in when you open the app. Because browsers cannot call the SiliconFlow API directly due to missing CORS headers, the app uses Vite development proxy to forward your requests along with your key. SiliconFlow runs two separate platforms, an international one and a China based one, each with its own accounts and keys, so a key issued for one will be rejected by the other. The tool offers two modes you can switch between. Image mode works right away and lets you choose from models such as Kolors, FLUX.1, Qwen-Image, and SD 3.5 Large, along with settings like size, batch count, steps, guidance, and seed. Video mode is slower: it submits a job to generate a short video from text or from a source image, then checks back until the render is ready and plays it once finished. Both modes let you paste in any other SiliconFlow model id instead of the built-in choices. The project is released under the MIT license.
A small local web app where you paste your own SiliconFlow API key and generate AI images or videos from a text prompt, with no accounts or backend server.
Mainly Vue. The stack also includes Vue, Vite, Bun.
Use, modify, and distribute freely, including commercially, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Verify against the repo before relying on details.