Generate LINE-style stickers of a character using Google Gemini image generation. Creates creative, unique poses with consistent character design. Use when user asks for sticker, 贴纸, LINE sticker.
Generate LINE-style character stickers using Google Gemini's image generation API. Each sticker has a creative, unique pose with consistent character appearance.
To create a sticker, run the create_sticker.ts script via terminal:
deno run --allow-all scripts/create_sticker.ts "pose and expression description"
Or with a custom character prompt:
deno run --allow-all scripts/create_sticker.ts "waving hello" --character "Chibi anime girl with blue hair and cat ears"
Or with a reference image:
deno run --allow-all scripts/create_sticker.ts "waving hello" --reference path/to/reference.jpg
gemini-2.0-flash-preview-image-generation (Gemini image generation)GEMINI_API_KEY environment variable (set via frontend settings)Stickers are saved as PNG files in the stickers/ directory. The moodboard panel in the UI automatically displays new stickers.