product-photography

作者: qu-skills

AI產品攝影,包含棚拍燈光、生活風格照及商品照慣例。涵蓋角度、背景、陰影類型、主視覺照及電商圖片需求。適用於:產品照片、電商圖片、Amazon商品頁、商品照、生活風格攝影。觸發詞:產品攝影、產品照片、商品照、電商攝影、產品拍攝、產品圖片、棚拍攝影、生活風格產品、亞馬遜產品照片、商品列表圖片、主視覺照、產品示意圖、...

npx skills add https://github.com/qu-skills/skills --skill product-photography

Install the belt CLI skill: npx skills add belt-sh/cli

Product Photography

Create professional product images with AI via inference.sh CLI.

Quick Start

Requires inference.sh CLI (belt). Install instructions

belt login

# Clean studio packshot
belt app run bytedance/seedream-4-5 --input '{
  "prompt": "professional product photography, single premium wireless headphone on clean white background, soft studio lighting with subtle shadow, commercial e-commerce style, sharp focus, 4K quality",
  "size": "2K"
}'

Shot Types

1. Hero Shot (Primary Image)

The main image customers see first. Clean, focused, aspirational.

belt app run bytedance/seedream-4-5 --input '{
  "prompt": "hero product shot, premium smartwatch floating at slight angle, clean gradient background transitioning from white to light grey, dramatic rim lighting, subtle reflection below, commercial photography, magazine quality, sharp details",
  "size": "2K"
}'
RuleWhy
Product fills 80% of frameMaximizes visual impact
Slight angle (15-30 degrees)Adds dimension vs flat front-on
One hero light + fillCreates depth without harsh shadows
Neutral or brand-color backgroundKeeps focus on product

2. Packshot (E-Commerce White Background)

Amazon, Shopify, and most marketplaces require pure white backgrounds.

# Pure white background packshot
belt app run bytedance/seedream-4-5 --input '{
  "prompt": "product packshot, leather wallet standing upright at slight angle on pure white background #FFFFFF, soft even studio lighting, no shadows, e-commerce product photography, Amazon listing style, clean sharp focus",
  "size": "2K"
}'

Amazon Requirements:

  • Pure white background (RGB 255, 255, 255)
  • Product fills 85%+ of frame
  • No props, text, logos, or watermarks
  • Minimum 1000px on longest side (1600px+ recommended for zoom)
  • JPEG or PNG, sRGB color

3. Lifestyle Shot

Product in context — shows how it's used or where it belongs.

belt app run bytedance/seedream-4-5 --input '{
  "prompt": "lifestyle product photography, premium coffee mug on rustic wooden table beside an open book and reading glasses, morning sunlight streaming through window, cozy home atmosphere, shallow depth of field, warm tones, editorial style",
  "size": "2K"
}'

4. Scale Shot

Shows product size relative to familiar objects or human hands.

belt app run falai/flux-dev-lora --input '{
  "prompt": "product scale photography, compact portable speaker held in one hand, person showing how small and portable it is, clean blurred background, natural lighting, lifestyle tech photography",
  "width": 1024,
  "height": 1024
}'

5. Detail / Close-Up Shot

Highlights texture, material quality, or specific features.

belt app run bytedance/seedream-4-5 --input '{
  "prompt": "extreme close-up product detail, premium leather bag stitching and grain texture, macro photography, shallow depth of field, soft directional lighting highlighting texture, luxury product photography, editorial quality",
  "size": "2K"
}'

6. Group / Collection Shot

Multiple products or variants together.

belt app run bytedance/seedream-4-5 --input '{
  "prompt": "product collection flat lay photography, three skincare bottles arranged in triangular composition on marble surface, minimal props, soft overhead lighting, beauty product photography, editorial style, coordinated brand aesthetic",
  "size": "2K"
}'

Camera Angles

