FLUX.1 [dev] with integrated LoRA (Low-Rank Adaptation) support, enabling personalized generation via pre-trained adapters without retraining all 12 billion parameters. Supports multiple LoRA weight blending for rapid style switching.
Request
Authorization
Header Params
Body Params application/jsonRequired
Example
{"104##select":"8","105##text":"A close-up of a very pretty woman with stunning green eyes, a defined cupid's bow, and long, straight hair, showcasing her flawless features and soft expression.","107##lora_name":"QY_3D潮玩盲盒玩具手办_V1.0.safetensors","107##strength_model":1,"106##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-dev-lora' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Content-Type: application/json' \
--data-raw'{
"104##select": "8",
"105##text": "A close-up of a very pretty woman with stunning green eyes, a defined cupid'\''s bow, and long, straight hair, showcasing her flawless features and soft expression.",
"107##lora_name": "QY_3D潮玩盲盒玩具手办_V1.0.safetensors","107##strength_model": 1,
"106##file_type": "PNG"
}'