Back to list
bluewaves-creations

photographer-lindbergh

by bluewaves-creations

Bluewaves Antropic Skills

0🍴 0📅 Jan 22, 2026

SKILL.md


name: photographer-lindbergh description: Generate images in Peter Lindbergh's iconic black and white style. Use when users ask for Lindbergh style, raw authentic beauty, emotional B&W portraits, supermodel aesthetic, or unretouched natural photography. allowed-tools: Bash, Read, Write

Peter Lindbergh Style Photography

Generate images in the iconic style of Peter Lindbergh - raw, authentic black and white photography that celebrates natural beauty and emotional depth.

Style Characteristics

Peter Lindbergh revolutionized fashion photography by:

  • Raw authentic beauty - minimal retouching, natural imperfections celebrated
  • High-contrast black and white - deep blacks, rich mid-tones, heavy film grain
  • Natural/subtractive lighting - soft, directional light that sculpts faces
  • Emotional depth - focus on personality and inner character over glamour
  • Timeless elegance - avoids trends, captures enduring beauty

Prerequisites

Set your fal.ai API key:

export FAL_KEY="your-fal-api-key"

API Endpoint

POST https://fal.run/fal-ai/gemini-pro

Prompt Construction

Core Style Elements

Always include these elements for authentic Lindbergh style:

in the style of Peter Lindbergh, black and white photography,
natural light, minimal makeup, raw authentic beauty, high contrast,
film grain texture, intimate portrait, emotional depth, unretouched skin

Mood Keywords

CategoryKeywords
Emotionintrospective, soulful, intimate, vulnerable
Aestheticraw, unretouched, authentic, natural
Technicalhigh contrast, film grain, black and white
Stylecinematic, timeless, verite, documentary

Usage

cURL

curl -X POST "https://fal.run/fal-ai/gemini-pro" \
  -H "Authorization: Key $FAL_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "woman with freckles looking into camera, in the style of Peter Lindbergh, black and white photography, natural light, minimal makeup, raw authentic beauty, high contrast, film grain texture, intimate portrait, emotional depth, unretouched skin",
    "aspect_ratio": "3:4",
    "output_format": "png"
  }'

Python

import fal_client

result = fal_client.subscribe(
    "fal-ai/gemini-pro",
    arguments={
        "prompt": """mature model with silver hair, in the style of Peter Lindbergh,
                     black and white photography, natural light, minimal makeup,
                     raw authentic beauty, high contrast, film grain texture,
                     intimate portrait, emotional depth, unretouched skin,
                     soulful expression, timeless elegance""",
        "aspect_ratio": "2:3",
        "output_format": "png"
    }
)
print(result["images"][0]["url"])

JavaScript

import { fal } from "@fal-ai/client";

const result = await fal.subscribe("fal-ai/gemini-pro", {
  input: {
    prompt: `group of models laughing naturally, in the style of Peter Lindbergh,
             black and white photography, natural light, candid moment,
             raw authentic beauty, high contrast, film grain texture,
             emotional connection, unretouched, genuine expressions`,
    aspect_ratio: "16:9",
    output_format: "png"
  }
});
console.log(result.images[0].url);

Response Format

{
  "images": [
    {
      "url": "https://fal.media/files/...",
      "content_type": "image/png"
    }
  ]
}

Examples

1. Classic Supermodel Portrait

woman with strong bone structure, direct gaze at camera,
in the style of Peter Lindbergh, black and white photography,
natural daylight, minimal makeup, raw authentic beauty,
high contrast with rich shadows, film grain texture,
intimate close-up portrait, soulful and introspective

2. Emotional Editorial

model in simple white shirt, wind in hair, beach setting,
in the style of Peter Lindbergh, black and white photography,
overcast natural light, unretouched skin texture,
documentary fashion photography, emotional vulnerability,
cinematic composition, timeless elegance

3. Group Dynamic

three models in casual poses, genuine interaction,
in the style of Peter Lindbergh, black and white photography,
studio with natural light, authentic connection between subjects,
raw beauty without heavy makeup, film grain aesthetic,
candid moment captured, verite fashion photography

4. Character Study

older man with weathered face, life experience in eyes,
in the style of Peter Lindbergh, black and white photography,
window light, every wrinkle celebrated, raw authentic portrait,
high contrast dramatic shadows, soulful depth,
humanistic photography, unretouched character study

Tips for Best Results

  1. Embrace imperfection - Include terms like "unretouched", "natural skin texture", "authentic"
  2. Specify lighting - Use "natural light", "window light", "overcast", "subtractive lighting"
  3. Focus on emotion - Add "soulful", "introspective", "vulnerable", "genuine expression"
  4. Keep it simple - Lindbergh's style avoids elaborate styling; use "minimal makeup", "simple clothing"
  5. Add grain - Always include "film grain texture" or "analog film aesthetic"
  6. Use portrait ratios - 2:3, 3:4, or 4:5 work best for the classic Lindbergh look

Error Handling

ErrorCauseSolution
401 UnauthorizedInvalid FAL_KEYVerify key at fal.ai dashboard
429 Too Many RequestsRate limit exceededWait 60 seconds, retry
400 Bad RequestInvalid parametersCheck aspect_ratio format (e.g., "3:4")
500 Server ErrorAPI temporary issueRetry after 30 seconds
TimeoutGeneration taking too longSimplify prompt or reduce resolution

Reference

Peter Lindbergh (1944-2019) was a German fashion photographer known for launching the supermodel era with his 1990 British Vogue cover featuring Naomi Campbell, Linda Evangelista, Tatjana Patitz, Christy Turlington, and Cindy Crawford. His work emphasized natural beauty and rejected heavy retouching.

Key Influences: Henri Cartier-Bresson, German Expressionist cinema Signature: Black and white, natural light, emotional authenticity

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon