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
| Category | Keywords |
|---|---|
| Form | sculptural, athletic, statuesque, muscular, elegant |
| Light | golden hour, California sun, backlighting, rim light |
| Aesthetic | classical, Greek, minimalist, heroic, eternal |
| Setting | desert, 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
- Emphasize form - Use "sculptural", "athletic", "statuesque", "muscular contours"
- Golden hour lighting - Specify "California sun", "golden hour", "backlighting", "rim light"
- Minimalist settings - Add "desert", "beach", "stark background", "negative space"
- Classical references - Include "Greek sculpture", "classical beauty", "marble-like"
- Strong shadows - Use "shadows defining form", "high contrast", "bold contours"
- Simple compositions - Keep backgrounds minimal, focus on the figure
- Web search grounding -
enable_web_search: Truelets Gemini look up Ritts' actual style for authentic results
Error Handling
| Error | Cause | Solution |
|---|---|---|
fal_client.AuthenticationError | Invalid FAL_KEY | Verify key at fal.ai dashboard |
fal_client.RateLimitError | Rate limit exceeded | Wait 60 seconds, retry |
fal_client.ValidationError | Invalid parameters | Check aspect_ratio format (e.g., "2:3") |
fal_client.ServerError | API temporary issue | Retry after 30 seconds |
fal_client.TimeoutError | Generation taking too long | Simplify 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
