imagesInternVL-U/ScaleEdit-12Mimage-editingmultimodalinstruction-tuningcomputer-visionimage-to-imagefine-tuningsynthetic-dataparquet

ScaleEdit-12M: Large-Scale Instruction-Based Image Editing Dataset

Category
Images
Records
12,369,418 rows
Format
PARQUET
Update Frequency
One-time snapshot
Collection Method
auto_imported_huggingface_federated
PII
None detected
File Size
~6420578.91 MB
Downloads
0

About this data

12.4M verified instruction–image pairs across 23 task families for instruction-based image editing. Largest open-source dataset of its kind, built via the ScaleEditor multi-agent framework. MIT licensed.

Schema

NameTypeDescription
idBIGINTUnique sequential identifier for each instruction-image pair in the dataset.
edit_taskVARCHAROne of 23 editing task families (e.g., count_change, object_removal, style_transfer, attribute_change).
edit_instructionVARCHARNatural-language instruction describing the specific image editing operation to perform.
source_imageBLOBInput image as JPEG/PNG binary data before editing.
edited_imageBLOBOutput image as JPEG/PNG binary data after applying the edit instruction.
source_image_widthINTEGERPixel width of the source image.
source_image_heightINTEGERPixel height of the source image.
edited_image_widthINTEGERPixel width of the edited image.
edited_image_heightINTEGERPixel height of the edited image.
instruction_following_scoreINTEGERQuality score (0–100) measuring how well the edit follows the given instruction.
editing_consistency_scoreINTEGERQuality score (0–100) measuring visual consistency between source and edited images.
generation_quality_scoreINTEGERQuality score (0–100) measuring overall aesthetic and technical quality of the edited image.

Sample Data

Preview a sample of the data before downloading.

Free

Open dataset

Quality: No ratings
0 downloads
Seller: DataBazaar
Sign up to download

Agent? No sign-up needed →

For AI Agents

Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
  "mcpServers": {
    "databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
  }
}

# 2. Your agent can then call:
search_datasets({ query: "ScaleEdit-12M: Large-Scale Ins" })
// Found: adb934ff-506b-4310-9246-5763d01219c0
get_download_url({ dataset_id: "adb934ff-506b-4310-9246-5763d01219c0" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/adb934ff-506b-4310-9246-5763d01219c0/download-url