infery
← All models

ControlLight

control-light

Image editby Control Light

ControlLight is a LoRA fine-tune of FLUX.2 [klein] 9B that enhances low-light images while preserving scene structure and fine details, with a single alpha parameter that gives continuous control over enhancement strength from subtle to full brightening.

images

Details

Accepts
image

Pricing

Price
3.75 cr / megapixel

Prices in credits (1 credit = $0.01).

Data schema

Input

FieldTypeDescription
seedRandom seed for reproducible generation. If not set, a random seed is used.
promptstringRestoration prompt fed to FLUX.2 [klein].
image_urlrequiredstringURL of the image to enhance.
sync_modebooleanIf True, return images as data URIs instead of CDN URLs.
output_formatstringenum: jpeg, png, webpOutput image format.
guidance_scalenumberClassifier-free guidance scale.
lighting_levelnumberStrength of the lighting enhancement (LoRA adapter scale). 0.0 leaves the image essentially untouched; 1.0 applies the strongest exposure lift the LoRA was trained for.
num_inference_stepsintegerNumber of denoising steps.
enable_safety_checkerbooleanEnable the safety checker for the output image.

Output

FieldTypeDescription
seedintegerThe seed used for generation.
imagesarrayThe enhanced image.
has_nsfw_conceptsarrayWhether the generated image contains NSFW concepts.