An image editing LoRA version based on FLUX.2 Klein 4B, designed for users needing to preserve original image structure while applying style transformations. Supports both single-reference and multi-reference editing workflows, injecting specific artistic styles or brand visuals through LoRA adapters, completing precise edits in sub-second speeds. Ideal for e-commerce product image batch stylization, brand asset rapid iteration, and creative concept exploration, achieving flexible "original structure + custom style" combinations.
Request
Authorization
Header Params
Body Params application/jsonRequired
Example
{"41##image":"example.png","37##select":"8","16##text":"Change image to the oil painting style ","18##lora_name":"CHIZHICKLENB4(1).safetensors","18##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/f-2-klein-4b/edit-lora' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Content-Type: application/json' \
--data-raw'{
"41##image": "example.png",
"37##select": "8",
"16##text": "Change image to the oil painting style ",
"18##lora_name": "CHIZHICKLENB4(1).safetensors",
"18##strength_model": 0,
"40##file_type": "PNG"
}'