ai-product-photographylisted
Install: claude install-skill aiskillstore/marketplace
# AI Product Photography
Generate professional product photography via [inference.sh](https://inference.sh) CLI.
## Quick Start
```bash
curl -fsSL https://cli.inference.sh | sh && infsh login
# Generate product shot
infsh app run falai/flux-dev --input '{
"prompt": "Professional product photo of wireless earbuds on white surface, soft studio lighting, commercial photography, high detail"
}'
```
## Available Models
| Model | App ID | Best For |
|-------|--------|----------|
| FLUX Dev | `falai/flux-dev` | High quality, detailed |
| FLUX Schnell | `falai/flux-schnell` | Fast iterations |
| Imagen 3 | `google/imagen-3` | Photorealistic |
| Grok | `xai/grok-imagine-image` | Creative variations |
| Seedream | `bytedance/seedream-3-0` | Commercial quality |
## Product Photography Styles
### Studio White Background
```bash
infsh app run falai/flux-dev --input '{
"prompt": "Product photography of a luxury watch on pure white background, professional studio lighting, sharp focus, e-commerce style, high resolution"
}'
```
### Lifestyle Context
```bash
infsh app run falai/flux-dev --input '{
"prompt": "Lifestyle product photo of coffee mug on wooden desk, morning sunlight through window, cozy home office setting, Instagram aesthetic"
}'
```
### Hero Shot
```bash
infsh app run falai/flux-dev --input '{
"prompt": "Hero product shot of smartphone floating at angle, dramatic lighting, gradient background, tech advertising style, premium feel"
}'
```
### Flat Lay
```ba