I tell my students that artificial intelligence is a property that a machine has if it astounds you.
Herbert Freeman
If you regularly creating images with AI or want some options easily available, an HTML file to generate the prompt can be helpful:

It’s a single HTML where the categories structure the prompt and default options can be clicked. You can also edit the HTML and add other default options, or simply write them into the text fields.
{
id: "face",
title: "5. Face / Expression",
hint: "Expression, gaze, makeup, and face-level mood.",
prefix: "face and expression:",
options: [
"neutral expression",
"subtle smile",
"intense gaze at the viewer",
"looking away from camera",
"slightly parted lips",
"serious expression",
"melancholic expression",
"confident expression",
"defined eyeliner",
"subtle smoky eyeshadow",
"natural brows",
"glossy nude lips"
],
ChatGPT did create the HTML with a few custom instructions.
You can then copy the prompt and ask, e.g., ChatGPT to generate the image:


You find the HTML file (zipped) here: ImagePrompter.zip
Happy creating. 🙂