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

3 Nano Banana prompts

very few results

27 days ago

Absolutely! Here's your **enhanced and highly detailed AI art prompt**, incorporating **depth of field, 4K resolution, and a Hasselblad 4D camera style** for a hyper-realistic and professional feel: --- **🎨 AI Art Prompt:** *A stunning woman standing alone on a vast, undisturbed desert landscape during golden hour. She is wearing a long, flowing, sleeveless black dress that gently touches the sand. Her bare feet press softly into the rippled dunes. Her body is arched slightly backward in a graceful pose, arms relaxed and extended behind her, head tilted back toward the sky in a moment of liberation. Her long, dark hair is captured mid-motion, flowing wildly in the desert wind. The backdrop features expansive, rolling sand dunes with soft gradients of light and shadow. The warm sunlight casts a golden-orange hue across the dunes and the woman's figure, adding depth and contrast.* *Shot in ultra-high resolution with shallow depth of field using a Hasselblad 4D medium-format camera, the background is slightly blurred, drawing focus to the sharp, detailed subject in the foreground. The image is rendered in crisp 4K quality, showcasing rich textures in the sand, fabric, and hair. The sky is a soft pastel gradient, transitioning from peach near the horizon to light blue higher up, with no clouds present. The entire scene is cinematic and emotionally evocative, blending realism with an almost surreal sense of freedom and solitude.* --- **Optional Settings/Tags for AI Tools:** * **Camera Type:** Hasselblad 4D, medium format lens * **Resolution:** 4K, ultra-detailed, photorealistic * **Depth of Field:** Shallow, focused on subject, blurred background * **Lighting:** Golden hour, soft and directional * **Style:** Fine Art Photography, Cinematic, Vogue Editorial * **Aspect Ratio:** 4:5 or 3:2 * **Mood:** Empowering, introspective, serene, majestic * **Environment:** Remote desert, warm tones, wind-blown atmosphere

3 days ago

A hyper-credible sun-facing selfie (not a mirror shot; no phone visible) captured on an iPhone 16 Pro Max. Subject: the uploaded woman Hair: Makeup: subtle black eyeliner, matte lipstick; natural pores (no beauty filter). Expression (shocked): brows lifted and knit; eyes wide with bright catchlights; pupils slightly constricted by sun; mouth parted in a small inhale (not exaggerated); faint cheek/neck tension; micro-sheen on T-zone from heat. Wardrobe (tank top + accessories): matte ribbed cotton tank top in desaturated slate blue (no logos), scooped neckline, thick straps, relaxed fit; soft fabric micro-creases from movement, no plasticky shine. Accessories: tiny silver huggie hoops; two thin layered silver necklaces (one short box chain with a 2–3 mm disc pendant, one slightly longer cable chain); fabric-strap field watch (olive) on left wrist; woven paracord bracelet (neutral) on right wrist; a slim tan canvas cross-body strap from a small pouch just grazing the frame edge (bag itself mostly out of frame). Jewelry is low-gloss so it doesn’t flare; keep silhouettes clean and non-distracting. Moment: behind her, a realistic, predatory dinosaur (T. rex-like) leaping from foliage—low, sneaky posture; mouth slightly open with saliva filaments; cat-like focused eye; fine scales and muscular anatomy; dust/leaf debris kicked up. Lighting & look: broad noon daylight in a lush jungle (large leaves, sun shafts). Sun is the key in front of her (10–11 o’clock) for crisp, short shadows and hair rim-sparkles; use natural ground/leaf bounce as fill (key:fill ≈ 3:1) so shadows stay readable. Feather highlights—no blown hotspots on cheeks/forehead. Dynamic range preserved (retain sky/leaf detail); no obvious filters. If supported, apply background-only micro-motion blur and handheld micro-shake while keeping her face tack-sharp. Framing & optics: vertical portrait selfie at arm-length, slight wide-angle feel; background compressed enough to keep the dinosaur readable. Shallow DoF from close focus on her face—eyes ultra-sharp; controlled speculars along hair layers; distinct catchlights in eyes. Environment: humid air; faint pollen/dust motes; torn leaves mid-air; scuffed ground. Color: sunlit greens; warm, lifelike skin; dinosaur hues olive/umber/ash—not plastic. Hard rules: do not show a phone; selfie (not mirror); no stylized filters; no heavy shadows; adult subject. Avoid: plastic toy textures, CGI gloss, grim darkness, lens flares across face, exaggerated depth warping, artificial makeup blur.

