Authorization: Bearer ********************
{
"prompt": "Change bag to apple macbook",
"num_inference_steps": 30,
"guidance_scale": 4,
"num_images": 1,
"enable_safety_checker": true,
"output_format": "png",
"image_url": "https://v3.fal.media/files/koala/oei_-iPIYFnhdB8SxojND_qwen-edit-res.png",
"negative_prompt": "blurry, ugly",
"acceleration": "regular"
}
curl --location --request POST 'https://api.key4u.shop/fal-ai/qwen-image-edit-lora' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "Change bag to apple macbook",
"num_inference_steps": 30,
"guidance_scale": 4,
"num_images": 1,
"enable_safety_checker": true,
"output_format": "png",
"image_url": "https://v3.fal.media/files/koala/oei_-iPIYFnhdB8SxojND_qwen-edit-res.png",
"negative_prompt": "blurry, ugly",
"acceleration": "regular"
}'
{}