All models
Imagev1.0.0

Qwen Image Edit Plus

Instruction editing with strong text rendering inside the image.

5 inputsIMAGE
Qwen Image Edit Plus input
Qwen Image Edit Plus output

Prompt: “add a hand-painted wooden sign reading OPEN”

Run the node

IMAGE
TEXT
Instruction
TEXT
TEXT
INT
Sign in to run

Running a model executes it on your account. Browsing the catalog stays free and needs no account.

Output

Fill in the inputs and run the node to see its output here.

Run it from your code

The same node, called by id from any surface. Every tab pins qwen-image-edit-plus and passes the ports below. Full guide.

import { BlitClient } from "@blitflow/sdk";

const { runNode } = new BlitClient({ apiKey: process.env.BLITFLOW_TOKEN });

const { outputs } = await runNode("qwen-image-edit-plus", {
  image: { ref: "https://..." },
  prompt: { value: "example" },
  aspectRatio: { value: "match_input_image" },
  outputFormat: { value: "webp" },
  seed: { value: 1 },
});

Schema

Inputs

image*IMAGE
prompt*TEXT
Instruction
aspectRatioTEXT
match_input_image · 1:1 · 16:9 · 9:16 · 4:3 · 3:4
match_input_image
outputFormatTEXT
webp · jpg · png
webp
seedINT

Outputs

imageIMAGE