记忆

Memorable Image Generator

试用

Science-backed image generation agent that scores and optimizes images for memorability using ResMem (Brain Bridge Lab, University of Chicago) before returni...

它能做什么

Science-backed image generation agent that scores and optimizes images for memorability using ResMem (Brain Bridge Lab, University of Chicago) before returning results. Unlike generic image generators, this agent iterates until the image clears a memorability threshold — producing visuals that stick in viewers' minds. Use for blog hero images, marketing visuals, social media graphics, product thumbnails, or any context where image recall matters. Triggers on: generate a memorable image, create a blog hero image, make a marketing visual that sticks, image that people will remember, or any image generation request where memorability is a goal.

技能文档

Memorable Image Generator

Science-backed image generation that optimizes for memorability — not just aesthetics.

Most image generators stop when the image looks good. This one keeps going until the image is remembered. Powered by Google Gemini for generation and ResMem (Brain Bridge Lab, University of Chicago) for memorability scoring, it iterates until your image clears a science-validated memorability threshold.


Prerequisites

API Key:

  • GEMINI_API_KEY environment variable, OR
  • --api-key CLI flag, OR
  • ~/.config/gemini/api_key file

Python 3.8+ with these packages:

pip install resmem torch torchvision pillow requests

Quick Start

python scripts/generate_memorable_image.py \
  --prompt "a lone astronaut standing on a red desert planet at dusk" \
  --output hero.png \
  --threshold 0.7 \
  --verbose

How It Works

  1. Generate — Calls the Gemini REST API (gemini-2.0-flash-exp) with your prompt
  2. Score — Runs the image through ResMem to get a memorability score (0–1)
  3. Threshold check — If score ≥ threshold (default: 0.7), saves and returns the image
  4. Regenerate — If below threshold and attempts remain, enhances the prompt with composition cues and tries again
  5. Max attempts — After 3 attempts (default), saves the best result regardless

Each failed attempt appends increasingly strong composition cues to the prompt:

  • Attempt 2: ", striking composition"
  • Attempt 3: ", vivid colors, memorable focal point"

Script Usage

# Basic usage
python scripts/generate_memorable_image.py --prompt "your image description"

# Full options
python scripts/generate_memorable_image.py \
  --prompt "your image description" \
  --output path/to/output.png \
  --threshold 0.75 \
  --max-attempts 3 \
  --api-key YOUR_KEY \
  --verbose

# With verbose scoring output
python scripts/generate_memorable_image.py \
  --prompt "a surreal clock melting over a desert canyon" \
  --verbose

CLI Arguments:

ArgumentDefaultDescription
--prompt(required)Image description
--outputmemorable-image.pngOutput file path
--threshold0.7Memorability threshold (0–1)
--max-attempts3Max regeneration attempts
--api-key(env/file)Gemini API key
--verbose(flag)Show memorability scores per attempt

Prompt Tips for High-Memorability Images

Research shows these compositional elements consistently score higher with ResMem:

  • Faces and eyes — Human faces, especially with direct gaze, are inherently memorable
  • Unusual juxtapositions — Unexpected scale, context, or combination of objects ("a whale floating through a city skyline")
  • Strong focal point — One clear subject against a contrasting background
  • High contrast — Bold color separations between subject and background
  • Emotional resonance — Images that imply narrative or emotion
  • Unusual lighting — Dramatic shadows, golden hour, bioluminescence, neon
  • Unexpected scale — Macro details of normally-seen-large things, or vice versa

Prompts that tend to score low: generic landscapes, symmetrical compositions, neutral palettes, cluttered scenes with no clear focal point.


Memorability Science

ResMem — Brain Bridge Lab, University of Chicago © 2021 The University of Chicago. Non-commercial use license. https://github.com/Brain-Bridge-Lab/resmem

ResMem is a deep learning model trained to predict image memorability scores — how likely a person is to remember having seen an image after a brief exposure. Scores range from 0 (instantly forgotten) to 1 (highly memorable).

License: ResMem Non-commercial License — redistribution permitted for non-commercial purposes with attribution. For commercial licensing: wilma@uchicago.edu


Built for Claude Code. Requires a Gemini API key and a local Python environment with resmem installed. This skill is distributed for free/non-commercial use only because ResMem uses a non-commercial license.

相关技能

Recommend suitable prompts from 15,600+ GPT Image 2 image generation prompts based on user needs. Optimized for GPT Image 2 (OpenAI), but prompts also work w...

基于 CellCog 的梗图生成器,研究网络热点、定位受众并产出多角度候选供筛选。

103 次安装6 星标

Generate images where the copy has to be exactly right: posters, packaging, ads, social graphics, UI mockups, menus, signage, infographics. Use when the user...

1 次安装

通过文本或参考图生成与编辑图像,支持多模型路由、角色一致性以及电商产品图拍摄。

539 次安装10 星标

Transform a real product photo into a studio-quality ecommerce image, lifestyle scene, or marketplace-ready hero shot. This AI product photography tool replaces backgrounds, improves lighting, and stages scenes while using the source photo and confirmed product details as the visual anchor. Create clean white-background listings, contextual lifestyle compositions, and premium ad visuals from a single phone snap for Amazon, Taobao, Shopify, and social media. Start from one product photo, combine several references, or refine a selected draft toward a polished listing image.

Generate AI images via GoAI API. Use when the user asks to create, generate, draw, edit, render, or make images, pictures, illustrations, posters, avatars, p...

16 次安装