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

Around the edges Nano Banana prompts

very few results

1 month ago

Create a charming, isometric 3D illustration of a miniature Tokyo city scene. The entire composition should sit on a small, square platform that is 1/10th the total height of the image. The visual style must be cartoonish and whimsical, with soft, earthy tones, accents of blue and red, and a pastel aesthetic. Platform & Environment: The base platform represents a slice of land with a curved bay. The water area occupies approximately 1/5th of the platform’s area, placed in the front-left corner of the square. The shoreline should be irregular, organic, and follow a cartoon aesthetic. Buildings (iconic Tokyo landmarks): Place three 3D cartoon-style Tokyo landmarks spaced evenly above the land area: Center: Tokyo Tower – the tallest structure in the scene, stylized in its iconic red and white. Left: Tokyo Skytree – approximately 2/3 the height of Tokyo Tower, simplified with recognizable design elements. Right: Imperial Palace – a classic Japanese pagoda-style building, half the height of Tokyo Tower. Surrounding Elements: Place small, stylized cherry blossom trees in light pink around the perimeter of the platform. They should look soft and round, evenly spaced, enhancing the charm of the setting. Add simple mid-rise gray buildings behind or between the landmarks to give a sense of city density without cluttering. Text & Typography: Floating above the scene, center the word “TOKYO” in 3D block letters with rounded edges, using a soft white or light gray tone. Style Notes: Entire image should be isometric, cute, and clean. Emphasize a pastel color palette with earthy tones, pinks, muted reds, and light blues. Lighting should be soft, simulating a calm, clear day.

2 months 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 month ago

sometric 3D Miniature Shanghai City Scene – Cute Pastel Cartoon Style Prompt Text: Create a charming, isometric 3D illustration of a miniature Shanghai city scene. The entire composition sits on a small square platform representing a slice of land, about 1/10 the total image height. Platform & Environment: The platform includes a river that cuts diagonally through it, separating about 1/5 of the front corner area facing the viewer. On this near corner, depict The Bund, with shorter neo-classical buildings and a waterfront promenade. The river should have soft blue tones and curved, gentle edges. Landmarks (stylized 3D cartoon style): Back: shanghai world financial center tower— tallest structure, iconic steel blue color with the iconic top portion. Center: Shanghai Disneyland Castle (image uploaded to this prompt for reference) — 2/3 the height of the Oriental Pearl Tower, with white, blue, and gold trim, light pink shading. Left: Oriental Pearl Tower — 2/3 the height of the Shanghai World Financial Center Tower, simplified, recognizable silhouette. Right: Jade Buddha Palace — traditional Chinese pagoda, half the height of oriental pearl tower. Surrounding Elements: Add small, round hawker stands spaced evenly around the platform edges for local charm. Include mid-rise gray buildings behind or between landmarks to suggest urban density without visual clutter. Typography: Above the scene, center the word “Shanghai” in rounded 3D block letters, soft white or light gray, floating gently over the skyline. Style & Lighting: Isometric, clean, and cute. Color palette: Pastel with earthy tones, pinks, muted reds, and light blues. Lighting: Soft daylight with gentle shadows and warm highlights. Overall mood: Whimsical, balanced, and visually calm.

1 month ago

Isometric 3D Miniature Hong Kong Scene – Cute Pastel Cartoon Style Prompt Text: Create a charming, isometric 3D illustration of a miniature Hong Kong Island city scene. The entire composition sits on a small square platform representing a slice of land, about 1/10 of the total image height. Platform & Environment: A river cuts diagonally through the platform, dividing about 1/5 of the front corner facing the viewer. On this near corner, depict white façade buildings clustered together with a riverfront promenade. The river should feature soft blue tones with curved, gentle edges for a calm look. Landmarks (stylized 3D cartoon style): Back: Tian Tan Buddha — placed halfway down a lush green mountain rising behind the city. The Buddha sits on a small hillock, same hand posture as reference image. Center: Hong Kong Disneyland Castle — about 2/3 the height of the Oriental Pearl Tower, featuring pink walls, blue roofs, gold spires, and gray stone base. Left: The Peak Tower — about 1/3 the height of the Bank of China Tower, simplified with its recognizable bowl-shaped top. Right: Bank of China Tower — tallest structure in the scene, sharp triangular geometry, clean and stylized. Surrounding Elements: Add small, round hawker stands spaced evenly around the platform edges for local charm. Include mid-rise gray buildings between landmarks to suggest density without clutter. Typography: Above the scene, center the word “Hong Kong” in rounded 3D block letters, soft white, floating gently over the skyline. Style & Lighting: Isometric, clean, and cute. Color palette: Pastel with earthy tones, muted reds, pinks, and light blues. Lighting: Soft daylight with subtle shadows and warm highlights. Mood: Whimsical, balanced, and visually calm.

