返回顶部
a

ai-product-photographyAI产品摄影

Generate professional AI product photography and commercial images. Models: FLUX, Imagen 3, Grok, Seedream for product shots, lifestyle images, mockups. Capabilities: studio lighting, lifestyle scenes, packaging, e-commerce photos. Use for: e-commerce, Amazon listings, Shopify, marketing, advertising, mockups. Triggers: product photography, product shot, commercial photography, e-commerce images, amazon product photo, shopify images, product mockup, studio product shot, lifestyle product image,

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.5
安全检测
已通过
1,813
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

ai-product-photography

AI产品摄影

通过inference.sh命令行工具生成专业产品摄影作品。

AI产品摄影

快速开始

bash
curl -fsSL https://cli.inference.sh | sh && infsh login

生成产品照片

infsh app run falai/flux-dev --input { prompt: 白色表面上无线耳机的专业产品照片,柔和影棚灯光,商业摄影,高细节 }

安装说明: 安装脚本仅检测您的操作系统/架构,从dist.inference.sh下载匹配的二进制文件,并验证其SHA-256校验和。无需提升权限或后台进程。提供手动安装与验证

可用模型

模型应用ID最佳用途
FLUX Devfalai/flux-dev高质量、高细节
FLUX Schnell
falai/flux-schnell | 快速迭代 | | Imagen 3 | google/imagen-3 | 照片级真实感 | | Grok | xai/grok-imagine-image | 创意变体 | | Seedream | bytedance/seedream-3-0 | 商业级质量 |

产品摄影风格

纯白背景影棚

bash
infsh app run falai/flux-dev --input {
prompt: 纯白背景上奢侈手表的专业产品摄影,专业影棚灯光,锐利对焦,电商风格,高分辨率
}

生活场景

bash
infsh app run falai/flux-dev --input {
prompt: 木桌上咖啡杯的生活场景产品照片,清晨阳光透过窗户,舒适家庭办公环境,Instagram美学
}

主视觉大片

bash
infsh app run falai/flux-dev --input {
prompt: 智能手机倾斜悬浮的主视觉产品照片,戏剧性灯光,渐变背景,科技广告风格,高端质感
}

俯拍陈列

bash
infsh app run falai/flux-dev --input {
prompt: 护肤品俯拍产品摄影,美学陈列,大理石表面,桉树叶道具,美妆品牌风格
}

使用场景/动态

bash
infsh app run falai/flux-dev --input {
prompt: 跑步鞋跨步中的动态照片,运动模糊背景,运动生活方式,耐克广告风格
}

产品类别

电子产品

bash
infsh app run falai/flux-dev --input {
prompt: 无线耳机专业产品照片,哑光黑色表面,悬浮于深色渐变背景,轮廓光,科技产品摄影
}

时尚/服装

bash
infsh app run falai/flux-dev --input {
prompt: 皮革手提包时尚产品摄影,影棚环境,柔和阴影,奢侈品牌美学,Vogue风格
}

美妆/化妆品

bash
infsh app run falai/flux-dev --input {
prompt: 口红配色彩试色卡的美妆产品摄影,干净白色背景,柔和灯光,高端化妆品广告
}

食品与饮料

bash
infsh app run falai/flux-dev --input {
prompt: 精酿啤酒瓶带冷凝水珠的食品摄影,乡村木桌,暖色灯光,手工品牌美学
}

家居与家具

bash
infsh app run falai/flux-dev --input {
prompt: 极简客厅中现代扶手椅的室内产品照片,自然光线,斯堪的纳维亚设计风格,生活场景
}

珠宝首饰

bash
infsh app run falai/flux-dev --input {
prompt: 钻石戒指的珠宝产品摄影,黑色天鹅绒表面,戏剧性聚光灯,闪耀与反射,奢侈广告
}

灯光技巧

柔和影棚光

bash
infsh app run falai/flux-dev --input {
prompt: 柔和漫射影棚灯光的产品照片,最小化阴影,干净专业,商业摄影
}

