yan-labs  ·  vol. 01  ·  2026

prompts.

An open index of curated prompts for image & video generation models.

prompts
702
sources
291
models
3
showing 7396 of 429page 4 / 18
  1. --style, -s Style template .md file with prompt template --ref, -r Reference image (repeatable) --edit, -e Image to edit --aspect, -a 1:1, 3:4, 4:3, 4:5, 5:4, 9:16, 16:9, 21:9

  2. ## Style Templates The `--style` flag reads a prompt template from a markdown file and inserts your subject:

  3. { "image_generation_params": { "positive_prompt": "Ultra-photorealistic smartphone selfie photo (front camera), portrait 4:5. A young adult woman seated at a kitchen table, centered framing from mid-torso to top of head. She has shoulder-length dark brown hair with soft layers, curtain bangs, and two small black hair clips on both sides. Expression is calm and slightly pouty, natural skin texture, minimal makeup. She raises her hand close to her face making a peace/V sign, with the fingers framing one eye. She wears a white ribbed camisole with delicate lace trim. Lighting is strong direct morning sunlight coming from a large window on the left, creating hard shadows and bright highlights across her face, chest, and the table. Environment: a bright modern kitchen with white walls and cabinets; a refrigerator in the background covered with small colorful magnets/souvenir magnets. Foreground on the table: a white pump lotion bottle, a blue plastic water bottle, an amber pill/vitamin bottle, a pack of wet wipes, and some snack packaging including a red rectangular box, all slightly cluttered and casually placed. Style: realistic color, natural contrast, sharp focus, high detail, authentic candid selfie look, HDR-like dynamic range, subtle film grain, no retouching, no beauty filter.", "negative_prompt": "Blurry, low-res, over-smoothed skin, heavy makeup, glam retouching, unrealistic doll face, warped hands, extra fingers, missing fingers, deformed peace sign, crossed eyes, bad anatomy, distorted background, duplicated objects, text, watermark, logo, posterized lighting.", "settings": { "aspect_ratio": "4:5", "lens_look": "smartphone wide (24–28mm equivalent)", "quality": "high / ultra detail", "style_strength": "low–medium (keep it natural)" }, "post_processing": { "watermark": { "text": "doctorwasif", "position": "bottom_right_corner" } } } }

  4. Ultra-photorealistic smartphone selfie photo (front camera), portrait 4:5. A young adult woman seated at a kitchen table, centered framing from mid-torso to top of head. She has shoulder-length dark brown hair with soft layers, curtain bangs, and two small black hair clips on both sides. Expression is calm and slightly pouty, natural skin texture, minimal makeup. She raises her hand close to her face making a peace/V sign, with the fingers framing one eye. She wears a white ribbed camisole with delicate lace trim. Lighting is strong direct morning sunlight coming from a large window on the left, creating hard shadows and bright highlights across her face, chest, and the table. Environment: a bright modern kitchen with white walls and cabinets; a refrigerator in the background covered with small colorful magnets/souvenir magnets. Foreground on the table: a white pump lotion bottle, a blue plastic water bottle, an amber pill/vitamin bottle, a pack of wet wipes, and some snack packaging including a red rectangular box, all slightly cluttered and casually placed. Style: realistic color, natural contrast, sharp focus, high detail, authentic candid selfie look, HDR-like dynamic range, subtle film grain, no retouching, no beauty filter.

  5. Blurry, low-res, over-smoothed skin, heavy makeup, glam retouching, unrealistic doll face, warped hands, extra fingers, missing fingers, deformed peace sign, crossed eyes, bad anatomy, distorted background, duplicated objects, text, watermark, logo, posterized lighting.

  6. } } } } ``` https://github.com/YouMind-OpenLab/awesome-nano-banana-pro-prompts?tab=readme-ov-file#no-6-profile--avatar---ultra-photorealistic-candid-smartphone-selfie-prompt # Detailed mirror-selfie otaku room scene https://gemini.google.com/share/c2a31ef9a3cf <img width=

  7. Mirror selfie in an otaku-style computer corner, blue color tone.

  8. Reference image use cases: - Partial image editing (background change, color adjustment, etc.) - Style transfer (apply style from another image) - Character consistency - Image compositing ## Use as Claude Code Skill ### Install to Other Projects Install via symbolic link (recommended):

    ccskill-nanobanana★ 26 · pos 0
  9. 2. 点击发送按钮 3. 等待生成,查看结果 ### 示例 2:参考图风格迁移 1. 上传一张照片(拖拽到输入框) 2. 输入:

    nbnb★ 26 · pos 0
  10. ### 3. Configure API Keys Open http://localhost:5000 in your browser and enter your API keys in the **API Configuration** panel: - **FAL API Key** - Get yours at [fal.ai/dashboard](https://fal.ai/dashboard) - **Voice ID** - Your MiniMax voice ID (default provided) Your keys are stored in your browser's localStorage and sent to the server when needed. ### 4. Generate Videos 1. Configure your character (animal type, style, or custom prompt) 2. Generate the main character image 3. Edit script segments as needed (text, visual prompts, timing) 4. Click "Generate All" to run the full pipeline ## Configuration All settings can be configured directly in the web interface: ### Character Settings - **Animal Type** - The character animal (capybara, penguin, fox, etc.) - **Style** - Visual style (3D animation, Ghibli, cartoon, etc.) - **Custom Prompt** - Override the auto-generated character prompt ### Script Segments Each segment includes: - **Script Text** - The spoken narration - **Visual Prompt** - Description for image/video generation - **Timing** - Start and end times in seconds - **Screenshot URLs** - Optional URLs for automatic screenshot composites ## API Endpoints | Endpoint | Method | Description | |----------|--------|-------------| | `/api/config/keys` | GET/POST | Get or set API keys | | `/api/segments` | GET | Get all script segments | | `/api/segments` | POST | Add a new segment | | `/api/segments/<id>` | PUT | Update a segment | | `/api/segments/<id>` | DELETE | Delete a segment | | `/api/segments/reset` | POST | Reset to default template | | `/api/generate/character` | POST | Generate main character | | `/api/generate/full` | POST | Run full pipeline | | `/api/status` | GET | Get current generation status | ## Output Structure

    fal-wan26-video-factory★ 25 · pos 0
  11. Key flags: - Repeatable `-i/--input` reference images - `-o/--output` output file path - `-m/--model` model alias or raw model ID - `--image-size 512|1K|2K|4K` - `--aspect-ratio` with model-aware validation - `--ground-web` - `--ground-image` for Gemini 3.1 - `--thinking-level minimal|high` for Gemini 3.1 - `--include-thoughts` - `--thoughts-dir` - `--history-in` / `--history-out` for scriptable multi-turn workflows ### Scripted Multi-Turn Editing

    nano-banana-cli★ 24 · pos 0
  12. Key flags: - `-o/--output` output file path - `--resize` resize to `WxH` or `%` - `--fit` resize behavior - `--crop` crop rectangle `left,top,width,height` - `--rotate` angle - `--flip` vertical flip - `--flop` horizontal mirror Examples:

    nano-banana-cli★ 24 · pos 1
  13. Key flags: - `-o/--output` output PNG path - `--color` `white|black|#RRGGBB` - `--tolerance` color matching tolerance - `--overwrite` overwrite original file Example:

    nano-banana-cli★ 24 · pos 2
  14. \ -o photosynthesis-es.png \ --history-in photosynthesis-history.json \ --history-out photosynthesis-history.json ``` History files preserve the conversation contents needed for follow-up turns, including thought signatures returned by the API. ### `icon` Usage: ```bash nanobanana icon [prompt] -o OUTPUT ``` Key flags: - `-o/--output` output directory or naming pattern - `--sizes` comma-separated icon sizes - `--style` `modern|flat|minimal|detailed` - `--background` `transparent|white|black|#RRGGBB` Examples: ```bash nanobanana icon

    nano-banana-cli★ 24 · pos 3
  15. -o ./icons/ --sizes 16,32,64,128 ``` ### `pattern` Usage: ```bash nanobanana pattern [prompt] -o OUTPUT ``` Key flags: - `-o/--output` output file path - `--size` tile size as `WxH` - `--style` `geometric|organic|abstract|floral|tech` - `--type` `seamless|texture|wallpaper` Examples: ```bash nanobanana pattern

    nano-banana-cli★ 24 · pos 4
  16. First-person perspective, user interacts with holographic workspace in midair, camera captures floating interfaces responding to gestures, soft beeps and electronic chimes fill the air, cool ambient lighting, immersive futuristic cinematic realism style

  17. Upload Flux image and selfie, add yourself to the background.

    awesome-nanobanana★ 23 · pos 0
  18. Change the facial expression to happy and make the weather sunny.

    awesome-nanobanana★ 23 · pos 1
  19. Generate better image of mom's 60th birthday party cake for bakery.

    awesome-nanobanana★ 23 · pos 2
  20. Transform the scene as per description.

    awesome-nanobanana★ 23 · pos 3
  21. Add hair to the bald man in the image.

    awesome-nanobanana★ 23 · pos 4
  22. pnpm db:push # Push schema changes (development) pnpm db:generate # Generate migrations pnpm db:migrate # Run migrations pnpm db:studio # Open Drizzle Studio GUI pnpm db:reset # Drop and recreate all tables

  23. A cat walking in the rain, cinematic lighting.

    Google-VEO-AI-3.1-Free★ 20 · pos 0
  24. Product demo of a smartwatch with rotating camera view.

    Google-VEO-AI-3.1-Free★ 20 · pos 1