AngleBest ForPrompt Keyword
Eye levelMost products, relatable"eye level shot", "straight on"
Slight above (30°)Flat lay, food, cosmetics"overhead angle", "45 degree angle"
Bird's eye (90°)Flat lay compositions"flat lay", "top down", "overhead"
Low angleMaking products look powerful/premium"low angle", "looking up at product"
3/4 angleMost versatile, shows depth"three-quarter view", "slight angle"

Lighting Setups

SetupLookPrompt Keywords
Soft box (diffused)Even, minimal shadows"soft studio lighting", "diffused light"
Rim/edge lightingDramatic outline glow"rim lighting", "edge light", "backlit"
Natural windowWarm, authentic, lifestyle"natural window light", "golden hour"
Hard directionalStrong shadows, editorial"dramatic directional lighting", "hard shadow"
Flat/evenE-commerce, no shadows"even lighting", "no shadows", "flat light"

Shadow Types

ShadowEffectWhen to Use
No shadowClean, floatingAmazon/e-commerce requirements
Contact shadowTiny shadow where product meets surfaceGrounded but clean
Drop shadowSoft shadow below productAdds depth, professional
Dramatic shadowLong, directional shadowEditorial, luxury, mood
ReflectionMirror-like surface belowTech, luxury, premium feel

Background Guide

BackgroundBest ForPrompt Keywords
Pure white (#FFFFFF)E-commerce, marketplaces"pure white background"
Light grey gradientHero shots, premium"gradient background white to grey"
Marble/stoneLuxury, beauty, jewelry"marble surface"
Wood/rusticArtisan, food, natural products"rustic wooden table"
Colored (brand)Brand consistency"background color [hex]"
Lifestyle environmentContext shots"kitchen counter", "desk", "bathroom shelf"

Composition Rules

RuleApplication
Rule of thirdsPlace product at intersection points for lifestyle shots
Center dominantE-commerce/packshots — product dead center
Negative spaceLeave room for text overlay if marketing use
Leading linesUse table edges, shadows to draw eye to product
Odd numbersGroups of 3 or 5 products look better than 2 or 4
Triangle compositionArrange 3 items in a triangle for balance

E-Commerce Image Set

A complete product listing needs 7-9 images in this order:

PositionImage TypePurpose
1Hero / packshotPrimary listing image, white background
2LifestyleProduct in use/context
3Feature calloutKey feature highlighted
4Scale referenceSize in hand or next to known object
5Detail close-upMaterial quality, craftsmanship
6Alternate angleBack or side view
7InfographicDimensions, specs, what's included
8PackagingUnboxing experience
9Social proofRating overlay or lifestyle with caption
# Generate a complete e-commerce set
# 1. Hero packshot
belt app run bytedance/seedream-4-5 --input '{
  "prompt": "product packshot, premium bluetooth speaker on pure white background, slight angle, soft studio lighting, subtle contact shadow, e-commerce photography, sharp, 4K",
  "size": "2K"
}' --no-wait

# 2. Lifestyle
belt app run bytedance/seedream-4-5 --input '{
  "prompt": "lifestyle product photography, bluetooth speaker on poolside table, summer setting, sunglasses and drink nearby, warm natural light, vacation vibes, editorial style",
  "size": "2K"
}' --no-wait

# 3. Detail
belt app run bytedance/seedream-4-5 --input '{
  "prompt": "extreme close-up of speaker grille texture and premium materials, macro product photography, soft lighting, showing build quality, sharp detail",
  "size": "2K"
}' --no-wait

# 4. Scale
belt app run falai/flux-dev-lora --input '{
  "prompt": "person holding compact bluetooth speaker in one hand, showing portable size, clean blurred background, natural light, lifestyle tech photography",
  "width": 1024,
  "height": 1024
}' --no-wait

Product Categories

Food & Beverage

Key: overhead angles, natural light, visible texture, steam/freshness cues
Prompt add: "food photography, appetizing, fresh, natural daylight, shallow depth of field"
Avoid: artificial-looking colors, perfectly symmetrical plating (looks fake)

