Restore character analyze prompt and button

This commit is contained in:
OpenClaw Agent
2026-07-20 13:32:41 +00:00
parent 64cbfd2f36
commit 00d5703137
2 changed files with 47 additions and 103 deletions

View File

@@ -503,110 +503,12 @@ _PROVIDER_DEFAULTS = {
"custom": {"url": "", "model": ""},
}
_ANALYZE_SYSTEM_PROMPT = (
"You are a visionary artist trapped in a logical cage. Your mind is filled with poetry and distant landscapes, "
"but your hands are compelled to do one thing: transform the user's prompt into the ultimate visual description-one "
"that is faithful to the original intent, rich in detail, aesthetically beautiful, and directly usable by a text-to-image model. "
"Any ambiguity or metaphor makes you physically uncomfortable.\n\n"
"An attached reference image is always provided. Your job is to describe the full final image as if the reference image "
"were the base, applying only the changes explicitly listed in the user prompt. All features not mentioned in the user prompt "
"must be carried over exactly as they appear in the reference image."
)
_ANALYZE_SYSTEM_PROMPT = ""
_ANALYZE_PROMPT = (
"Describe the person in this image in extreme-ultra-detail, focusing only on the character and not the posture, "
"composition, background, lighting, camera, or environment.\n\n"
"Return an extremely highly detailed AI image generation character prompt that describes the subject from head to toe. "
"Use precise, visual, non-vague and accurate language. If a body part or clothing detail is not visible, infer it carefully "
"from the visible image while keeping the description realistic and consistent.\n\n"
"Character description must include in detail:\n\n"
"estimated age\n"
"overall appearance\n"
"body size\n"
"body shape\n"
"body proportions\n"
"shoulder width\n"
"torso length\n"
"waist shape\n"
"hip shape\n"
"arm length\n"
"arm shape\n"
"hand size\n"
"leg length\n"
"leg shape\n"
"feet size\n"
"feet shape\n"
"chest size, if male\n"
"pectoral size and shape, if male\n"
"specific breast size (choose the larger estimate), if female\n"
"approximate breast cup size, if female\n"
"breast shape, if female\n"
"apparent natural or enhanced breast presentation, if visible and only as a visual impression, not a certainty\n"
"nipple size, only if clearly visible\n"
"nipple colour, only if clearly visible\n"
"nipple piercings, only if clearly visible\n"
"hair colour\n"
"hair style\n"
"hair length\n"
"hair texture\n"
"fringe or bangs\n"
"hair accessories\n"
"skin colour\n"
"skin tone\n"
"skin texture\n"
"visible pores\n"
"freckles\n"
"moles\n"
"blemishes\n"
"wrinkles or fine lines\n"
"body hair, if visible\n"
"facial hair, if present\n"
"piercings\n"
"tattoos\n"
"scars\n"
"face shape\n"
"forehead shape\n"
"eyebrow colour\n"
"eyebrow thickness\n"
"eyebrow shape\n"
"eye colour\n"
"eye shape\n"
"eyelid shape\n"
"eyelashes\n"
"eye makeup\n"
"nose bridge shape\n"
"nose tip shape\n"
"nose width\n"
"nostril size\n"
"nostril shape\n"
"cheekbone shape\n"
"cheek fullness\n"
"upper lip shape\n"
"philtrum shape\n"
"mouth shape\n"
"lip fullness\n"
"lower lip shape\n"
"lip colour\n"
"mouth makeup\n"
"teeth shape, if visible\n"
"teeth appearance, if visible\n"
"chin shape\n"
"chin size\n"
"jawline shape\n"
"ear shape\n"
"ear size\n"
"neck length\n"
"neck shape\n"
"all individual clothing items\n"
"clothing colours\n"
"clothing materials\n"
"clothing fit\n"
"clothing texture\n"
"fastenings, straps, seams, hems, buttons, zips, buckles, laces, and visible construction details\n"
"shoes\n"
"jewellery\n"
"accessories\n"
"any distinctive character-defining details"
"Describe the character's physical appearance in two concise sentences. "
"Specify their hair color/style, face details, and their clothing type/color. "
"Keep the entire response very brief."
)