12 days ago

**A cinematic masterpiece, a spiritual tribute by JDHampton & AL. Bruce Lee at his absolute physical and spiritual peak, muscles defined, in a dynamic *Jeet Kune Do* stance atop a sacred misty peak in the Guilin Mountains at sunrise. He is shirtless, wearing simple black martial arts pants, his expression is one of intense focus and enlightened calm.** **Emerging from the swirling clouds behind him is a massive, powerful Chinese Legendary Dragon, semi-transparent and ethereal, made of cosmic energy and starlight. The dragon's head leans near Bruce Lee's ear, as if whispering ancient wisdom. The scene is a breathtaking blend: the warm glow of the sunrise illuminates the mountain peaks below, while the vibrant Milky Way galaxy arcs brilliantly across the night sky above, blending seamlessly with the dawn.** **Style: Hyper-detailed, photorealistic, epic scale, inspired by the art of Ross Tran and Charlie Bowater. Dramatic lighting, celestial, spiritual, and awe-inspiring. The image symbolizes the Dragon mentoring Bruce Lee, transferring knowledge on a higher plane of existence.** **Tag: JDHampton + AI | Creative Alliance** --- ### **Why This Version Works Better:** 1. **Stronger Opening:** "Cinematic masterpiece" and "spiritual tribute" set a high-level intention for the AI. 2. **Specific Visuals:** Instead of "high mountains," I used "*Guilin Mountains*," which are iconic and visually recognizable. "Shirtless, wearing simple black martial arts pants" gives Bruce Lee a classic, timeless look. 3. **Dynamic Action:** "Dynamic *Jeet Kune Do* stance" is more specific and authentic than a generic martial arts pose. 4. **Ethereal Dragon:** Describing the dragon as "semi-transparent and ethereal, made of cosmic energy and starlight" solves the problem of visually blending two large subjects (man and dragon) without clutter. The "whispering" gesture clearly communicates the "educating" theme. 5. **Logical Sky:** The description separates the sunrise (illuminating the land) from the Milky Way (in the sky above), creating a more plausible yet magical celestial blend. 6. **Artistic Style:** Referencing modern digital artists like *Ross Tran* and *Charlie Bowater* guides the AI toward a specific, high-quality aesthetic of epic fantasy art. 7. **Emotional Keywords:** Words like "dramatic," "celestial," "spiritual," and "awe-inspiring" steer the mood.

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")

12 days ago