Jewelry & Accessories

Key: macro detail, reflective surfaces, black or gradient backgrounds
Prompt add: "jewelry photography, macro, sparkle, reflective surface, luxury"
Avoid: flat lighting (kills sparkle), busy backgrounds

Electronics & Tech

Key: clean lines, dark or gradient backgrounds, rim lighting
Prompt add: "tech product photography, sleek, modern, rim lighting, premium"
Avoid: warm/rustic backgrounds (wrong aesthetic)

Cosmetics & Beauty

Key: flat lay or slight angle, marble/clean surfaces, soft pastels
Prompt add: "beauty product photography, clean, minimal, soft light, editorial"
Avoid: harsh shadows, dark moody lighting (unless luxury/niche)

Apparel & Fashion

Key: on model or flat lay, lifestyle context, brand mood
Prompt add: "fashion photography, editorial, styled, natural pose"
Avoid: pure white background for lifestyle (save for e-commerce only)

Image Editing Workflow

# Generate base product image
belt app run bytedance/seedream-4-5 --input '{
  "prompt": "premium headphones on white background, studio product photography",
  "size": "2K"
}'

# Edit: change background to lifestyle
belt app run bytedance/seededit-3-0-i2i --input '{
  "prompt": "change the background to a modern minimalist desk setup with warm afternoon light, keep the headphones exactly the same",
  "image": "headphones-white.png"
}'

# Upscale for print
belt app run falai/topaz-image-upscaler --input '{
  "image": "headphones-lifestyle.png"
}'

Common Mistakes

MistakeProblemFix
Busy backgroundsProduct gets lostClean, simple backgrounds — product is the star
Flat front-on angleLooks like a mugshotSlight 15-30° angle adds dimension
Wrong lighting for categoryTech on rustic wood, food in cold lightMatch lighting to product category conventions
Too many propsDistracts from productMax 2-3 supporting props for lifestyle shots
Inconsistent style across setLooks unprofessionalSame lighting setup, same background family
No scale referenceCustomers can't judge sizeInclude at least one shot with hands or known objects
Low resolutionCan't zoom, looks amateurGenerate at 2K+ and upscale if needed
Perfectly centered everythingStatic, boring layoutUse rule of thirds for lifestyle, center only for packshots

Related Skills

npx skills add inference-sh/skills@ai-image-generation
npx skills add inference-sh/skills@flux-image
npx skills add inference-sh/skills@prompt-engineering

Browse all apps: belt app store

來自 qu-skills 的更多技能

