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

blending with shadows Nano Banana prompts

very few results

28 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

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

1 day ago

Create a highly detailed, ultra-realistic advertising poster for a limited-edition 0.5-liter brown beer bottle named "Djio2 Beer." The bottle features an intricate, dark antique copper-colored, Baroque-inspired 3D design, with raised, swirling patterns and ornamental flourishes that create a richly textured, embossed appearance. The bottle is captured in a professional product photography setup, rendered in 8K resolution with hyper-detailed textures and micro-imperfections (e.g., slight scratches or uneven embossing) to enhance realism. Sharp highlights and deep shadows emphasize the 3D details, with a focus on the tactile quality of the embossed surface. Due to high humidity, visible drops of condensation form on the beer bottle, suggesting freshness and coolness. These water droplets are realistically rendered with varying sizes and distributions, mimicking natural condensation patterns. The condensation is subtle yet noticeable, enhancing the bottle's texture without obscuring the intricate design or label. The lighting interacts with the condensation, creating reflective highlights on the droplets that add depth and realism to the scene. The bottle's label is high-quality and artistically sophisticated, designed in white, blue, and gold. The name "Djio2" is prominently printed in large, bold lettering on the label, accompanied by details indicating it is a Special Edition for 2025. The golden crown cap gleams under the light, with reflective highlights accentuating its glossy, metallic texture. The bottle is positioned upright, slightly tilted to showcase the intricate design, label details, and condensation, captured in a close-up perspective from a slight angle to enhance depth and focus. The background features a muted, earthy gradient transitioning from darker to lighter tones, incorporating subtle natural elements such as soil, tree bark, and forest moss to create an immersive, organic atmosphere. To maintain focus on the bottle, these elements are blended softly into the gradient, avoiding overpowering the composition. The gradient is slightly cooler or more neutral to ensure the bottle's warm brown and gold hues, along with the condensation, stand out. This background adds depth while keeping the bottle as the unambiguous focal point. The lighting is soft white daylight, streaming from above or the side, creating strong contrasts that highlight the raised patterns on the bottle and the reflective condensation droplets. A subtle spotlight effect on the bottle enhances its prominence and creates a dramatic interplay of light and shadow. Dark areas of the image have a cool, bluish tone, while bright areas exhibit a warm, golden hue, enhancing the overall refinement of the scene. The image style blends photorealism with artistic representation, presenting the bottle as a work of art. The mood is cinematic and dramatic, emphasizing the exclusivity and premium quality of the special-edition beer. The composition feels sophisticated and inviting, with a clear narrative of craftsmanship and luxury.