2 months ago

A surreal HD 8K image of a black hair woman holding a camera in her hand, taking a picture while running at full speed, a giant black bear chasing her from behind. The man was in the middle, his body leaning slightly forward, apparently pushing himself to her limits to escape. Her facial expressions were pure horror and adrenaline, eyes wide open, screaming or yelling. Sweat dripped on her face, her clothes dissatisfied with his strong movements. The black bear behind her was huge and sinister, with sharp teeth exposed under its thick fur, visible muscles. Its claws dug into the dirt while actively charging. The distance between the woman and the bear creates tension in the seat. The scene is shot from a dramatic Gopro style wide angle perspective, emphasizing the person in the foreground while showing the bear looming in the background. Motion blur enhances the feeling of high-speed motion, dense forest The black bear behind him is enormous and menacing, with sharp teeth bared and powerful muscles visible beneath its thick, glossy fur. Its claws dig into the dirt as it charges aggressively. The proximity between the man and the bear creates an edge-of-your-seat tension. The scene is shot in a dramatic GoPro-style wide-angle perspective, emphasizing the man in the foreground while showing the bear looming in the background. Motion blur enhances the feeling of high-speed movement, with the dense forest around them slightly out of focus due to the action. The forest features tall trees with sunlight filtering through the canopy, casting dappled light and shadows. The ground is covered with leaves, dirt, and roots, creating a dynamic, rugged environment. Every detail, from the man's sweat to the bear's fur and the forest's textures, is rendered with photorealistic clarity. The overall atmosphere is intense, cinematic, and adrenaline-fueled.

1 month ago

Create a charming, isometric 3D illustration of a miniature Tokyo city scene. The entire composition should sit on a small, square platform that is 1/20th the total height of the image. The visual style must be cartoonish and whimsical, with soft, earthy tones, accents of blue and red, and a pastel aesthetic. Platform & Environment: The base platform represents a slice of land with a curved bay. The water area occupies approximately 1/25th of the platform’s area, placed in the front-left corner of the square. The shoreline should be irregular, organic, and follow a cartoon aesthetic. Buildings (iconic Tokyo landmarks): Place four 3D cartoon-style Tokyo landmarks spaced evenly above the land area: Back: Tokyo Tower – the tallest structure in the scene, stylized in its iconic red and white. Center: Tokyo Disneyland Castle - 2/3 height of skytree, stylized in its iconic, white, blue, and gold trim with shadows in the light pink hue. Left: Tokyo Skytree – approximately 2/3 the height of Tokyo Tower, simplified with recognizable design elements. Right: Imperial Palace – a classic Japanese pagoda-style building, half the height of Tokyo Tower. Surrounding Elements: Place small, stylized cherry blossom trees in light pink around the perimeter of the platform. They should look soft and round, evenly spaced, enhancing the charm of the setting. Add simple mid-rise gray buildings behind or between the landmarks to give a sense of city density without cluttering. Text & Typography: Floating above the scene, center the word “TOKYO” in 3D block letters with rounded edges, using a soft white or light gray tone. Optional: add a small cherry blossom emoji or icon 🌸 next to the word, followed by a temperature reading (e.g., 20°C) in a clean, small font. Style Notes: Entire image should be isometric, cute, and clean. Emphasize a pastel color palette with earthy tones, pinks, muted reds, and light blues. Lighting should be soft, simulating a calm, clear day.