Qwen-Image-Edit-Plus is a 20B MMDiT model designed for next-generation image editing and generation, featuring improved multi-image editing, single-image consistency, and native support for ControlNet.
Request
Header Params
Body Params application/json
Example
{"enable_base64_output":false,"enable_sync_mode":false,"images":["https://d1q70pf5vjeyhc.cloudfront.net/media/fb8f674bbb1a429d947016fd223cfae1/images/1758900083056182689_7tRPMIFB.jpeg","https://d1q70pf5vjeyhc.cloudfront.net/media/fb8f674bbb1a429d947016fd223cfae1/images/1758900118199768251_d0hjgd96.jpeg"],"loras":[],"output_format":"jpeg","prompt":"Based on the woman in Figure 2 and the man in Figure 1, generate a wedding photo set, following these descriptions: The groom wears a red Chinese-style tunic, and the bride wears an exquisite Xiuhe dress, with a golden phoenix coronet on her head. They stand side by side in front of an ancient vermilion palace wall, with carved wooden windows in the background. The lighting is bright and soft, the composition is symmetrical, and the atmosphere is festive and solemn.","seed":-1,"size":"1024*1322"}
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api.302.ai/ws/api/v3/wavespeed-ai/wan-2.2/text-to-image-realism' \
--header'Authorization: Bearer ' \
--header'Content-Type: application/json' \
--data-raw'{
"enable_base64_output": false,
"enable_sync_mode": false,
"images": [
"https://d1q70pf5vjeyhc.cloudfront.net/media/fb8f674bbb1a429d947016fd223cfae1/images/1758900083056182689_7tRPMIFB.jpeg",
"https://d1q70pf5vjeyhc.cloudfront.net/media/fb8f674bbb1a429d947016fd223cfae1/images/1758900118199768251_d0hjgd96.jpeg"
],
"loras": [],
"output_format": "jpeg",
"prompt": "Based on the woman in Figure 2 and the man in Figure 1, generate a wedding photo set, following these descriptions: The groom wears a red Chinese-style tunic, and the bride wears an exquisite Xiuhe dress, with a golden phoenix coronet on her head. They stand side by side in front of an ancient vermilion palace wall, with carved wooden windows in the background. The lighting is bright and soft, the composition is symmetrical, and the atmosphere is festive and solemn.",
"seed": -1,
"size": "1024*1322"
}'