戏剧性/轮廓光

bash
infsh app run falai/flux-dev --input {
prompt: 戏剧性轮廓光的产品照片,深色背景,发光边缘,高端科技美学
}

自然窗光

bash
infsh app run falai/flux-dev --input {
prompt: 自然窗光的产品照片,柔和阴影,生活场景环境,温暖宜人
}

硬光/高对比

bash
infsh app run falai/flux-dev --input {
prompt: 硬方向光的产品照片,强烈阴影,大胆对比,编辑风格
}

电商模板

亚马逊主图

bash
infsh app run falai/flux-dev --input {
prompt: 亚马逊产品列表主图,纯白背景RGB 255 255 255,产品占据画面85%,专业影棚灯光,无文字或图形
}

亚马逊生活场景图

bash
infsh app run falai/flux-dev --input {
prompt: 亚马逊生活场景产品图片,产品在自然使用环境中,相关场景,展示尺寸和使用场景
}

Shopify主视觉

bash
infsh app run falai/flux-dev --input {
prompt: Shopify主横幅产品图片,生活场景,左侧留白用于文字叠加,高端品牌美学
}

批量生成

bash

生成多个角度


PRODUCT=奢侈手表
ANGLES=(正面视图 45度角 侧面轮廓 表盘细节特写)

for angle in ${ANGLES[@]}; do
infsh app run falai/flux-dev --input {
\prompt\: \$PRODUCT的专业产品摄影,$angle,白色背景,影棚灯光\
} > product${angle// /}.json
done

后期处理工作流

bash

1. 生成基础产品图片


infsh app run falai/flux-dev --input {
prompt: 耳机产品照片...
} > product.json

2. 放大至高分辨率

infsh app run falai/topaz-image-upscaler --input { image_url: <产品-url>, scale: 2 } > upscaled.json

3. 如需去除背景

infsh app run falai/birefnet --input { image_url: <放大后-url> } > cutout.json

提示词公式

[产品类型] + [环境/背景] + [灯光] + [风格] + [技术参数]

示例

白色大理石表面上的无线耳机,柔和影棚灯光,苹果广告风格,8K,锐利对焦

渐变背景上悬浮的运动鞋,戏剧性轮廓光,耐克活动美学,商业摄影

带水珠的护肤品瓶,水疗环境配石头,自然光线,奢侈美妆品牌风格

最佳实践

  1. 1. 风格一致 - 所有图片匹配品牌美学
  2. 高分辨率 - 使用优质模型,必要时放大
  3. 多角度 - 生成正面、侧面、细节视图
  4. 场景重要 - 生活场景图片转化率高于纯白背景
  5. 道具与布景 - 添加相关道具增加视觉趣味
  6. 灯光一致性 - 产品线使用相同灯光风格

相关技能

bash

图像生成模型


npx skills add inference-sh/skills@ai-image-generation

FLUX专用

npx skills add inference-sh/skills@flux-image

图像放大

npx skills add inference-sh/skills@image-upscaling

背景去除

npx skills add inference-sh/skills@background-removal

完整平台技能

npx skills add inference-sh/skills@inference-sh

浏览所有图像应用:infsh app list --category image

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 ai-product-photography-1776352688 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 ai-product-photography-1776352688 技能

通过命令行安装

skillhub install ai-product-photography-1776352688

下载

⬇ 下载 ai-product-photography v0.1.5(免费)

文件大小: 3.41 KB | 发布时间: 2026-4-17 14:56

v0.1.5 最新 2026-4-17 14:56
- Added comprehensive usage guide and documentation in SKILL.md.
- Included quick start instructions and installation notes for inference.sh CLI.
- Listed supported models and their best uses for product photography.
- Provided sample prompts and templates for various product categories, styles, and lighting techniques.
- Documented batch generation and post-processing workflows.
- Shared best practices and related skills for enhanced product image creation.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部