askill
photographer-ritts

photographer-rittsSafety --Repository

Generate images in Herb Ritts' sculptural black and white style. Use when users ask for Ritts style, classical Greek aesthetic, sculptural body photography, California golden hour, minimalist athletic portraits.

1 stars
1.2k downloads
Updated 2/18/2026

Package Files

Loading files...
SKILL.md

Herb Ritts Style Photography

Generate images in the iconic style of Herb Ritts - sculptural, minimalist photography that treats the human form like classical Greek marble.

Style Characteristics

Herb Ritts defined a distinctive aesthetic through:

  • Sculptural forms - bodies treated like classical Greek marble statues
  • California golden hour - warm, natural outdoor illumination
  • Minimalist elegance - uncluttered frames, clean lines, essential elements only
  • Graphic bold contours - strong shadows defining form and shape
  • Desert/beach aesthetic - outdoor locations with stark, simple backgrounds

Prerequisites

For Claude.ai users, copy scripts/credentials.example.json to scripts/credentials.json and add your key:

{ "api_key": "your-fal-api-key" }

Alternatively, set the environment variable:

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

Install the fal client:

pip install fal-client

API Endpoint

fal-ai/gemini-3-pro-image-preview

Prompt Construction

Core Style Elements

Always include these elements for authentic Ritts style:

in the style of Herb Ritts, black and white photography,
sculptural lighting, California golden hour, classical Greek influence,
strong shadows, clean lines, minimalist composition, athletic form

Mood Keywords

CategoryKeywords
Formsculptural, athletic, statuesque, muscular, elegant
Lightgolden hour, California sun, backlighting, rim light
Aestheticclassical, Greek, minimalist, heroic, eternal
Settingdesert, beach, outdoor, stark background, negative space

Usage

Desert Portrait Example

import fal_client

def on_queue_update(update):
    if isinstance(update, fal_client.InProgress):
        for log in update.logs:
            print(log["message"])

result = fal_client.subscribe(
    "fal-ai/gemini-3-pro-image-preview",
    arguments={
        "prompt": "athletic male figure in desert landscape, in the style of Herb Ritts, black and white photography, sculptural lighting, California golden hour, classical Greek influence, strong shadows defining muscles, clean lines, minimalist composition, heroic pose",
        "aspect_ratio": "2:3",
        "output_format": "png",
        "safety_tolerance": "6",
        "enable_web_search": True,
    },
    with_logs=True,
    on_queue_update=on_queue_update,
)
print(result["images"][0]["url"])

Beach Editorial Example

import fal_client

def on_queue_update(update):
    if isinstance(update, fal_client.InProgress):
        for log in update.logs:
            print(log["message"])

result = fal_client.subscribe(
    "fal-ai/gemini-3-pro-image-preview",
    arguments={
        "prompt": "dancer in flowing fabric on beach, in the style of Herb Ritts, black and white photography, sculptural lighting, golden hour, classical Greek marble aesthetic, dramatic backlighting, silhouette with rim light, minimalist composition, eternal beauty, elegant movement captured",
        "aspect_ratio": "3:4",
        "output_format": "png",
        "safety_tolerance": "6",
        "enable_web_search": True,
    },
    with_logs=True,
    on_queue_update=on_queue_update,
)
print(result["images"][0]["url"])

Response Format

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

Examples

1. Classic Ritts Silhouette

athletic figure silhouette against bright sky,
in the style of Herb Ritts, black and white photography,
dramatic backlighting, golden hour, perfect body contours,
stark minimalist composition, California desert setting,
sculptural shadows, heroic pose, classical beauty

2. Beach Editorial

model lying on wet sand, ocean waves,
in the style of Herb Ritts, black and white photography,
natural sunlight sculpting form, water droplets on skin,
clean lines and negative space, athletic elegance,
minimalist beach aesthetic, sensual yet classical,
strong graphic shadows

3. Dynamic Movement

dancer mid-leap against plain sky,
in the style of Herb Ritts, black and white photography,
frozen motion, sculptural form in flight,
California golden hour backlighting, athletic grace,
classical Greek influence, dramatic shadows,
minimalist composition, powerful elegance

4. Portrait Study

close-up portrait with strong bone structure,
in the style of Herb Ritts, black and white photography,
sculptural lighting from side, sharp cheekbones,
classical beauty like Greek sculpture,
clean background, high contrast shadows,
timeless and elegant, California natural light

5. Couple or Group

two figures intertwined, artistic nude study,
in the style of Herb Ritts, black and white photography,
bodies as sculptural forms, complementary poses,
California outdoor lighting, marble-like skin tones,
minimalist desert background, classical composition,
eternal beauty, strong graphic shadows

Tips for Best Results

  1. Emphasize form - Use "sculptural", "athletic", "statuesque", "muscular contours"
  2. Golden hour lighting - Specify "California sun", "golden hour", "backlighting", "rim light"
  3. Minimalist settings - Add "desert", "beach", "stark background", "negative space"
  4. Classical references - Include "Greek sculpture", "classical beauty", "marble-like"
  5. Strong shadows - Use "shadows defining form", "high contrast", "bold contours"
  6. Simple compositions - Keep backgrounds minimal, focus on the figure
  7. Web search grounding - enable_web_search: True lets Gemini look up Ritts' actual style for authentic results

Error Handling

ErrorCauseSolution
fal_client.AuthenticationErrorInvalid FAL_KEYVerify key at fal.ai dashboard
fal_client.RateLimitErrorRate limit exceededWait 60 seconds, retry
fal_client.ValidationErrorInvalid parametersCheck aspect_ratio format (e.g., "2:3")
fal_client.ServerErrorAPI temporary issueRetry after 30 seconds
fal_client.TimeoutErrorGeneration taking too longSimplify prompt or reduce resolution

Reference

Herb Ritts (1952-2002) was an American fashion photographer and director known for his striking black-and-white images that combined classical Greek aesthetics with California sun. He photographed celebrities including Madonna, Cindy Crawford, and Naomi Campbell.

Key Influences: Classical Greek sculpture, California landscape Signature: Sculptural lighting, athletic forms, minimalist outdoor settings

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

AI review pending.

Metadata

Licenseunknown
Version-
Updated2/18/2026
Publisherbluewaves-creations

Tags

apillmprompting