Turn one prompt into endless AI image variations
View on GitHubpython src/cli.py -p "majestic dragon flying over various locations" \
-n 12 --generate-images --width 576 --height 768 --prefix dragon
{
"origin": ["#shot#. #subject#. #environment#. #lighting#. #mood#. #quality#"],
"shot": [
"Wide shot, dramatic low angle",
"Full-body shot, side profile",
"Cinematic wide, three-quarter view",
"Sweeping panoramic, bird's eye",
"Dynamic angle from below",
"Cinematic wide, eye level"
],
"subject": [
"A majestic #dragonType# dragon with two #wingStyle# wings, four powerful legs, and a long tail, #flyingAction#"
],
"dragonType": [
"crimson scaled", "obsidian black", "emerald green",
"golden armored", "frost-white", "bronze ancient"
],
"wingStyle": [
"massive bat-like wings", "enormous feathered wings",
"translucent membrane wings", "iridescent scaled wings",
"tattered leathery wings", "broad spanning wings"
],
"flyingAction": [
"soaring majestically", "gliding effortlessly",
"soaring through the clouds", "banking in the sky",
"soaring high above", "diving through the air"
],
"environment": [
"over a range of jagged snow-capped mountains",
"over a dense ancient forest",
"over a sprawling desert dunes",
"over misty coastal cliffs",
"over a misty mountain valley",
"over a stormy ocean"
],
"lighting": [
"Golden hour sunlight illuminates the scene",
"Soft diffused daylight fills the air",
"Dramatic storm light with rays breaking through",
"Warm sunset light bathes the landscape",
"Ethereal moonlight silvers the peaks",
"Harsh midday sun creates strong shadows"
],
"mood": [
"epic and awe-inspiring", "serene and majestic",
"wild and untamed", "ancient and mythical",
"mysterious and powerful", "grand and sweeping"
],
"quality": [
"Sharp focus, intricate texture detail, photorealistic",
"Crystal clear, dramatic composition, 8k",
"Highly detailed, cinematic quality, professional",
"Tack sharp, volumetric lighting, masterwork",
"Pristine detail, correct anatomy, stunning"
]
}