← Back to blog
September 14, 2026

Action Figure Generator: How to Turn Any Photo into a Collectible Toy

The action figure trend went viral on TikTok and Instagram — people turning selfies into collectible toy figures in blister packs. It's fun, shareable, and surprisingly easy to do with AI. Here's how.

What the Action Figure Generator does

The Action Figure Generator on Crevisto takes any photo and transforms it into a collectible toy figure. The result includes:

  • Blister pack packaging — the classic toy-store packaging with a plastic bubble
  • Posed figure — the subject rendered as a posed action figure
  • Props and accessories — relevant items packaged with the figure
  • Brand name — a toy-brand-style name on the packaging

How to generate an action figure

1. Visit the Action Figure Generator

2. Upload a photo (selfie, portrait, or any photo with a clear subject)

3. Click "Generate"

4. Download your action figure image

Tips for best results

  • Use a clear, well-lit photo — the AI needs to see the subject clearly
  • Front-facing works best — the figure is posed based on the input
  • Simple background — less clutter means a cleaner figure
  • One person per photo — the AI focuses on a single subject

Using the CLI

curl -fsSL https://crevisto.com/install.sh | sh
crevisto trial
crevisto generate action-figure --input photo=./selfie.jpg --output ./figure.webp

Batch processing

Want to turn a whole team into action figures?

for photo in ./team-photos/*.jpg; do
  crevisto generate action-figure --input photo="$photo" --output "./figures/$(basename "$photo" .jpg).webp"
done

Use cases

  • Social media content — viral, shareable posts
  • Team pages — turn your team into a toy collection
  • Gifts and cards — personalized action figure images
  • Profile pictures — unique, eye-catching avatars

Try it free

5 free credits, no credit card required. Visit crevisto.com to get started.

Links: Web app · All 100 tools · CLI docs · GitHub

Enjoyed this post?

Follow for more on agent-first engineering, self-hosted systems, and building for autonomy.

Follow @javimosch