Skip to main content
fofr빠름높음

Face to Sticker

얼굴 사진을 귀여운 다이컷 스티커로 변환합니다 (160만+ 실행). InstantID가 얼굴 유사도를 지키고 IP-Adapter 컨트롤로 충실한 캐리커처부터 자유로운 카툰까지 표현 — 인쇄 품질을 위한 2배 업스케일 옵션도 지원합니다.

22 크레딧
실행당 (upscale 사용 시 43크레딧)
얼굴 사진 한 장으로 스티커 스타일 아트워크 생성
instant_id_strength로 조절하는 InstantID 기반 얼굴 유사도
ip_adapter_weight·prompt_strength로 유사도와 스타일 균형 조절
선명한 인쇄용 스티커를 위한 2배 업스케일 옵션
160만+ 실행을 기록한 fofr의 인기 커뮤니티 모델

지금 바로 실행해보세요

콘솔의 Playground에서 별도 코드 없이 이 모델을 즉시 테스트할 수 있어요

로그인 후 사용해보기

AI 어시스턴트에서 사용하기

이 모델의 사용법을 Claude, ChatGPT 등에 복사

빠른 시작

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: cdt_your_api_key" \
  -d '{
  "model": "fofr/face-to-sticker",
  "input": {
    "image": "https://example.com/face.webp",
    "prompt": "arnold",
    "prompt_strength": 4.5,
    "instant_id_strength": 0.7,
    "ip_adapter_weight": 0.2,
    "upscale": false
  }
}'

파라미터

파라미터타입필수기본값설명
promptstringNoa person스티커가 표현할 내용 (캐릭터, 의상, 테마)
imagestringNo-스티커로 변환할 인물 이미지
negative_promptstringNo-이미지에 나타나지 않았으면 하는 요소
widthintegerNo1024출력 가로 픽셀
heightintegerNo1024출력 세로 픽셀
stepsintegerNo20스텝 수
seedintegerNo-재현성을 위한 시드 고정
prompt_strengthnumberNo7CFG 스케일 — 높으면 프롬프트를 강하게 따르고, 낮으면 원본 얼굴을 더 유지
instant_id_strengthnumberNo1InstantID 얼굴 유사도 강도 (0-1)
ip_adapter_weightnumberNo0.2IP 어댑터(입력 이미지)가 결과에 미치는 영향 (0-1)
ip_adapter_noisenumberNo0.5IP adapter 입력에 추가되는 노이즈 양
upscalebooleanNofalse스티커 2배 업스케일 (비용이 56크레딧으로 2배)
upscale_stepsintegerNo10업스케일 스텝 수

파일 입력 방법

이 모델의 image 파라미터에 파일을 전달하는 방법은 3가지입니다.

추천

간편 업로드 (Multipart)

POST /v1/predictions/upload에 파일을 직접 첨부합니다. 별도 업로드 과정이 필요 없습니다.

curl -X POST "https://api.core.today/v1/predictions/upload" \
  -H "X-API-Key: cdt_your_api_key" \
  -F "model=fofr/face-to-sticker" \
  -F 'input={"prompt":"your prompt here"}' \
  -F "file:image=@your_file.png"

이미지 URL 전달

공개 접근 가능한 URL을 직접 전달합니다. Storage API로 업로드한 파일의 file_url도 사용 가능합니다.

{
  "model": "fofr/face-to-sticker",
  "input": {
    "prompt": "your prompt here",
    "image": "https://example.com/image.jpg"
  }
}
File Upload 문서에서 Presigned URL 방식 등 더 자세한 업로드 방법을 확인하세요.

공통 파라미터

POST /v1/predictions 요청 시 사용되는 공통 파라미터입니다.

파라미터타입필수기본값설명
modelstringYes-모델 식별자
inputobjectYes-위 테이블의 모델별 파라미터를 포함하는 객체
output_folderstringNo-결과물 저장 폴더 경로 (최대 256자, '..' 사용 불가)
webhook_urlstringNo-완료 시 호출할 Webhook URL
is_publicbooleanNofalsetrue 시 결과물을 영구 공개 URL로도 제공

예제

액션 히어로 스티커

얼굴 사진을 스타일화된 캐릭터 스티커로 변환

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: cdt_your_api_key" \
  -d '{
  "model": "fofr/face-to-sticker",
  "input": {
    "image": "https://example.com/face.webp",
    "prompt": "arnold",
    "prompt_strength": 4.5,
    "instant_id_strength": 0.7,
    "ip_adapter_weight": 0.2,
    "upscale": false
  }
}'

인쇄용 업스케일 스티커

굿즈 인쇄를 위한 2배 업스케일 (56크레딧)

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: cdt_your_api_key" \
  -d '{
  "model": "fofr/face-to-sticker",
  "input": {
    "image": "https://example.com/face.jpg",
    "prompt": "a person, astronaut helmet, cute cartoon style",
    "upscale": true,
    "upscale_steps": 10
  }
}'

팁 & 모범 사례

1prompt_strength를 4-5 정도로 낮추면 원본 얼굴이 더 유지되고, 높이면 프롬프트 스타일이 강해집니다
2결과가 본인과 닮지 않았다면 instant_id_strength를 1에 가깝게 올리세요
3깔끔한 스티커 스타일에는 ip_adapter_weight를 0.2 수준으로 낮게 유지하세요 — 높으면 원본 사진이 과하게 복사됩니다
4upscale: true는 비용이 56크레딧으로 2배가 됩니다 — 28크레딧으로 시안을 뽑고 최종본만 업스케일하세요
5실존 인물 사진은 반드시 본인 동의 하에만 사용하세요

사용 사례

개인 맞춤 채팅·메신저 스티커 팩
팀·커뮤니티 아바타 스티커
스트리밍 이모트·디스코드 서버 아트
인쇄용 다이컷 스티커 굿즈
행사 배지·재미있는 프로필 그래픽