AI 이미지 편집

1.9 크레딧부터

AI로 이미지를 편집하세요. 스타일을 바꾸고, 오브젝트를 지우고, 요소를 수정하거나 전체 분위기를 새롭게 연출할 수 있습니다.

입력이 필요합니다: 편집할 이미지, 편집 요청

예시

전 / 후Grok Imagine

코사무이 수리점의 식물 선풍기

Grok Imagine. 자연어 편집으로 오래된 탁상 선풍기를 바나나 잎 조형물로 바꾸면서 길가 수리점은 사실적으로 유지했습니다.

0105

AI 이미지 편집 API

직접 작성한 코드에서 이 파이프라인을 호출하세요. 요청 한 번으로 실행이 시작되며, 모델은 별도의 엔드포인트가 아니라 입력 필드입니다.

API 토큰 발급
개 입력
5
필수
2
요금
1.9 to 5.3 크레딧
언어
언어
bun add @pipe2-ai/sdk
파이프라인 실행
import { createClient } from "@pipe2-ai/sdk";

const client = createClient(process.env.PIPE2_TOKEN!);

const { run_pipeline } = await client.RunPipeline({
  pipeline_slug: "image-editor",
  input: {
    image_urls: ["https://example.com/product.jpg"],
    instructions: "Remove the background and place the product on a soft grey studio backdrop",
    model: "grok-imagine-image-quality",
  },
});

pip install pipe2
파이프라인 실행
import asyncio
import os

from pipe2 import Pipe2Client

client = Pipe2Client(token=os.environ["PIPE2_TOKEN"])

run = asyncio.run(client.run_pipeline(
    pipeline_slug="image-editor",
    input={
        "image_urls": ["https://example.com/product.jpg"],
        "instructions": "Remove the background and place the product on a soft grey studio backdrop",
        "model": "grok-imagine-image-quality",
    },
))

go get github.com/pipe2-ai/sdk-go
파이프라인 실행
client := pipe2.NewClient(os.Getenv("PIPE2_TOKEN"))

input := json.RawMessage(`{
  "image_urls": ["https://example.com/product.jpg"],
  "instructions": "Remove the background and place the product on a soft grey studio backdrop",
  "model": "grok-imagine-image-quality"
}`)

run, err := pipe2.RunPipeline(context.Background(), client, "image-editor", input)
if err != nil {
    log.Fatal(err)
}

brew install pipe2-ai/tap/pipe2
파이프라인 실행
pipe2 pipelines run \
  --pipeline image-editor \
  --input-json '{"image_urls": ["https://example.com/product.jpg"], "instructions": "Remove the background and place the product on a soft grey studio backdrop", "model": "grok-imagine-image-quality"}' \
  --wait

전체 API 레퍼런스 CLI 레퍼런스

자주 묻는 질문

어떤 편집을 할 수 있나요?
오브젝트 제거, 배경 교체, 스타일 변경, 요소 추가, 조명과 색감 조정, 이미지 전체 재구성까지 거의 모든 편집이 가능합니다.
원본 구도는 유지되나요?
네. AI는 원본 이미지를 바탕으로 요청한 부분만 수정하며, 따로 바꾸라고 하지 않은 구조와 구도는 최대한 유지합니다.
어떤 화면 비율을 지원하나요?
1:1(정사각형), 16:9(가로), 9:16(세로), 4:3(클래식), 3:4(세로)를 지원합니다.
크레딧은 얼마나 필요한가요?
선택한 품질 단계에 따라 편집 1회당 1.9 to 5.3 크레딧이 듭니다.
다른 파이프라인과 연결할 수 있나요?
네. 결과 이미지를 image-motion으로 보내 영상으로 만들거나, text-card의 배경으로 사용하거나, video-generator의 시작 프레임으로 활용할 수 있습니다.

AI로 이미지 편집하기

바꾸고 싶은 내용을 글로 설명하면 AI가 이미지를 편집합니다. 오브젝트 제거, 배경 교체, 스타일 변경, 요소 추가부터 이미지 전체를 새롭게 해석하는 작업까지 텍스트 프롬프트만으로 가능합니다.

할 수 있는 일

  • 오브젝트 제거: 원하지 않는 요소를 자연스럽게 지웁니다
  • 배경 교체: 기존 배경을 원하는 장면으로 바꿉니다
  • 스타일 변경: 회화, 스케치, 시네마틱 등 원하는 분위기로 변환합니다
  • 요소 추가: 오브젝트, 인물, 시각 효과를 장면에 더합니다
  • 색감 조정: 분위기, 색조, 조명을 자연어로 바꿉니다

모델 선택

  • Grok Imagine: 가장 낮은 비용으로 빠르게 자연어 편집
  • Grok Imagine Quality: 디테일과 원본 특징을 더 충실하게 유지
  • Gemini 3.1 Flash Image: 여러 참조 이미지의 세부 요소와 편집 요청을 정확하게 반영
  • Gemini 3 Pro Image: 정확한 텍스트와 복잡한 레이아웃에 적합한 프리미엄 모델

더 많은 파이프라인 살펴보기

AI 영상 생성
from 9.5
AI 영상 생성
AI 이미지 생성
0.2-6.4
AI 이미지 생성
AI 음성 생성
0.002-40.0
AI 음성 생성
AI 음악 생성
2.5-22.6
AI 음악 생성