Image GenerationActive
reve / edit-fast-v2
edit-fast-v2
Edit Fast V2 lets you edit an existing image with one instruction. It preserves composition and perspective while changing objects, colors, text, and backgrounds.
Image to ImageImage Editing
Model ID
edit-fast-v2
Provider
reve
Updated
1782406220
wiro playground—reve/edit-fast-v2
Updated 1782406220
## Overview
Edit Fast V2 is an image-to-image editor made by Reve. You upload one image and describe the change in plain language. The model rewrites the image to match your instruction while trying to keep the original composition, lighting, and perspective consistent. It returns a new edited image you can download and use in your workflow.
## What you can build
- Product photo variations, like color changes or background swaps without a reshoot
- Quick object removal, like removing a person, logo, or clutter from a scene
- Light retouching and cleanup for marketing assets and thumbnails
- Scene restyles, like “make this look like a studio portrait” or “make it winter”
- Iterative art direction, where you keep framing and refine details across passes
## Inputs
- One source image to edit, uploaded as a single file. Common formats include JPEG, PNG, GIF, WebP, TIFF, and AVIF.
- One edit instruction written as plain text. Describe what to change and what to keep.
- An optional aspect ratio preset for the output framing. Choose Auto to keep the input framing, or pick 16:9, 9:16, 1:1, 4:3, 3:4, 3:2, or 2:3.
## Outputs
- One edited image.
- The result is a standard image file suitable for download and reuse.
- Output formats commonly include PNG, JPEG, or WebP.
## Recommended settings
- Use Auto aspect ratio when you need minimal reframing.
- Use 1:1 for square thumbnails and profile-style crops.
- Use 16:9 for wide banners and slide headers.
- Use 9:16 for vertical stories and mobile-first creatives.
## Limitations
- It edits the full image from an instruction. It may change small details you did not mention.
- Very large structural changes can take multiple passes. Break big edits into smaller steps.
- Forcing a new aspect ratio can crop or expand parts of the scene.
- Low-quality inputs reduce edit quality. Blurry photos, heavy JPEG compression, screenshots with artifacts, and noisy scans can produce defects.
- This model edits a single still image per run. It does not edit video clips.
## Safety & compliance
- Only upload images you have rights to use and edit.
- Don’t use the model to create or edit disallowed content. Follow Reve’s policies and your local laws.
- If you edit images of real people, get the needed consent for the intended use.
Example prompts
Great starting points for edit-fast-v2.
Place a classical car to the roadImage Generation
Remove the catImage Generation
Change the color of the phone booth to blueImage Generation
Place a dolphin jumping out of the water in the center-left foreground of the imageImage Generation
API quick start
Run edit-fast-v2 with a single API call.
POST https://api.wiro.ai/v1/Run/reve/edit-fast-v2
{
"prompt": "Remove the cat",
"inputImage": "https://your-cdn.com/input.png",
"aspectRatio": "auto"
}