Skip to main content
Krea AI보통높음

FLUX.1 Krea [dev]

'AI 느낌'을 특별히 배제하여 실제 사진과 구별할 수 없는 자연스러운 이미지를 생성하는 포토리얼리스틱 이미지 생성 모델입니다.

45 크레딧
이미지당
AI 아티팩트 없는 포토리얼리스틱 출력
자연스러운 이미지 생성
전형적인 AI 미학적 특징 회피
고품질 텍스처와 디테일

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

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

llms.txt

빠른 시작

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: cdt_your_api_key" \
  -d '{
  "model": "black-forest-labs/flux-krea-dev",
  "input": {
    "prompt": "Candid photograph of a barista making latte art in a cozy coffee shop, natural window lighting, shot on Canon EOS R5, shallow depth of field",
    "image_size": "portrait_4_3",
    "num_inference_steps": 28,
    "guidance_scale": 3.5
  }
}'

파라미터

파라미터타입필수기본값설명
promptstringYes-생성할 이미지에 대한 텍스트 설명
imagestringNo-이미지-투-이미지 모드용 입력 이미지 URL
aspect_ratiostringNo1:1생성할 이미지의 비율
1:116:99:164:33:43:22:3
num_outputsintegerNo1생성할 이미지 수
num_inference_stepsintegerNo28디노이징 스텝 수 (권장: 28-50)
guidancenumberNo3생성 이미지 가이던스 (낮을수록 리얼리스틱, 권장: 2, 2.5, 3, 3.5)
seedintegerNo-재현성을 위한 랜덤 시드
go_fastbooleanNo-추가 최적화로 빠르게 실행
output_formatstringNowebp출력 이미지 포맷
pngjpgwebp
output_qualityintegerNo80출력 이미지 품질 (0-100)
megapixelsstringNo1출력 이미지의 대략적인 메가픽셀

공통 파라미터

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

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

예제

자연스러운 인물 사진

AI 느낌 없는 포토리얼리스틱 인물 사진 생성

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: cdt_your_api_key" \
  -d '{
  "model": "black-forest-labs/flux-krea-dev",
  "input": {
    "prompt": "Candid photograph of a barista making latte art in a cozy coffee shop, natural window lighting, shot on Canon EOS R5, shallow depth of field",
    "image_size": "portrait_4_3",
    "num_inference_steps": 28,
    "guidance_scale": 3.5
  }
}'

팁 & 모범 사례

1최상의 결과를 위해 실제 사진처럼 장면을 묘사하세요
2추가적인 리얼리즘을 위해 카메라 모델과 렌즈 유형을 언급하세요
3AI 느낌을 피하기 위해 자연광 설명을 사용하세요
4진짜 촬영한 것처럼 보여야 하는 콘텐츠에 완벽

사용 사례

스톡 사진 대체
리얼리스틱 제품 목업
에디토리얼 및 저널리즘 이미지
진짜처럼 보이는 소셜 미디어 콘텐츠