**A cinematic masterpiece, a spiritual tribute by JDHampton & AL. Bruce Lee at his absolute physical and spiritual peak, muscles defined, in a dynamic *Jeet Kune Do* stance atop a sacred misty peak in the Guilin Mountains at sunrise. He is shirtless, wearing simple black martial arts pants, his expression is one of intense focus and enlightened calm.** **Emerging from the swirling clouds behind him is a massive, powerful Chinese Legendary Dragon, semi-transparent and ethereal, made of cosmic energy and starlight. The dragon's head leans near Bruce Lee's ear, as if whispering ancient wisdom. The scene is a breathtaking blend: the warm glow of the sunrise illuminates the mountain peaks below, while the vibrant Milky Way galaxy arcs brilliantly across the night sky above, blending seamlessly with the dawn.** **Style: Hyper-detailed, photorealistic, epic scale, inspired by the art of Ross Tran and Charlie Bowater. Dramatic lighting, celestial, spiritual, and awe-inspiring. The image symbolizes the Dragon mentoring Bruce Lee, transferring knowledge on a higher plane of existence.** **Tag: JDHampton + AI | Creative Alliance** --- ### **Why This Version Works Better:** 1. **Stronger Opening:** "Cinematic masterpiece" and "spiritual tribute" set a high-level intention for the AI. 2. **Specific Visuals:** Instead of "high mountains," I used "*Guilin Mountains*," which are iconic and visually recognizable. "Shirtless, wearing simple black martial arts pants" gives Bruce Lee a classic, timeless look. 3. **Dynamic Action:** "Dynamic *Jeet Kune Do* stance" is more specific and authentic than a generic martial arts pose. 4. **Ethereal Dragon:** Describing the dragon as "semi-transparent and ethereal, made of cosmic energy and starlight" solves the problem of visually blending two large subjects (man and dragon) without clutter. The "whispering" gesture clearly communicates the "educating" theme. 5. **Logical Sky:** The description separates the sunrise (illuminating the land) from the Milky Way (in the sky above), creating a more plausible yet magical celestial blend. 6. **Artistic Style:** Referencing modern digital artists like *Ross Tran* and *Charlie Bowater* guides the AI toward a specific, high-quality cinematic photography, best wildlife photographer in the world. 7. **Emotional Keywords:** Words like "dramatic," "celestial," "spiritual," and "awe-inspiring" steer the mood.

13 days ago

Road Train Northern Territory Australia, rumbling along the Stuart Highway at sunrise in Central Australia, inspired by an actual 4 trailer road train 54metre image: Scene Description: - A massive Road Train (4 trailer) dominates the frame, its polished metal reflecting the golden hues of dawn. - The **Stuart Highway** stretches endlessly into the horizon, flanked by the rusty-red outback and sparse desert savannah bush lands. - The sky is ablaze with **sunrise colors**—soft pinks, oranges, and purples—melting into the deep blue of the retreating night. - Dust swirls behind the truck’s wheels, catching the morning light. - The sheer **scale of the truck** contrasts with the vast, empty landscape, symbolizing the isolation and grandeur of the Australian outback. Combine with Here’s a powerful fusion of the **XY Ford Falcon** and the **"Law of Nature as Code"** concept—ideal for a striking visual tribute: --- "The Code of Speed." "Absolute Power". "Absolute Justice." Nature’s Law: "The fastest shall reign. - **The Machine:** untamed champion. - **The Code:** *"No mercy on the highway. No equal on the road 100km."* - **Justice Visualized:** Raw Road Train force, aerodynamic truth, mechanical perfection. --- ### **Design Style Suggestions:** 1. **Cyber-Mythic Poster** – Falcon in a digital storm, binary code racing stripes. 2. **Neo-Brutalist Art** – Stark lines, bold text, Falcon as a force of nature. 3. **Retro-Future Racing** – Vintage Bathurst footage glitching into AI-rendered power. JDHampton + AI | Creative Alliance ### **Artistic Style:** - **Hyper-realistic** with cinematic lighting, emphasizing the textures of the truck, road, and desert. - Warm sunrise tones contrast with cool shadows for depth. - Subtle lens flare or light rays to enhance the dawn atmosphere. JDHampton + AI | Creative Alliance

3 days ago

