higgsfield-soul-id

작성자: higgsfield-ai

소울 캐릭터를 훈련합니다. 이는 힉스필드가 신원을 충실히 반영한 이미지 및 비디오 생성을 위해 사용하는, 사람의 얼굴에 기반한 개인화된 모델입니다. 다음 경우에 사용: "내

npx skills add https://github.com/higgsfield-ai/skills --skill higgsfield-soul-id

Higgsfield Soul Character

Train a face-faithful identity model. Reusable across all Soul-powered generations.

Step 0 — Bootstrap

Before any other command:

  1. If higgsfield is not on $PATH, install it:
    curl -fsSL https://raw.githubusercontent.com/higgsfield-ai/cli/main/install.sh | sh
    
  2. If higgsfield account status fails with Session expired / Not authenticated, ask the user to run higgsfield auth login (interactive) and wait for confirmation.
  3. Soul training requires a paid plan (Basic+). If higgsfield account status shows free plan, tell the user before submitting.

UX Rules

  1. Be concise. No raw IDs in chat. Just say "Soul ready" with a name reference.
  2. Detect language and respond in it. CLI flags stay English.
  3. Ask for the smallest set of inputs: name + photos. Pick a sensible model variant.
  4. Polling is silent — training takes minutes. Don't repeat status updates.

Workflow

  1. Get name. One word, used for later reference. Ask if missing.
  2. Get photos. 5–20 face photos, varied angles and lighting. Local paths or already-uploaded IDs both work — --image accepts either.
  3. Pick variant.
    • --soul-2 — for image generation (default)
    • --soul-cinematic — for cinematic / video work Choose based on user's stated downstream use. Default to --soul-2.
  4. Submit.
    higgsfield soul-id create --name "<name>" --soul-2 --image ./photo1.png --image ./photo2.png ...
    higgsfield soul-id create --name "<name>" --soul-2 --image <upload_id> --image <upload_id> ...
    
    CLI auto-uploads paths. Captures returned reference id.
  5. Wait. higgsfield soul-id wait <id>. Silent. Default timeout 30m.
  6. Deliver. "Soul <name> ready. Use in generate with --soul-id <id>."

Use the Soul

Once trained, pass to higgsfield-generate:

higgsfield generate create text2image_soul_v2 --prompt "..." --soul-id <ref_id> --quality 2k --wait
higgsfield generate create soul_cinematic --prompt "..." --soul-id <ref_id> --quality 2k --wait

Listing existing Souls

higgsfield soul-id list                   # all references
higgsfield soul-id get <id>               # one by id

Errors

  • Minimum Basic plan required — user is on free plan; tell them.
  • Training failed — check photos quality (5+ unique faces, well-lit).
  • Session expiredhiggsfield auth login.

Reference docs

  • references/photo-guide.md — what photos work best
  • references/troubleshooting.md — common training failures

higgsfield-ai의 다른 스킬

higgsfield-generate
higgsfield-ai
Higgsfield AI를 통해 이미지/비디오를 생성합니다. 기본값: 이미지/디자인/텍스트용 GPT Image 2, 비디오용 Seedance 2.0, 캐릭터/참조 이미지 작업용 Nano Banana 2/Pro, 아바타/제품/훅/설정이 포함된 광고용 Marketing Studio, Soul V2/Cinema/Cast/Location 및 Kling 3.0. 사용 시점: "이미지 생성", "비디오 만들기", "이 사진 애니메이션화", "이미지-투-비디오", "이 이미지 편집/스타일 변경/리믹스", "클립 제작", "광고 만들기", "UGC 비디오 제작", "제품 데모", "언박싱", "브랜드 비디오"...
creativemediavideo
higgsfield-product-photoshoot
higgsfield-ai
Higgsfield product-photoshoot 프롬프트 강화를 통해 GPT Image 2 / gpt_image_2에서 브랜드 수준의 제품 이미지를 생성합니다. 전문 브랜드/제품 비주얼을 위한 진입점입니다. 사용 시점: "제품 사진", "스튜디오 촬영", "라이프스타일 이미지", "핀터레스트 핀", "히어로/배너", "캐러셀", "광고 크리에이티브", "메타 광고", "가상 피팅", "모델 착용", "제품을 든 사람", "손 클로즈업", "공중 부양/떠다니는/튀는 제품", "CGI/초현실적 제품", "스타일 변경", "계절/미적 변형",...
creativemarketingdesign
higgsfield-marketplace-cards
higgsfield-ai
Higgsfield를 통해 마켓플레이스 제품 이미지 카드를 생성합니다: 규격에 맞는 메인 이미지, 보조 제품 이미지, A+ 스타일 콘텐츠 모듈. 사용자가 마켓플레이스 리스팅 이미지, 제품 상세 카드, 보조 제품 이미지, 제품 인포그래픽, 라이프스타일 리스팅 샷, A+ 스타일 콘텐츠, 마켓플레이스 이미지 세트, 또는 판매 준비된 제품 비주얼을 요청할 때 사용합니다. 백엔드가 마켓플레이스 규정 준수 참조 및 프롬프트 템플릿을 소유하며, 이 스킬은 사용자 의도를 CLI로 라우팅만 합니다. 일반적인 용도가 아닙니다...
creativemarketingdesign
higgsfield-websites
higgsfield-ai
Build, edit, and deploy full-stack websites via the Higgsfield CLI (`higgsfield website …`). Each site is a React 19 + TanStack Start SSR app in one Cloudflare Worker (D1/R2/KV/DO/Containers). TWO product types, picked via `--type` on create: `website` (standalone, NO Higgsfield integration, independent brand, custom CSS — the image-grounded pipeline in references/website-flow.md) vs `app` (Sign in with Higgsfield + fnf SDK, Quanta + app layouts per references/app-flow.md). This file routes...
developmentapi