JPhilipp / quickimage

A straightforward AI image generator for Stable Diffusion 3 and Dall-E 3. It additionally removes the background when run from the Electron/ Nodejs environment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QuickImage lets you generate AI images using Stable Diffusion 3 and Dall-E 3. You'll need to add your API keys to the .env file, and please note this will add the API costs for each image you create:

STABILITY_API_KEY=...
OPENAI_API_KEY=...

To grab the Windows exe, click on Releases and download the zip.

screenshot

image

This is an Electron/ Nodejs app saving the images to the images folder, along with a JSON file with further information. When running the Electron app from the command line via npm start instead of the Exe, you can also click each resulting image to show its background-removed version. QuickImage comes with a search function over older images. It's a straighforwared and simple way to test StableDiffusion3 and DallE3 to, for instance, work on prompts for game art assets.

Disclaimer: Use at your own risk, this app or me is not responsible for costs incurred or any other issue. Thanks!

About

A straightforward AI image generator for Stable Diffusion 3 and Dall-E 3. It additionally removes the background when run from the Electron/ Nodejs environment.

License:MIT License


Languages

Language:JavaScript 86.0%Language:CSS 7.4%Language:HTML 6.4%Language:Batchfile 0.3%