
{ "title": "Adaptive Embroidered Brooch Prompt Generator", "version": "2.0", "description": "Generate a prompt for an embroidered brooch based on text description or uploaded image.", "inputs": { "reference_mode": { "type": "select", "label": "Reference Source", "options": ["describe manually", "use uploaded image", "combine both"], "default": "describe manually" }, "theme_text": { "type": "text", "label": "Describe the Theme or Motif", "placeholder": "e.g. an owl in a forest, biomechanical skull, dancing figures" }, "image_reference_description": { "type": "text", "label": "Describe what's in the uploaded image (if using image mode)", "placeholder": "e.g. a mechanical skull with succulents growing from it" }, "shape": { "type": "select", "label": "Brooch Shape", "options": ["circular", "oval", "square", "irregular"], "default": "oval" }, "style": { "type": "select", "label": "Embroidery Style", "options": [ "traditional", "folkloric", "surreal", "biomech-organic fusion", "modern minimal" ], "default": "traditional" }, "color_palette": { "type": "select", "label": "Color Palette", "options": [ "earth tones and muted greens", "pastel shades", "neon surreal", "rusted metal and white florals", "monochrome with silver threads" ], "default": "earth tones and muted greens" } }, "prompt_template": "{final_theme} hand-embroidered brooch, {style} style, crafted with intricate threadwork and metallic accents, soft wool and silk embroidery, fine beadwork outlining the {shape} shape, natural color palette ({color_palette}), macro shot on neutral linen or stone background, ultra-detailed artisan aesthetic, realistic embroidery textures, soft atmospheric lighting --ar 1:1 --style raw --v 6 --q 2", "logic": { "final_theme": { "if": "reference_mode == 'describe manually'", "value": "{theme_text}" }, "final_theme_alt": { "if": "reference_mode == 'use uploaded image'", "value": "{image_reference_description}" }, "final_theme_combined": { "if": "reference_mode == 'combine both'", "value": "{theme_text} and elements from: {image_reference_description}" } } }
This felt prompt is designed for AI image generation. It helps create felt results and is optimized for imgo-pro.
Simply copy the prompt, then paste it into your preferred AI image generation tool. You can customize settings like aspect ratio, style, or negative prompts to refine the result.
This prompt is specifically optimized for imgo-pro, but it also works well with other popular image tools.
Absolutely. You can customize the prompt to match your creative direction, add or remove elements, refine style descriptors, or combine it with other prompts for unique results.