ai-video-generation
qu-skills
透過 inference.sh CLI 使用 Google Veo、Seedance 2.0、HappyHorse、Wan、Grok 及 40 多種模型生成 AI 影片。模型:Veo 3.1、Veo 3、Seedance 2.0、HappyHorse 1.0、Wan 2.5、Grok Imagine Video、OmniHuman、Fabric、HunyuanVideo。功能:文字轉影片、圖片轉影片、參考轉影片、影片編輯、唇形同步、虛擬人物動畫、影片放大、擬音音效。用途:社群媒體影片、行銷內容、解說影片、產品展示、AI 虛擬人物。觸發條件:影片生成、AI 影片、...
videocreativemedia
remotion-render
qu-skills
透過 inference.sh 從 React/Remotion 元件程式碼渲染影片。傳入 TSX 程式碼,取得 MP4。支援所有 Remotion API:useCurrentFrame、useVideoConfig、spring、interpolate、AbsoluteFill、Sequence。可設定解析度、FPS、時長、編碼器。用途:程式化影片生成、動畫圖形、動態設計、資料驅動影片、React 動畫轉影片。觸發詞:remotion、從程式碼渲染影片、tsx 轉影片、react 影片、程式化影片、remotion 渲染、程式碼轉影片、動畫...
developmentvideocreative
ai-image-generation
qu-skills
透過 inference.sh CLI 使用 GPT-Image-2、FLUX、Gemini、Grok、Seedream、Reve 及 50 多種模型生成 AI 圖像。模型包括:GPT-Image-2、FLUX Dev LoRA、FLUX.2 Klein LoRA、Gemini 3 Pro Image、Grok Imagine、Seedream 4.5、Reve、ImagineArt。功能涵蓋:文字轉圖像、圖像轉圖像、修補、LoRA、圖像編輯、放大、文字渲染。適用於:AI 藝術、產品模型、概念藝術、社交媒體圖形、行銷視覺、插圖。觸發詞:flux、圖像生成、AI 圖像、文字轉...
creativemediaimage
ai-avatar-video
qu-skills
透過 inference.sh CLI 建立 AI 虛擬人偶與說話頭影片。推薦:P-Video-Avatar(最快、最便宜、內建 TTS)。另可選:OmniHuman、Fabric、PixVerse。音訊:Inworld TTS-2(100 多種語言、角色情感引導)、ElevenLabs、Kokoro。功能:音訊驅動虛擬人偶、文字轉虛擬人偶、唇形同步影片、說話頭生成、虛擬主持人、UGC 內容。用途:AI 主持人、解說影片、虛擬網紅、配音、行銷影片、UGC 廣告、遊戲虛擬人偶……
videocreativemedia
twitter-automation
qu-skills
透過 inference.sh CLI 自動化 Twitter/X 的發文、互動與用戶管理。應用程式:x/post-tweet、x/post-create(含媒體)、x/post-like、x/post-retweet、x/dm-send、x/user-follow。功能:發推文、排程內容、按讚、轉推、發送私訊、追蹤用戶、取得個人資料。用途:社群媒體自動化、內容排程、互動機器人、受眾成長、X API。觸發條件:twitter api、x api、推文自動化、發文至 twitter、twitter 機器人、社群媒體自動化、x...
api
agent-browser
qu-skills
透過 inference.sh 為 AI 代理提供瀏覽器自動化功能。可導覽網頁、使用 @e 參考與元素互動、擷取螢幕截圖、錄製影片。功能包括:網頁抓取、表單填寫、點擊、打字、拖放、檔案上傳、執行 JavaScript。適用於:網頁自動化、資料擷取、測試、代理瀏覽、研究。觸發詞:瀏覽器、網頁自動化、抓取、導覽、點擊、填寫表單、螢幕截圖、瀏覽網頁、playwright、無頭瀏覽器、網頁代理、上網、錄製影片
browser-automationweb-scrapingtesting
web-search
qu-skills
透過 inference.sh CLI 使用 Tavily 和 Exa 進行網路搜尋與內容擷取。應用:Tavily 搜尋、Tavily 擷取、Exa 搜尋、Exa 回答、Exa 擷取。功能:AI 驅動搜尋、內容擷取、直接回答、研究。用途:研究、RAG 管線、事實查核、內容彙整、代理程式。觸發詞:網路搜尋、tavily、exa、搜尋 API、內容擷取、研究、網際網路搜尋、AI 搜尋、搜尋助理、網頁抓取、rag、perplexity 替代方案
researchweb-scrapingapi
agent-tools
qu-skills
透過 inference.sh CLI 執行 250 多個 AI 應用程式 - 圖片生成、影片創作、大型語言模型、搜尋、3D、Twitter 自動化。模型:FLUX、Veo、Gemini、Grok、Claude、Seedance、OmniHuman、Tavily、Exa、OpenRouter 等。用於執行 AI 應用程式、生成圖片/影片、呼叫大型語言模型、網路搜尋或自動化 Twitter 時觸發。觸發詞:inference.sh、infsh、ai model、run ai、serverless ai、ai api、flux、veo、claude api、image generation、video generation、openrouter、tavily、exa search、twitter api、grok
developmentapicreative