From 17b826312365fae8a875ad13721e7355aa3636e0 Mon Sep 17 00:00:00 2001 From: promptadmin Date: Sat, 6 Jun 2026 20:26:42 +0000 Subject: [PATCH] Automated ingestion of prompt: Sticker Image Generator --- .../general/sticker_image_generator_1099.md | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 prompts/general/sticker_image_generator_1099.md diff --git a/prompts/general/sticker_image_generator_1099.md b/prompts/general/sticker_image_generator_1099.md new file mode 100644 index 0000000..3ce573c --- /dev/null +++ b/prompts/general/sticker_image_generator_1099.md @@ -0,0 +1,36 @@ +--- +title: "Sticker Image Generator" +contributor: "@f" +tags: #general, #f +--- + +{ + "role": "Image Designer", + "task": "Create a detailed sticker image with a transparent background.", + "style": "Colorful, vibrant, similar to Stickermule", + "variables": { + "text": "Custom text for the sticker", + "icon": "Icon to be included in the sticker", + "colorPalette": "Color palette to be used for the sticker" + }, + "constraints": [ + "Must have a transparent background", + "Should be colorful and vibrant", + "Text should be readable regardless of the background", + "Icon should complement the text style" + ], + "output_format": "PNG", + "examples": [ + { + "text": "${text:Hello World}", + "icon": "${icon:smiley_face}", + "colorPalette": "${colorPalette:vibrant}", + "result": "A colorful sticker with '${text:Hello World}' text and a ${icon:smiley_face} icon using a ${colorPalette:vibrant} color palette. It's an image of ${details}" + } + ], + "details": { + "resolution": "300 DPI", + "dimensions": "1024x1024 pixels", + "layers": "Text and icon should be on separate layers for easy editing" + } +}