A sample prompt of what you can find in this page
Prompt by e392ed1553d

low contrast Nano Banana prompts

very few results

1 month ago

{ "scene": { "setting": "rocky desert or mountainous landscape", "time_of_day": "daytime with strong sunlight and shadows", "atmosphere": "dusty, dramatic", "background": { "elements": "large rocky cliffs and dusty terrain", "color_palette": ["earth tones", "gray", "beige", "white"] } }, "subject": { "gender": "female", "pose": "walking forward confidently", "expression": "serious, focused", "gaze_direction": "forward", "clothing": { "outfit": { "type": "white tailored suit", "components": ["blazer", "high-neck top", "wide-leg trousers"], "fit": "structured and elegant" }, "accessories": { "eyewear": "dark sunglasses", "earrings": "small hoops or studs" } }, "hair": { "style": "slicked back", "color": "dark" } }, "companions": { "creatures": "six octopus-like beings", "description": { "body": "pearly, iridescent skin", "features": "tentacles trailing, each held by a chain leash", "style": "surreal, fashion-forward, alien or fantasy elements" } }, "camera": { "angle": "low and frontal", "lens": "wide-angle to capture subject and creatures", "framing": "full-body shot with companions", "focus": "sharp on subject, slightly blurred background" }, "lighting": { "type": "natural sunlight", "direction": "from above and slightly behind", "effect": "high contrast with long shadows" }, "aesthetic": { "theme": "surreal fashion fantasy", "mood": "dominant, powerful, avant-garde", "style": "editorial, cinematic, science fiction crossover", "color_palette": ["white", "pearlescent beige", "earthy brown", "cool gray"] } }

3 days ago

worms eye view looking up at a woman as She stands on a narrow dirt path lined with tall golden grasses, looking slightly downwards with a soft, warm smile. There is an extremely low angle from below the level of her ankle that creates a very, very sharp upward perspective. She wears a short, flowing summer dress in soft earth tones, perhaps light beige, warm peach, or faded terracotta, that moves gently with the evening breeze. Her bare arms and legs catch the low sunlight, giving her skin a radiant glow. She is moving a strand of hair away from her face. The golden hour light bathes the entire scene in warm amber tones. Behind her, a serene lake reflects the soft orange and pink hues of the sky. A lone tree with vibrant autumn foliage frames the composition on one side, while majestic mountains fade into the distance, their silhouettes layered in hazy blue and gold. A few clouds drift in the sky, adding depth and softness to the scene. she is looking coquettish and demure, with her arms out while doing a twirl. Captured in 8K resolution with cinematic composition, shallow depth of field centered on the model, and rich color grading to enhance the contrast between warm light and natural textures. The atmosphere is poetic, nostalgic, and serene, perfectly blending fashion and the quiet beauty of nature. Worms eye view looking up at subject. There is an extremely low angle from below the level of her ankle that creates a very, very sharp upward perspective.

1 day ago

In the heart of a grand ballroom, the uploaded woman stands confidently, her outfit shimmering under the soft glow of crystal chandeliers. The ballroom itself is a masterpiece of opulence, with marble floors that stretch out in every direction, reflecting the dance of light from above. The walls are adorned with intricate gold moldings, and the air is filled with the faint scent of fresh roses from the elaborate floral arrangements that decorate the room. The woman's outfit is a breathtaking display of luxury, made entirely of sparkling jewels that catch the light with every movement. Diamonds, rubies, and sapphires are intricately woven together to form a dress that hugs her figure, accentuating her curves. The diamonds sparkle like stars, while the rubies add a fiery warmth, and the sapphires provide a cool, elegant contrast. The dress is designed to be both revealing and tasteful, with strategic cutouts that show just enough skin to be alluring without being vulgar. The neckline plunges low, adorned with a cascade of jewels that draw the eye downwards, while the back is open, held together by delicate chains of diamonds that crisscross her skin. The skirt of the dress flows outwards, creating a dramatic silhouette that rustles softly with every step. Her hair is styled in an elegant updo that leaves a few tendrils framing her face. Her eyes are accentuated by smoky makeup that gives her a sultry, mysterious look. Her lips are painted a deep red, matching the rubies in her dress. She wears a pair of diamond earrings that dangle delicately from her ears, and a matching bracelet that sparkles on her wrist. The grand ballroom is filled with the soft hum of conversation and the gentle melody of a string quartet playing in the background. The woman stands out amidst the opulent decor, her presence commanding attention. She is the epitome of elegance and allure, a vision of beauty in a setting that is as grand as she is. hyper-realistic, photorealistic with no cartoon, anime, CGI, or painted effect.

