The LoRA inference version of Qwen-Image-Edit-2511, supporting custom LoRA adapters for personalized editing. Inherits the base model's 20-billion parameter architecture and character consistency while allowing injection of specific styles, characters, or visual concepts through custom LoRAs. Supports up to three simultaneous modules for style composition and fine control, maintaining bilingual text rendering capabilities.
Request
Authorization
Header Params
Body Params application/jsonRequired
Example
{"44##image":"example.png","38##text":"add Bright colors with obvious contrast and change into illustration style","32##select":"8","16##lora_name":"Qwen-Image-Edit-2511-Lightning-4steps-V1.0-fp32.safetensors","16##strength_model":0,"40##file_type":"PNG"}
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://www.runninghub.ai/openapi/v2/rhart-image/qwen-image/edit-2511-lora' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Content-Type: application/json' \
--data-raw'{
"44##image": "example.png",
"38##text": "add Bright colors with obvious contrast and change into illustration style",
"32##select": "8",
"16##lora_name": "Qwen-Image-Edit-2511-Lightning-4steps-V1.0-fp32.safetensors",
"16##strength_model": 0,
"40##file_type": "PNG"
}'