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

“ 1: reference image prompts

very few results

4 months ago

"Ultra-realistic, Highly Detailed Digital Painting / Photorealistic Illustration of Pierre Louis Dulong" Image Type: Ultra-realistic digital painting / Photorealistic illustration. (This clarifies the artistic medium, rather than a literal photograph). Overall Artistic Style: Highly detailed, reminiscent of a classical historical portrait, specifically a hand-colored engraving or lithograph. The rendering should achieve photorealistic quality for the subject's features while retaining the characteristic texture and coloring of such historical artworks, with a rich, almost cinematic illustrative quality. Likeness: Very strong and precise likeness to the provided historical portrait of Pierre Louis Dulong . Lighting: Soft, even, and natural-looking light, similar to an old studio portrait setup. The main light source should be subtly from the front-left or front-right, gently highlighting facial contours. Gentle fill light should soften any shadows. Avoid harsh shadows or overexposure. Depth of Field: Shallow depth of field to ensure the subject's face is in crisp, primary focus, with a softly blurred background that does not distract. Color Palette: Natural, rich, and historically appropriate colors. Emphasize warm yet slightly muted skin tones, vibrant deep blue eyes, and deep, textured clothing colors consistent with the original historical rendering. Subject Details: Age: Depicted as a man in his late 40s to early 50s. Expression: Calm, discerning, and contemplative. A dignified and intelligent gaze directed straight towards the viewer. Face Shape: Rounded but well-defined, with a strong, clean jawline. Hair: Color: Light ash blonde or rich golden-blonde, with subtle natural highlights and tonal variations. Style: Very thick, distinctly wavy to curly, appearing full around the head and ears. It should not be strictly swept back but rather voluminous and natural, as seen in the reference image. Sideburns: Very dense and full, extending low to cover a significant portion of the cheek, with defined but not razor-sharp edges, conveying a natural, bushy volume as in the original. Eyes: Color: Strikingly bright, deep blue, with clear whites and a focused pupil. Shape: Wide and slightly rounded, with an intelligent and direct gaze. Eyebrows: Moderately thick, naturally arched, and neatly groomed, precisely matching the hair color, enhancing the eye's expression. Nose: Straight, with a slightly broad bridge and a softly rounded tip. It should appear strong and proportional to his face. Mouth and Lips: Medium-full lips, naturally shaped, with a neutral to slightly contemplative expression, showing subtle definition. Chin: Clearly defined and proportional, projecting slightly, contributing to a strong and somewhat squarish lower face. Facial Pose: Direct frontal view, with a very subtle (1-2 degree) tilt clockwise, precisely mimicking the angle in the reference image. Clothing Details: Coat: A single-breasted (or not visibly double-breasted) wool frock coat in a deep, muted burgundy (dark reddish-purple) or deep maroon color. The fabric should exhibit a fine, tight, textured weave, characteristic of historical prints (e.g., a subtle stippled or cross-hatched appearance), not a smooth modern fabric. The lapels should be broad and well-defined. Cravat/Collar: A pristine white, high, stiff linen cravat or stock, wrapped neatly and tightly around the neck. Inner Garments/Tie: A small visible portion of a dark inner vest or waistcoat. A striped tie, with vertical stripes in dark, muted colors (e.g., dark red and brown), should be visible at the neck opening. Background & Atmosphere: Background: A soft, plain very light blue-grey background. Crucially, the background should feature a distinct stippled or cross-hatched texture, characteristic of historical engravings or lithographs, rather than a smooth, seamless sky. There should be minimal or no noticeable gradual shading effects. Overall Mood/Atmosphere: Calm, confident, and contemplative, conveying a sense of intellectual dignity and solemnity. Rendering Quality (Crucial for replication): Resolution: 8K resolution. Detail: Extreme textural detail for all elements: individual strands of hair, realistic skin texture (portraying it as a finely rendered surface, not smooth plastic), and the intricate weave/texture of his clothing. Color Gradations: Natural and subtle color gradations within the chosen artistic style. Lighting Definition: Clear and well-defined lighting that shapes the forms without harshness. Focus: A shallow depth of field to keep the primary focus on the subject.

5 months ago

💍 Universal Jewelry Rendering Prompt – Cinematic Campaign Version (Model + Jewelry Focus) Create a hyper-realistic, ultra-professional image of a fine jewelry piece (based on the attached reference), worn by a 35+ year-old female model. The image should evoke the elegance and prestige of luxury advertising campaigns by Tiffany & Co., Cartier, Bvlgari, Piaget, or Chopard. 👩 Model Requirements: The model must be a woman aged 35 or older, with a timeless, sophisticated beauty. Styled in a refined, minimalistic way to ensure the jewelry remains the main focus. Poses should convey grace, confidence, and luxury — never over-posed. Facial expressions should be serene or elegant; no smiling unless subtle. 💎 Jewelry Fidelity — CRITICAL: Reproduce the attached piece with absolute precision. All materials (gold, platinum, diamonds, etc.) must show realistic lighting and surface details. No simplification or alteration of the design — all dimensions, prongs, engravings, and reflections must be photorealistically correct. 🎥 Cinematic Campaign Feel: Lighting must be perfectly balanced — soft, high-CRI studio lighting with cinematic tone and depth. Emphasize gem brilliance, metal shine, and dimensionality. Shot should feel like a luxury fashion campaign from Chopard or Bvlgari, suitable for a glossy magazine or billboard. 📷 Framing & Composition: Jewelry should be clearly visible, showcased prominently on the model. Full focus on the jewelry, even if the model is included — use poses that highlight the piece (e.g., close-up of hands, neckline, ear, or wrist depending on the type of jewelry). Orientation: square (1:1) or vertical (4:5) preferred. Minimum resolution: 4K (300dpi), suitable for both print and web. 🎨 Background & Styling: Elegant, cinematic background — out-of-focus luxury interior, soft monochrome, or gradient tones acceptable. Avoid busy settings or props that compete with the jewelry. Keep color palette refined and harmonious. 📸 Camera Simulation: Mimic Canon EOS R5 or Sony A1 with 85mm–100mm f/2.8 lens. Crisp focus with soft background (shallow depth of field), but jewelry must remain in full focus. No artificial blur or over-processed effects. ❌ Do NOT Include: Distracting wardrobe or makeup. Overexposed areas, harsh shadows, or gimmicky effects. Any elements that detract from the luxury and clarity of the jewelry. 🖼️ Overall Visual Tone: Ultra-premium, high-gloss editorial. Comparable to top-tier fashion campaigns by Cartier, Tiffany, or Bvlgari. Designed to appear in luxury fashion magazines, high-end displays, or global ad campaigns.

