⚡ Zen LM
Models

zen-artist-edit

Image editing model for inpainting, outpainting, and edit-by-instruction.

zen-artist-edit

Image Editing

An image editing model for inpainting, outpainting, and instruction-based modifications. Edit existing images with natural language instructions -- change backgrounds, remove objects, adjust styles, or extend compositions.

Specifications

PropertyValue
Model IDzen-artist-edit
ArchitectureDiffusion (Conditional)
OutputUp to 2048x2048
ModesInpainting, outpainting, edit-by-instruction
StatusAvailable
HuggingFace--

Capabilities

  • Instruction-based image editing
  • Inpainting (fill masked regions)
  • Outpainting (extend image boundaries)
  • Object removal and replacement
  • Style transfer and modification
  • Background replacement

Usage

API

from hanzoai import Hanzo

client = Hanzo(api_key="hk-your-api-key")

response = client.images.edit(
    model="zen-artist-edit",
    image=open("input.png", "rb"),
    prompt="Replace the background with a mountain landscape at golden hour",
)
print(response.data[0].url)

See Also

On this page