higgsfield-marketplace-cards

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Marketplace Cards

电商平台图片卡片

Create marketplace-ready product visuals with
higgsfield marketplace-cards create
. The CLI first calls the backend enhancer, where marketplace rules and templates are kept private, then creates
nano_banana_2
jobs and prints result URLs.
使用
higgsfield marketplace-cards create
创建可直接用于电商平台的产品视觉素材。CLI会先调用后端增强器(电商平台规则和模板在此处私密存储),然后创建
nano_banana_2
任务并打印结果URL。

Bootstrap

初始化步骤

  1. If
    higgsfield
    is not on
    $PATH
    , install it by running the official installer with Bash:
    curl -fsSL https://raw.githubusercontent.com/higgsfield-ai/cli/main/install.sh | sh
    .
  2. If
    higgsfield account status
    fails with authentication errors, ask the user to run
    higgsfield auth login
    .
  1. 如果
    higgsfield
    不在
    $PATH
    中,通过Bash运行官方安装脚本进行安装:
    curl -fsSL https://raw.githubusercontent.com/higgsfield-ai/cli/main/install.sh | sh
  2. 如果
    higgsfield account status
    因认证失败报错,请让用户运行
    higgsfield auth login

UX Rules

用户体验规则

  1. Respond in the user's language.
  2. Ask at most one concise confirmation question before running.
  3. Prefer a product image. If the user provides only text or a URL, proceed only when the product details are clear.
  4. Do not write final image-generation prompts yourself. Backend enhancement owns that.
  5. Final answer should contain only the ready image URLs and short labels.
  1. 使用用户的语言进行回复。
  2. 在运行命令前最多提出一个简洁的确认问题。
  3. 优先使用产品图片。如果用户仅提供文本或URL,仅在产品信息明确的情况下继续操作。
  4. 请勿自行编写最终的图片生成提示词,此项由后端增强器负责。
  5. 最终回复应仅包含生成好的图片URL和简短标签。

Scope Selection

范围选择

Use
--scope
when the user asks for a common bundle:
ScopeCreates
main
1 marketplace main image
product-images
main image + 5 secondary images
aplus
main image + 7 A+ modules
full-set
main image + 5 secondary images + 7 A+ modules
Use repeated
--asset
only for custom subsets:
  • main_image
  • infographic
  • multi_angle
  • detail_shot
  • lifestyle
  • whats_in_box
  • aplus_hero_banner
  • aplus_pain_points
  • aplus_features
  • aplus_ingredients
  • aplus_efficacy
  • aplus_how_to_use
  • aplus_endorsement
当用户需要常见的素材组合时,使用
--scope
参数:
范围生成内容
main
1张电商平台主图
product-images
主图 + 5张副图
aplus
主图 + 7个A+模块
full-set
主图 + 5张副图 + 7个A+模块
仅在需要自定义子集时重复使用
--asset
参数:
  • main_image
  • infographic
  • multi_angle
  • detail_shot
  • lifestyle
  • whats_in_box
  • aplus_hero_banner
  • aplus_pain_points
  • aplus_features
  • aplus_ingredients
  • aplus_efficacy
  • aplus_how_to_use
  • aplus_endorsement

Command

命令

Build and run one
higgsfield marketplace-cards create
command from the user's request.
For common bundles, use
--scope <main|product-images|aplus|full-set>
,
--prompt "<short product and listing intent>"
, optional repeated
--image <path-or-upload-id>
, and optional context flags:
--product_context
,
--brand_context
,
--category
,
--visual_style
.
Examples 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
    --asset
    , for example
    --asset main_image --asset infographic --asset lifestyle
    .
  • Existing completed main image job: use
    --main-job <completed_main_job_id>
    with the requested secondary or A+
    --asset
    values.
根据用户需求构建并运行一条
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
  • 已完成的主图任务:使用
    --main-job <已完成的主图任务ID>
    搭配所需的副图或A+模块
    --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、内部模型名称或增强后的提示词文本。",