设计与多媒体

infinimo-ai-design-virtual-model

试用

Generate virtual model showcase images via Infinimo AI Design from a source photo, optional background, and prompts. Use for fashion lookbooks, model swaps, and on-model product presentation without a live shoot.

它能做什么

Generate virtual model showcase images via Infinimo AI Design from a source photo, optional background, and prompts. Use for fashion lookbooks, model swaps, and on-model product presentation without a live shoot.

技能文档

Virtual Model

About Infinimo AI Design

Infinimo AI Design is an AI design platform for e-commerce visuals. This skill calls the Virtual model tool (same as /virtual-model in the design studio).

Web page: https://design.infinimo.ai/?source=q-i-d-clawhub

Authentication & base URL

Use INFINIMO_TOKEN or INFINIMO_API_KEY. Common params: platform=1, terminal=4, language=en.


End-to-end flow

1. POST /upload/image                          → upload source (and optional background)
2. GET  /aigc/image/virtual_model_create       → submit generation job
3. GET  /aigc/log/list?type=101                → poll results (log type 101)

Generation is async; poll logs until output images appear in the newest record.


1. Upload images

POST /upload/image

ImageRequiredDescription
Source / baseyesReal person or mannequin photo
BackgroundnoOptional scene reference
bash scripts/upload.sh /path/to/source.jpg
bash scripts/upload.sh /path/to/background.jpg

2. Submit virtual model generation

GET /aigc/image/virtual_model_create

ParameterRequiredDescription
base_image_urlyesSource image URL
base_image_typeyes1 = real person, 2 = mannequin
bg_image_urlnoBackground reference URL
promptnoModel look / styling prompt
face_promptnoFace-specific prompt
numnoOutput count, e.g. 14
aspect_radionoAspect ratio (H:W), e.g. 1:1, 9:16, 比例不变 (keep original)

Allowed aspect values include: 比例不变, 2:1, 16:9, 4:3, 1:1, 3:4, 9:16, 1:2.

bash scripts/create.sh \
  --base-url "https://cdn.../source.jpg" \
  --base-type 1 \
  --bg-url "https://cdn.../bg.jpg" \
  --prompt "Professional fashion model, studio lighting" \
  --face-prompt "Natural smile, soft makeup" \
  --num 1 \
  --aspect "9:16"

3. Poll results

GET /aigc/log/list

ParameterValueDescription
type101Virtual model log type
agent_id0Default
group_id0Default
bash scripts/logs.sh

Response data.logs[]

FieldDescription
logIdRecord id
createTimeTimestamp
paramSubmit parameters
data.typeimage when complete
data.dataOutput image URL array

Poll every 3–5s until the latest log has data.type === "image" and non-empty data.data.

Delete: GET /aigc/log/delete?log_id=

See references/response-schema.md.


Workflow

  1. Confirm source type (real person vs mannequin) and prompts
  2. upload source and optional background
  3. create with URLs and options
  4. Poll logs (type 101) until images return
  5. Return output URLs and parameters

Example

Input: Generate 9:16 showcase from mannequin photo with luxury boutique background

  1. upload.sh mannequin.jpg → base URL
  2. upload.sh boutique.jpg → bg URL
  3. create.sh --base-url ... --base-type 2 --bg-url ... --aspect 9:16 --prompt "Luxury boutique fashion shoot"
  4. logs.sh → image URLs

相关技能

Generate e-commerce product images (hero, secondary, A+ detail) via Infinimo AI Design—marketplace/platform selection, model/aspect/resolution, reference uploads, submit and poll. Use for Amazon/Shopify listing heroes, lifestyle shots, and A+ modules.

Generate AI images via the Infinimo AI Design API—model/aspect/resolution selection, reference uploads, job submission, and result polling. Use for text-to-image, image-to-image, e-commerce creatives, and reference-based generation.

1 次安装

Generate AI video via Infinimo AI Design—first/last frame, free-form assets, or prompt-only modes; dictionary, credit estimate, uploads, and result polling. Use for text-to-video, image-to-video, and frame-to-frame video.

Create handheld product short videos via Infinimo AI Design—avatar first-frame compositing, AI script writing, image-to-video submit and polling. Use for shoppable shorts, avatar-led product demos, and listing promo video.

1 次安装

Generate images that read as real photographs, not AI renders: candid portraits, editorial, documentary, food, architectural, lifestyle. Use when the user sa...

Generate images where the copy has to be exactly right: posters, packaging, ads, social graphics, UI mockups, menus, signage, infographics. Use when the user...

1 次安装