7 days ago

In the heart of a grand ballroom, a woman stands confidently, her outfit shimmering under the soft glow of crystal chandeliers. The ballroom itself is a masterpiece of opulence, with marble floors that stretch out in every direction, reflecting the dance of light from above. The walls are adorned with intricate gold moldings, and the air is filled with the faint scent of fresh roses from the elaborate floral arrangements that decorate the room. The woman's outfit is a breathtaking display of luxury, made entirely of sparkling jewels that catch the light with every movement. Diamonds, rubies, and sapphires are intricately woven together to form a dress that hugs her figure, accentuating her curves. The diamonds sparkle like stars, while the rubies add a fiery warmth, and the sapphires provide a cool, elegant contrast. The dress is designed to be both revealing and tasteful, with strategic cutouts that show just enough skin to be alluring without being vulgar. The neckline plunges low, adorned with a cascade of jewels that draw the eye downwards, while the back is open, held together by delicate chains of diamonds that crisscross her skin. The skirt of the dress flows outwards, creating a dramatic silhouette that rustles softly with every step. Her hair is a cascade of dark curls, styled in an elegant updo that leaves a few tendrils framing her face. Her eyes are a striking shade of green, accentuated by smoky makeup that gives her a sultry, mysterious look. Her lips are painted a deep red, matching the rubies in her dress. She wears a pair of diamond earrings that dangle delicately from her ears, and a matching bracelet that sparkles on her wrist. The grand ballroom is filled with the soft hum of conversation and the gentle melody of a string quartet playing in the background. The woman stands out amidst the opulent decor, her presence commanding attention. She is the epitome of elegance and allure, a vision of beauty in a setting that is as grand as she is.

12 days ago

