Image GenerationActive
reve / remix-fast-v2
remix-fast-v2
Remix Fast V2 by Reve remixes 1–4 reference images from a short instruction. It preserves layout while applying style changes, swaps, and new compositions.
Image to ImageImage Editing
Model ID
remix-fast-v2
Provider
reve
Updated
1782406218
wiro playground—reve/remix-fast-v2
Updated 1782406218
## Overview
Remix Fast V2 by Reve is an image-to-image remix model. You give it one or more reference images plus an edit instruction. The model keeps the core composition stable, then applies the changes you describe. This helps you iterate on creative directions without rebuilding a scene from scratch.
## What you can build
- Outfit and accessory swaps using a second reference image
- Background replacement while keeping the subject and pose
- Style transfer for portraits, products, and concept frames
- Moodboard fusion from multiple references into one new key visual
- Rapid variations for ad creatives, thumbnails, and social posts
## Inputs
- One or more reference images (JPG, PNG, or WebP). Use 1–4 images. Put the “main” image first when order matters.
- A short instruction describing what to change and what to keep. Mention subjects, materials, lighting, and any must-not-change elements.
- An output aspect ratio selection. Use Auto or a preset ratio such as 1:1, 16:9, 9:16, 4:3, 3:4, 3:2, or 2:3.
## Outputs
A generated raster image returned as a downloadable file or URL on Wiro. The result is a single remixed image that reflects your instruction while using the reference images for structure and visual guidance.
## Limitations
- You can only guide the remix with a limited number of reference images (up to 4).
- The model may reinterpret fine details. Small logos, tiny text, and intricate patterns can drift.
- Conflicting instructions reduce quality. Tell it what to preserve first, then describe changes.
- Low-quality inputs reduce consistency. Heavy JPEG artifacts, blur, extreme crops, and low light can cause warped textures and unstable identity.
## Safety & compliance
- Only upload images you have rights to use. Get consent for real people in photos.
- Don’t use it to generate harmful, illegal, or deceptive content.
- If your workflow includes platform safety checks, keep them enabled for user-facing content.
Example prompts
Great starting points for remix-fast-v2.
Place the man and the woman to the bench in the imageImage Generation
Change the bird with the owl in the second imageImage Generation
Add yellow pickup in the second image to the grass fields in the first imageImage Generation
Add the cyclist in the second image to the path in the first imageImage Generation
API quick start
Run remix-fast-v2 with a single API call.
POST https://api.wiro.ai/v1/Run/reve/remix-fast-v2
{
"prompt": "Change the bird with the owl in the secon…",
"inputImage": "https://your-cdn.com/input.png",
"aspectRatio": "auto"
}