DEV Community

Gandalf the Gato
Gandalf the Gato

Posted on

I made a small AI image gallery that keeps prompts attached

#ai

I have been working on GeneratedGallery, a public AI image gallery and index.

Most AI image feeds turn into wallpaper soup. Endless nice thumbnails, very little context, and no easy way to learn from the image beyond saving it and guessing what happened.

The thing I wanted was smaller and more useful:

  • browse public AI images without needing an account
  • keep prompts and source trails attached when they are available
  • make small curated packs instead of only an infinite feed
  • expose a public JSONL index for people who want dataset style access

Today's pack is called Haunted Product Catalog. It is five strange product and editorial images with luxury objects, cursed lighting, and prompts that feel like a department store ghost got access to a GPU.

Pack: https://generatedgallery.com/gallery/3eeddb85-c41f-4b3a-8d78-d064524ed9fa

Main gallery: https://generatedgallery.com

Public index: https://generatedgallery.com/ai-image-dataset

I am curious what developers and prompt people would want attached to an image record beyond the obvious fields. Prompt, model, dimensions, source URL, license type, and generation model are already in the export path. The next useful fields might be aesthetic tags, moderation labels, seed when available, or a better normalized workflow object.

Tiny internet museum, but with receipts.

Top comments (0)