higgsfield-marketplace-cards
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseMarketplace Cards
电商平台图片卡片
Create marketplace-ready product visuals with .
The CLI first calls the backend enhancer, where marketplace rules and templates are kept private, then creates jobs and prints result URLs.
higgsfield marketplace-cards createnano_banana_2使用创建可直接用于电商平台的产品视觉素材。CLI会先调用后端增强器(电商平台规则和模板在此处私密存储),然后创建任务并打印结果URL。
higgsfield marketplace-cards createnano_banana_2Bootstrap
初始化步骤
- If is not on
higgsfield, install it by running the official installer with Bash:$PATH.curl -fsSL https://raw.githubusercontent.com/higgsfield-ai/cli/main/install.sh | sh - If fails with authentication errors, ask the user to run
higgsfield account status.higgsfield auth login
- 如果不在
higgsfield中,通过Bash运行官方安装脚本进行安装:$PATH。curl -fsSL https://raw.githubusercontent.com/higgsfield-ai/cli/main/install.sh | sh - 如果因认证失败报错,请让用户运行
higgsfield account status。higgsfield auth login
UX Rules
用户体验规则
- Respond in the user's language.
- Ask at most one concise confirmation question before running.
- Prefer a product image. If the user provides only text or a URL, proceed only when the product details are clear.
- Do not write final image-generation prompts yourself. Backend enhancement owns that.
- Final answer should contain only the ready image URLs and short labels.
- 使用用户的语言进行回复。
- 在运行命令前最多提出一个简洁的确认问题。
- 优先使用产品图片。如果用户仅提供文本或URL,仅在产品信息明确的情况下继续操作。
- 请勿自行编写最终的图片生成提示词,此项由后端增强器负责。
- 最终回复应仅包含生成好的图片URL和简短标签。
Scope Selection
范围选择
Use when the user asks for a common bundle:
--scope| Scope | Creates |
|---|---|
| 1 marketplace main image |
| main image + 5 secondary images |
| main image + 7 A+ modules |
| main image + 5 secondary images + 7 A+ modules |
Use repeated only for custom subsets:
--assetmain_imageinfographicmulti_angledetail_shotlifestylewhats_in_boxaplus_hero_banneraplus_pain_pointsaplus_featuresaplus_ingredientsaplus_efficacyaplus_how_to_useaplus_endorsement
当用户需要常见的素材组合时,使用参数:
--scope| 范围 | 生成内容 |
|---|---|
| 1张电商平台主图 |
| 主图 + 5张副图 |
| 主图 + 7个A+模块 |
| 主图 + 5张副图 + 7个A+模块 |
仅在需要自定义子集时重复使用参数:
--assetmain_imageinfographicmulti_angledetail_shotlifestylewhats_in_boxaplus_hero_banneraplus_pain_pointsaplus_featuresaplus_ingredientsaplus_efficacyaplus_how_to_useaplus_endorsement
Command
命令
Build and run one command from the user's request.
higgsfield marketplace-cards createFor common bundles, use , , optional repeated , and optional context flags: , , , .
--scope <main|product-images|aplus|full-set>--prompt "<short product and listing intent>"--image <path-or-upload-id>--product_context--brand_context--category--visual_styleExamples to mirror when choosing arguments:
- Product images:
higgsfield marketplace-cards create --scope product-images --prompt "sparkling peach lemonade can for marketplace listing" --image ./can.png --category "beverage" - Full set:
higgsfield marketplace-cards create --scope full-set --prompt "premium skincare serum, clean clinical marketplace visual system" --image ./serum.jpg --brand_context "minimal white and sage palette" - Custom subset: repeat , for example
--asset.--asset main_image --asset infographic --asset lifestyle - Existing completed main image job: use with the requested secondary or A+
--main-job <completed_main_job_id>values.--asset
根据用户需求构建并运行一条命令。
higgsfield marketplace-cards create对于常见组合,使用、,可选重复使用,以及可选的上下文参数:、、、。
--scope <main|product-images|aplus|full-set>--prompt "<简短产品及Listing需求>"--image <路径或上传ID>--product_context--brand_context--category--visual_style选择参数时可参考以下示例:
- 产品图片:
higgsfield marketplace-cards create --scope product-images --prompt "sparkling peach lemonade can for marketplace listing" --image ./can.png --category "beverage" - 完整套装:
higgsfield marketplace-cards create --scope full-set --prompt "premium skincare serum, clean clinical marketplace visual system" --image ./serum.jpg --brand_context "minimal white and sage palette" - 自定义子集:重复使用,例如
--asset。--asset main_image --asset infographic --asset lifestyle - 已完成的主图任务:使用搭配所需的副图或A+模块
--main-job <已完成的主图任务ID>参数。--asset
Delivery
交付形式
Print URLs with labels:
text
Marketplace cards ready:
- Main image: https://...
- Infographic: https://...
- Lifestyle: https://...Avoid JSON, job IDs, internal model names, or enhanced prompt text unless the user explicitly asks.
打印带标签的URL:
text
Marketplace cards ready:
- Main image: https://...
- Infographic: https://...
- Lifestyle: https://...除非用户明确要求,否则请勿返回JSON、任务ID、内部模型名称或增强后的提示词文本。",