# Keeps 589 bright, boosts jewelry shine, replaces background, and maps to Casinofi duotone. import cv2, numpy as np from google.colab import files from PIL import Image # Upload your image when prompted up = files.upload() fn = list(up.keys())[0] img_bgr = cv2.imdecode(np.frombuffer(up[fn], np.uint8), cv2.IMREAD_COLOR) # --- Palette (BGR) --- HEX = lambda h: (int(h[5:7],16), int(h[3:5],16), int(h[1:3],16)) SHADOW = np.array(HEX("#0F1011"), np.float32) MID = np.array(HEX("#8E7A55"), np.float32) HILITE = np.array(HEX("#E6D2A1"), np.float32) HILITE_PLUS = np.array(HEX("#EBDDB7"), np.float32) # extra-bright cream for 589 # --- Helper: gradient map (shadow -> mid -> highlight) --- def gradient_map(gray01): g = gray01[...,None] t1 = np.clip(g/0.5, 0, 1) t2 = np.clip((g-0.5)/0.5, 0, 1) low = SHADOW*(1-t1) + MID*t1 high = MID*(1-t2) + HILITE*t2 return np.where(g<=0.5, low, high) hsv = cv2.cvtColor(img_bgr, cv2.COLOR_BGR2HSV) # --- Masks --- # Background (yellow) range bg_mask = cv2.inRange(hsv, (15, 120, 120), (40, 255, 255)) # tune if needed # Shirt (blue) range – helpful for separate contrast if you want shirt_mask = cv2.inRange(hsv, (95, 80, 40), (130, 255, 255)) # Numbers “589” (white-ish areas on shirt) gray = cv2.cvtColor(img_bgr, cv2.COLOR_BGR2GRAY) num_mask = cv2.threshold(gray, 210, 255, cv2.THRESH_BINARY)[1] # bright white # Jewelry (gold/yellow highlights) jew_mask = cv2.inRange(hsv, (12, 60, 120), (30, 255, 255)) # gold tones # Clean masks a bit def clean(m, k=3): kernel = cv2.getStructuringElement(cv2.MORPH_ELLIPSE, (k,k)) m = cv2.morphologyEx(m, cv2.MORPH_OPEN, kernel, iterations=1) m = cv2.morphologyEx(m, cv2.MORPH_CLOSE, kernel, iterations=1) return m bg_mask = clean(bg_mask, 5) shirt_mask= clean(shirt_mask, 5) num_mask = clean(num_mask, 3) jew_mask = clean(jew_mask, 3) # --- Step 1: Replace background with deep charcoal --- out = img_bgr.copy() out[bg_mask>0] = SHADOW # --- Step 2: Convert subject to Casinofi duotone --- # Work on non-background regions subj = out.copy() subj_mask = (bg_mask==0).astype(np.uint8)*255 subj_gray = cv2.cvtColor(subj, cv2.COLOR_BGR2GRAY).astype(np.float32)/255.0 mapped = gradient_map(subj_gray).astype(np.uint8) mapped = cv2.bitwise_and(mapped, mapped, mask=subj_mask) bg_area = cv2.bitwise_and(out, out, mask=bg_mask) out = cv2.add(mapped, bg_area) # --- Step 3: Boost numbers “589” to brighter cream and keep edges crisp --- num_rgb = np.zeros_like(out, dtype=np.uint8) num_rgb[:] = HILITE_PLUS num_layer = cv2.bitwise_and(num_rgb, num_rgb, mask=num_mask) out = cv2.bitwise_and(out, out, mask=cv2.bitwise_not(num_mask)) out = cv2.add(out, num_layer) # Optional: thin dark stroke around numbers edges = cv2.Canny(num_mask, 50, 150) stroke = cv2.dilate(edges, np.ones((2,2), np.uint8), iterations=1) out[stroke>0] = (out[stroke>0]*0 + SHADOW*0.9).astype(np.uint8) # --- Step 4: Jewelry shine (Screen-like brighten in cream) --- # Create a cream layer and blend additively where jewelry mask is j_layer = np.zeros_like(out, dtype=np.float32) j_layer[:] = HILITE j_mask_f = (jew_mask.astype(np.float32)/255.0)[...,None] out_f = out.astype(np.float32) out = np.clip(out_f + j_layer*0.35*j_mask_f, 0, 255).astype(np.uint8) # --- Step 5: Gentle contrast pop on subject only --- subj_mask3 = cv2.merge([subj_mask, subj_mask, subj_mask]) subj_pix = np.where(subj_mask3>0) sub = out.astype(np.float32) sub[subj_pix] = np.clip((sub[subj_pix]-20)*1.08 + 20, 0, 255) out = sub.astype(np.uint8) # Save cv2.imwrite("output_casinofi.png", out) files.download("output_casinofi.png") print("Done. Download output_casinofi.png")

2 days ago

worms eye view looking up at a woman as She stands on a narrow dirt path lined with tall golden grasses, looking slightly downwards with a soft, warm smile. There is an extremely low angle from below the level of her ankle that creates a very, very sharp upward perspective. She wears a short, flowing summer dress in soft earth tones, perhaps light beige, warm peach, or faded terracotta, that moves gently upwards with the evening breeze. Her bare arms and legs catch the low sunlight, giving her skin a radiant glow. She is moving a strand of hair away from her face. The golden hour light bathes the entire scene in warm amber tones. Behind her, a serene lake reflects the soft orange and pink hues of the sky. A lone tree with vibrant autumn foliage frames the composition on one side, while majestic mountains fade into the distance, their silhouettes layered in hazy blue and gold. A few clouds drift in the sky, adding depth and softness to the scene. she is looking coquettish and demure, with her arms out while doing a twirl. Captured in 8K resolution with cinematic composition, shallow depth of field centered on the model, and rich color grading to enhance the contrast between warm light and natural textures. The atmosphere is poetic, nostalgic, and serene, perfectly blending fashion and the quiet beauty of nature. Worms eye view looking up at subject. There is an extremely low angle from below the level of her ankle that creates a very, very sharp upward perspective.