A breathtaking digital depiction of a Greece-inspired female figure exuding timeless elegance and wisdom. She stands in a dynamic, graceful pose on the sunlit steps of the Acropolis, surrounded by towering marble columns bathed in golden light. Her long, silver hair cascades in soft waves, framing a delicate face with striking blue eyes that radiate serenity, while her curvaceous, athletic body is accentuated by a flowing white chiton embroidered with shimmering gold patterns. In one hand she holds a lyre, poised to play, as the warm sunlight highlights the intricate textures of her attire and the ancient, weathered stones around her, evoking the harmony and artistry of classical Greece. **Rostro:** * **Forma de la cara:** Ovalada, con contornos suaves. * **Ojos:** Color cafe , de tamaño ligeramente grande y expresivos. Mirada directa y calmada. Pestañas largas y oscuras, densas. Cejas bien definidas, de color rubio ceniza a castaño claro, naturales y con un arco suave. * **Nariz:** Pequeña, delicada y recta. * **Boca/Labios:** Labios llenos y bien definidos, con un color rosa natural. Ligeramente entreabiertos, con una expresión suave y neutral. * **Piel:** Tono de piel clara (fair skin), impecable y suave, con un aspecto saludable y un ligero brillo natural. Sin pecas ni imperfecciones visibles. * **Cabello:** Color castaño, . Largo hasta los hombros o un poco más, con ondas suaves y naturales. Peinado con la raya al lado, y varios mechones caen delicadamente enmarcando el rostro, uno más prominentemente sobre el hombro izquierdo (desde la perspectiva del espectador). El cabello tiene volumen y textura. **Cuerpo (visible):** (visible desde las rodillas) * **Hombros:** Hombros desnudos y suaves, ligeramente expuestos, sugiriendo un top strapless o que no lleva nada visible en la parte superior.**:** * **Complexión:** Esbelta y elegante, con una figura natural. * **Brazos/Manos:** [e.g., brazos relajados a los lados, una mano apoyada sutilmente en la cadera, manos delicadas y bien cuidadas]. * **Piernas:** [e.g., largas y estilizadas, posición elegante]. // Sección 3: Expresión y Pose * **Expresión Facial:** Serena, tranquila, natural, con una leve melancolía o introspección. Mirada directa y suave hacia adelante (hacia la cámara). * **Postura:** Ligeramente inclinada hacia un lado, con la cabeza un poco ladeada. El cuerpo está sutilmente girado para resaltar el perfil del rostro y la caída del cabello

2 days ago

Combining 3 images photorealistic photo of the Bungle Bungle Range at sunrise, warm golden light, a large red kangaroo standing proudly in the foreground, a rusty and weathered Mad Max V8 Interceptor muscle car parked on the desert plain, vast Australian outback, ultra detailed. Cinematic fusion of warrior Mad Max Ford V8 Interceptor, brought to life in the Australian outback, image captured by one of the best wildlife photographers in the whole wide world The Outback holds its breath in the hour before dawn. The air is cold, the silence absolute, broken only by the faint, ticking sound of a cooling engine. A spectre from two legends in current time, a figure forged in the crucible of Australian myth. Clad not in the crude black iron of the Kelly Gang, but in a battle-hardened amalgam of scrap metal and salvaged history. He is a fearsome. The iconic square breastplate is still there, but it's welded to worn leather and car body panels, etched with the scars of the wasteland. He stands beside his mechanical steed: the last of the Ford Falcon V8 Interceptors. The Ford Falcon XB Coupe is a beast of gleaming menace and dust-caked grit and inspiration. Its supercharger juts from the hood like a blackened cannon, and the fuel tanks strapped to its sides hint at a terrible, explosive absolute power. The paint is still in perfect condition, replaced by the raw, sun-baked patina of the desert. The scene is set on a vast, north Australia savanna woodlands stretching to a horizon of low, rugged hills. The sky above is a masterpiece of deep indigo, against which the Milky Way spills a river of diamond dust. To the east, a thin band of tangerine and magenta bleeds into the darkness, casting the entire landscape in a surreal, cinematic glow. The photographer, a master of capturing the soul of the wild, has framed this moment perfectly. The long exposure has captured the stillness of the earth and the dizzying spin of the cosmos. The car's chrome gleams with starlight; the figure of the armoured man is an unmoving monument of defiance against the epic scale of the universe. It is a portrait of the the road warrior king, waiting for the sun to rise on another day of survival in a world gone mad. JDHampton + AI | Creative Alliance