image-relighting
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseImage Relighting
图像重新打光
Transform the lighting in your photos using each::sense. This skill allows you to change lighting conditions, add professional studio setups, create dramatic effects, or match lighting to new backgrounds - all while preserving the original subject.
使用each::sense转换照片中的光照效果。该技能可让你调整光照条件、添加专业影棚布光、打造戏剧性效果,或是让光照匹配新背景——同时保留原主体的细节。
Features
功能特性
- Studio Lighting: Professional three-point lighting, Rembrandt, butterfly, and split lighting setups
- Natural Light: Golden hour, blue hour, overcast, and window light effects
- Dramatic Effects: Hard shadows, rim lighting, silhouettes, and chiaroscuro
- Creative Lighting: Neon glows, colored gels, disco lights, and artistic effects
- Ring Light: Beauty and portrait ring light effects
- Cinematic: Film noir, blockbuster movie, and moody cinematic lighting
- Shadow Control: Remove harsh shadows, soften existing light, fill in dark areas
- Environment Matching: Match subject lighting to a new background or scene
- 影棚灯光:专业三点布光、Rembrandt(伦勃朗光)、蝴蝶光和分割光设置
- 自然光:黄金时段、蓝调时刻、阴天和窗边光效果
- 戏剧性效果:硬阴影、轮廓光、剪影和明暗对比法(chiaroscuro)
- 创意灯光:霓虹光晕、彩色滤光片、迪斯科灯光和艺术效果
- 环形灯:美妆和人像环形灯效果
- 电影质感:黑色电影风格、大片级和氛围感电影灯光
- 阴影控制:去除生硬阴影、柔化现有光线、填充暗部区域
- 环境匹配:让主体光照匹配新背景或场景
Quick Start
快速开始
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Add professional studio lighting to this portrait - soft key light from the left with subtle fill"}],
"model": "eachsense/beta",
"stream": true,
"image_urls": ["https://example.com/portrait.jpg"],
"mode": "max"
}'bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Add professional studio lighting to this portrait - soft key light from the left with subtle fill"}],
"model": "eachsense/beta",
"stream": true,
"image_urls": ["https://example.com/portrait.jpg"],
"mode": "max"
}'Lighting Types Reference
光照类型参考
| Lighting Style | Description | Best For |
|---|---|---|
| Studio (3-point) | Key, fill, and back light setup | Professional portraits |
| Rembrandt | Triangle of light on cheek | Dramatic portraits |
| Butterfly | Light from above, shadow under nose | Beauty, glamour |
| Split | Half face lit, half in shadow | Dramatic, artistic |
| Ring Light | Even, shadowless front lighting | Beauty, social media |
| Golden Hour | Warm, soft directional light | Outdoor portraits, lifestyle |
| Blue Hour | Cool, soft ambient light | Moody, atmospheric |
| Window Light | Soft, directional natural light | Natural portraits |
| Neon/Colored | Vibrant colored lighting | Creative, editorial |
| Cinematic | High contrast, dramatic shadows | Film-like imagery |
| 光照风格 | 描述 | 适用场景 |
|---|---|---|
| Studio (3-point) | 主光、补光和背光设置 | 专业人像 |
| Rembrandt | 脸颊上形成三角形光斑 | 戏剧性人像 |
| Butterfly | 光源来自上方,鼻子下方形成阴影 | 美妆、魅力人像 |
| Split | 半脸受光,半脸处于阴影 | 戏剧性、艺术人像 |
| Ring Light | 均匀无阴影的正面光照 | 美妆、社交媒体内容 |
| Golden Hour | 温暖柔和的定向光 | 户外人像、生活方式摄影 |
| Blue Hour | 清冷柔和的环境光 | 氛围感、情绪化场景 |
| Window Light | 柔和定向的自然光 | 自然风人像 |
| Neon/Colored | 鲜艳的彩色光照 | 创意、编辑类摄影 |
| Cinematic | 高对比度、戏剧性阴影 | 电影质感图像 |
Use Case Examples
用例示例
1. Add Studio Lighting
1. 添加影棚灯光
Transform a casual photo into a professionally lit portrait with classic three-point lighting setup.
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Add professional studio lighting to this portrait. Use a soft key light from 45 degrees left, fill light from the right to reduce shadows, and a subtle hair light from behind. Keep the background dark for a classic studio look."}],
"model": "eachsense/beta",
"stream": true,
"image_urls": ["https://example.com/portrait.jpg"],
"mode": "max"
}'将随意拍摄的照片转换为采用经典三点布光的专业人像照。
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Add professional studio lighting to this portrait. Use a soft key light from 45 degrees left, fill light from the right to reduce shadows, and a subtle hair light from behind. Keep the background dark for a classic studio look."}],
"model": "eachsense/beta",
"stream": true,
"image_urls": ["https://example.com/portrait.jpg"],
"mode": "max"
}'2. Golden Hour / Sunset Lighting
2. 黄金时段/日落光照
Add warm, golden sunlight effect as if the photo was taken during the magic hour.
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Relight this photo with golden hour lighting. Add warm, soft sunlight coming from the side, creating a beautiful golden glow on the skin. Include subtle lens flare and that magical sunset atmosphere."}],
"model": "eachsense/beta",
"stream": true,
"image_urls": ["https://example.com/outdoor-photo.jpg"],
"mode": "max"
}'添加温暖的金色阳光效果,仿佛照片拍摄于魔法时刻。
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Relight this photo with golden hour lighting. Add warm, soft sunlight coming from the side, creating a beautiful golden glow on the skin. Include subtle lens flare and that magical sunset atmosphere."}],
"model": "eachsense/beta",
"stream": true,
"image_urls": ["https://example.com/outdoor-photo.jpg"],
"mode": "max"
}'3. Dramatic Side Lighting
3. 戏剧性侧光
Create bold, dramatic portraits with strong directional light and deep shadows.
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Apply dramatic side lighting to this portrait. Strong directional light from the left creating deep shadows on the right side of the face. High contrast, moody atmosphere, like a film noir character portrait."}],
"model": "eachsense/beta",
"stream": true,
"image_urls": ["https://example.com/headshot.jpg"],
"mode": "max"
}'通过强烈的定向光和深邃阴影打造大胆、富有戏剧性的人像。
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Apply dramatic side lighting to this portrait. Strong directional light from the left creating deep shadows on the right side of the face. High contrast, moody atmosphere, like a film noir character portrait."}],
"model": "eachsense/beta",
"stream": true,
"image_urls": ["https://example.com/headshot.jpg"],
"mode": "max"
}'4. Soft Diffused Lighting
4. 柔和漫射光
Create flattering, even lighting that minimizes harsh shadows and skin imperfections.
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Relight this photo with soft, diffused lighting. Like shooting through a large softbox or on an overcast day. Even, flattering light with minimal shadows, perfect for beauty photography. Keep the skin looking natural and glowing."}],
"model": "eachsense/beta",
"stream": true,
"image_urls": ["https://example.com/beauty-shot.jpg"],
"mode": "max"
}'打造讨人喜欢的均匀光照,减少生硬阴影和皮肤瑕疵。
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Relight this photo with soft, diffused lighting. Like shooting through a large softbox or on an overcast day. Even, flattering light with minimal shadows, perfect for beauty photography. Keep the skin looking natural and glowing."}],
"model": "eachsense/beta",
"stream": true,
"image_urls": ["https://example.com/beauty-shot.jpg"],
"mode": "max"
}'5. Neon / Colored Lighting
5. 霓虹/彩色灯光
Add vibrant, creative colored lighting for editorial or artistic effects.
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Add neon lighting to this portrait. Cyberpunk style with pink/magenta light from the left and blue/cyan light from the right. Create that futuristic nightclub vibe with vibrant colored reflections on the skin and a dark background."}],
"model": "eachsense/beta",
"stream": true,
"image_urls": ["https://example.com/model-photo.jpg"],
"mode": "max"
}'添加鲜艳的创意彩色灯光,用于编辑或艺术效果。
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Add neon lighting to this portrait. Cyberpunk style with pink/magenta light from the left and blue/cyan light from the right. Create that futuristic nightclub vibe with vibrant colored reflections on the skin and a dark background."}],
"model": "eachsense/beta",
"stream": true,
"image_urls": ["https://example.com/model-photo.jpg"],
"mode": "max"
}'6. Natural Window Light
6. 自然窗边光
Simulate beautiful, soft natural light coming through a window.
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Relight this portrait with natural window light. Soft, directional daylight coming from a large window on the left side. Create gentle shadows and that beautiful, airy natural light photographers love. Slightly cool color temperature."}],
"model": "eachsense/beta",
"stream": true,
"image_urls": ["https://example.com/indoor-portrait.jpg"],
"mode": "max"
}'模拟透过窗户照射的柔和自然光。
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Relight this portrait with natural window light. Soft, directional daylight coming from a large window on the left side. Create gentle shadows and that beautiful, airy natural light photographers love. Slightly cool color temperature."}],
"model": "eachsense/beta",
"stream": true,
"image_urls": ["https://example.com/indoor-portrait.jpg"],
"mode": "max"
}'7. Ring Light Effect
7. 环形灯效果
Add the signature ring light look popular in beauty and social media content.
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Apply ring light effect to this selfie. Even, frontal lighting with that signature circular catchlight in the eyes. Minimize shadows under the nose and chin, create that beauty influencer look with glowing, even skin illumination."}],
"model": "eachsense/beta",
"stream": true,
"image_urls": ["https://example.com/selfie.jpg"],
"mode": "max"
}'添加美妆和社交媒体内容中流行的标志性环形灯效果。
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Apply ring light effect to this selfie. Even, frontal lighting with that signature circular catchlight in the eyes. Minimize shadows under the nose and chin, create that beauty influencer look with glowing, even skin illumination."}],
"model": "eachsense/beta",
"stream": true,
"image_urls": ["https://example.com/selfie.jpg"],
"mode": "max"
}'8. Cinematic Lighting
8. 电影质感灯光
Create movie-quality lighting with dramatic contrast and atmosphere.
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Apply cinematic lighting to this portrait. Hollywood movie style with strong key light, deep shadows, and subtle rim light separating the subject from background. Moody and atmospheric like a scene from a thriller. Add subtle haze/atmosphere in the air."}],
"model": "eachsense/beta",
"stream": true,
"image_urls": ["https://example.com/actor-photo.jpg"],
"mode": "max"
}'打造具有戏剧性对比度和氛围感的电影级灯光效果。
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Apply cinematic lighting to this portrait. Hollywood movie style with strong key light, deep shadows, and subtle rim light separating the subject from background. Moody and atmospheric like a scene from a thriller. Add subtle haze/atmosphere in the air."}],
"model": "eachsense/beta",
"stream": true,
"image_urls": ["https://example.com/actor-photo.jpg"],
"mode": "max"
}'9. Remove Harsh Shadows
9. 去除生硬阴影
Fix poorly lit photos by softening or removing unflattering harsh shadows.
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Remove the harsh shadows from this photo. The midday sun created unflattering dark shadows under the eyes and nose. Relight it with softer, more even lighting while keeping a natural outdoor look. Fill in the shadow areas without making it look flat."}],
"model": "eachsense/beta",
"stream": true,
"image_urls": ["https://example.com/harsh-shadow-photo.jpg"],
"mode": "max"
}'通过柔化或去除不美观的生硬阴影,修复光线不佳的照片。
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Remove the harsh shadows from this photo. The midday sun created unflattering dark shadows under the eyes and nose. Relight it with softer, more even lighting while keeping a natural outdoor look. Fill in the shadow areas without making it look flat."}],
"model": "eachsense/beta",
"stream": true,
"image_urls": ["https://example.com/harsh-shadow-photo.jpg"],
"mode": "max"
}'10. Match Lighting to Background
10. 匹配背景光照
Adjust subject lighting to seamlessly match a new environment or composited background.
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Relight this person to match the beach sunset background. The subject was photographed indoors with flat lighting, but needs to look like they are actually on the beach during golden hour. Match the warm color temperature, add rim lighting from the setting sun behind them, and ensure the shadows are consistent with the background lighting direction."}],
"model": "eachsense/beta",
"stream": true,
"image_urls": [
"https://example.com/subject-indoor.jpg",
"https://example.com/beach-sunset-background.jpg"
],
"mode": "max"
}'调整主体光照,使其无缝匹配新环境或合成背景。
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Relight this person to match the beach sunset background. The subject was photographed indoors with flat lighting, but needs to look like they are actually on the beach during golden hour. Match the warm color temperature, add rim lighting from the setting sun behind them, and ensure the shadows are consistent with the background lighting direction."}],
"model": "eachsense/beta",
"stream": true,
"image_urls": [
"https://example.com/subject-indoor.jpg",
"https://example.com/beach-sunset-background.jpg"
],
"mode": "max"
}'Multi-Turn Lighting Refinement
多轮光照优化
Use to iteratively refine lighting across multiple requests:
session_idbash
undefined使用在多次请求中迭代优化光照效果:
session_idbash
undefinedInitial relighting
Initial relighting
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Add dramatic studio lighting to this portrait with strong shadows"}], "model": "eachsense/beta", "stream": true, "image_urls": ["https://example.com/portrait.jpg"], "session_id": "lighting-session-001" }'
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Add dramatic studio lighting to this portrait with strong shadows"}], "model": "eachsense/beta", "stream": true, "image_urls": ["https://example.com/portrait.jpg"], "session_id": "lighting-session-001" }'
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Add dramatic studio lighting to this portrait with strong shadows"}], "model": "eachsense/beta", "stream": true, "image_urls": ["https://example.com/portrait.jpg"], "session_id": "lighting-session-001" }'
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Add dramatic studio lighting to this portrait with strong shadows"}], "model": "eachsense/beta", "stream": true, "image_urls": ["https://example.com/portrait.jpg"], "session_id": "lighting-session-001" }'
Refine the result
Refine the result
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "The shadows are too harsh. Can you soften them slightly while keeping the dramatic feel? Also add a subtle blue rim light on the shadow side."}], "model": "eachsense/beta", "stream": true, "session_id": "lighting-session-001" }'
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "The shadows are too harsh. Can you soften them slightly while keeping the dramatic feel? Also add a subtle blue rim light on the shadow side."}], "model": "eachsense/beta", "stream": true, "session_id": "lighting-session-001" }'
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "The shadows are too harsh. Can you soften them slightly while keeping the dramatic feel? Also add a subtle blue rim light on the shadow side."}], "model": "eachsense/beta", "stream": true, "session_id": "lighting-session-001" }'
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "The shadows are too harsh. Can you soften them slightly while keeping the dramatic feel? Also add a subtle blue rim light on the shadow side."}], "model": "eachsense/beta", "stream": true, "session_id": "lighting-session-001" }'
Try a variation
Try a variation
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create another version with warmer color temperature, like tungsten lighting"}], "model": "eachsense/beta", "stream": true, "session_id": "lighting-session-001" }'
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create another version with warmer color temperature, like tungsten lighting"}], "model": "eachsense/beta", "stream": true, "session_id": "lighting-session-001" }'
undefinedcurl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create another version with warmer color temperature, like tungsten lighting"}], "model": "eachsense/beta", "stream": true, "session_id": "lighting-session-001" }'
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create another version with warmer color temperature, like tungsten lighting"}], "model": "eachsense/beta", "stream": true, "session_id": "lighting-session-001" }'
undefinedMode Selection
模式选择
Ask your users before generating:
"Do you want fast & cheap, or high quality?"
| Mode | Best For | Speed | Quality |
|---|---|---|---|
| Final deliverables, client work, portfolio images | Slower | Highest |
| Quick previews, testing lighting ideas, batch processing | Faster | Good |
生成前请询问用户:
"你想要快速低成本,还是高质量效果?"
| 模式 | 适用场景 | 速度 | 质量 |
|---|---|---|---|
| 最终交付成果、客户项目、作品集图像 | 较慢 | 最高 |
| 快速预览、测试光照创意、批量处理 | 较快 | 良好 |
Prompt Tips for Best Results
最佳提示词技巧
When requesting relighting, include these details for best results:
- Light Direction: Specify where the light is coming from (left, right, above, behind)
- Light Quality: Hard/soft, diffused, specular
- Color Temperature: Warm (golden), cool (blue), neutral, or specific colors
- Shadow Intensity: Deep shadows, subtle shadows, shadowless
- Mood/Atmosphere: Dramatic, romantic, professional, edgy
- Reference Style: "Like a Vogue editorial" or "Film noir style"
请求重新打光时,包含以下细节可获得最佳效果:
- 光照方向:指定光源位置(左、右、上方、后方)
- 光照质感:硬光/柔光、漫射光、镜面光
- 色温:暖色(金色)、冷色(蓝色)、中性色或特定颜色
- 阴影强度:深邃阴影、柔和阴影、无阴影
- 氛围/情绪:戏剧性、浪漫、专业、前卫
- 参考风格:"像《Vogue》编辑风格"或"黑色电影风格"
Example Prompt Structure
提示词结构示例
"Relight this [subject type] with [lighting style].
Light coming from [direction] with [quality] shadows.
[Color temperature] color temperature.
Mood: [atmosphere description].
[Additional requirements]""为这张[主体类型]添加[光照风格]效果。
光源来自[方向],阴影为[质感]。
色温为[色温类型]。
氛围:[氛围描述]。
[额外要求]"Error Handling
错误处理
| Error | Cause | Solution |
|---|---|---|
| Insufficient balance | Top up at eachlabs.ai |
| Content policy violation | Prohibited content | Ensure image complies with content policies |
| Timeout | Complex generation | Set client timeout to minimum 10 minutes |
| Poor lighting results | Vague prompt | Be more specific about light direction, quality, and mood |
| 错误 | 原因 | 解决方案 |
|---|---|---|
| 余额不足 | 在eachlabs.ai充值 |
| 内容政策违规 | 包含违禁内容 | 确保图像符合内容政策 |
| 超时 | 生成过程复杂 | 将客户端超时设置为至少10分钟 |
| 光照效果不佳 | 提示词模糊 | 更明确地说明光照方向、质感和氛围 |
Related Skills
相关技能
- - Core API documentation
each-sense - - E-commerce product lighting
product-photo-generation - - Portrait retouching and enhancement
portrait-enhancement - - Change backgrounds with matched lighting
background-replacement
- - 核心API文档
each-sense - - 电商产品打光
product-photo-generation - - 人像修图与增强
portrait-enhancement - - 更换背景并匹配光照
background-replacement