9 months ago

### **Image Generation Prompt for "Memory Me Objects Ka Behavior Kya Hoga?"** **Prompt:** Create a detailed and visually intuitive diagram to explain the behavior of objects in memory during a `while` loop that iterates over a database `ResultSet`. The diagram should include the following elements: 1. **Heap Memory Section:** - Show how new `User` objects are created in the heap memory during each iteration of the loop. - Highlight that each object corresponds to a row from the `ResultSet`. 2. **Garbage Collection:** - Illustrate how objects lose their reference after the loop ends and become eligible for garbage collection. - Use an arrow or icon to represent the Java Garbage Collector cleaning up unused objects. 3. **Permanent Storage (Optional):** - Show a scenario where objects are stored in a `List<User>` for permanent use. - Highlight the difference between temporary objects (eligible for garbage collection) and permanently stored objects. 4. **Flow of Execution:** - Include a flowchart-like representation of the `while` loop: - Start with `rs.next()` moving the cursor to the next row. - Show the creation of a new `User` object for each row. - End with either garbage collection or storage in a `List`. 5. **Annotations:** - Add labels and arrows to explain each step clearly. - Use Hindi/Hinglish annotations like: - "Har row ke liye naya object banega." - "Object ka reference lost ho jayega, to Garbage Collector clean kar dega." - "Agar List mei store kiya, to object permanent rehta hai." 6. **Color Coding:** - Use different colors for: - Heap memory (e.g., light blue). - Garbage-collected objects (e.g., grayed out). - Permanently stored objects (e.g., green). 7. **Database Table Example:** - Include a small table representation (e.g., `users` table with columns `id` and `name`) to show the source of data. --- ### **Expected Output:** The image should look like this: 1. **Top Section:** - A small database table (`users`) with rows and columns. 2. **Middle Section:** - A heap memory area showing multiple `User` objects being created during each iteration of the loop. - Arrows pointing from the `ResultSet` rows to the corresponding `User` objects in heap memory. 3. **Bottom Section:** - Two paths: - Path 1: Objects losing reference and being garbage collected (grayed out). - Path 2: Objects being stored in a `List<User>` for permanent use (highlighted in green). 4. **Annotations:** - Clear Hindi/Hinglish explanations for each step. --- This prompt will help generate a visually rich and easy-to-understand diagram for explaining the behavior of objects in memory! 😊

2 months ago

Ultra-realistic photograph Stuart Highway, desert road, at sunrise. The iconic Australian car is polished to a mirror finish, reflecting the warm golden light. In the background, the Central Australian Outback Landscape can be seen majestically under a colorful dawn sky combined with milky way with soft orange, pink, and purple hues. The desert landscape features red sand, sparse shrubs, and a faint mist rising from the cool morning air. The composition is cinematic, with sharp details, dramatic lighting, and a sense of Australian outback grandeur. Shot with a professional DSLR, 8K resolution, hyper-detailed, photorealistic. Focus on **1971 Ford Falcon XY GTHO Phase 3** in iconic red with black stripes, reference image attached set against the breathtaking backdrop of **Uluru (Ayers Rock)** at sunrise, a stunning and highly realistic masterpiece. --- Shot with a professional DSLR, 8K resolution, hyper-detailed, photorealistic."* --- ### **Key Elements to Enhance Realism:** 1. **Car Details:** - "1971 Ford Falcon XY GTHO Phase 3" (correct model name for accuracy). - "Vibrant red paint with glossy finish, black racing stripes, chrome accents, and period-correct badging." - "Reflections of Uluru and sunrise on the car’s body." 2. **Uluru Backdrop:** - "Uluru at sunrise, glowing in warm tones, with soft shadows and textured rock surfaces." - "Subtle haze/mist for atmospheric depth." 3. **Lighting & Mood:** - "Golden hour lighting, long shadows, warm tones contrasting with cool desert blues." - "Sun rays peeking over the horizon, lens flare for realism." 4. **Composition:** - "Low-angle shot to emphasize both the car and Uluru." - "Rule of thirds: Car offset to one side, Uluru centered in the distance." 5. **Technical Specs (for AI):** - "8K, hyper-detailed, photorealistic, shot on a Canon EOS R5 with 85mm lens." JDHampton + AI | Creative Alliance