infery
← All models

Flux Dev Lora

flux-dev-lora

Image generationby Black Forest Labs

Custom FLUX.1 dev image generation with LoRAs.

images

Details

Accepts
text + image

Pricing

Price
4 cr / image

Prices in credits (1 credit = $0.01).

Data schema

Input

FieldTypeDescription
seedintegerRandom seed. Set for reproducible generation
imagestringInput image for image to image mode. The aspect ratio of your output will match this image
promptrequiredstringPrompt for generated image
go_fastbooleanRun faster predictions with model optimized for speed (currently fp8 quantized); disable to run in original bf16. Note that outputs will not be deterministic when this is enabled, even if you set a seed.
guidancenumberGuidance for generated image
extra_lorastring
lora_scalenumberDetermines how strongly the main LoRA should be applied. Sane results between 0 and 1 for base inference. For go_fast we apply a 1.5x multiplier to this value; we've generally seen good performance when scaling the base value by that amount. You may still need to experiment to find the best value fo…
megapixelsenum: 1, 0.25Approximate number of megapixels for generated image
num_outputsintegerNumber of outputs to generate
aspect_ratioenum: 1:1, 16:9, 21:9, 3:2, 2:3, 4:5Aspect ratio for the generated image
hf_api_tokenstring
lora_weightsstring
output_formatenum: webp, jpg, pngFormat of the output images
output_qualityintegerQuality when saving the output images, from 0 to 100. 100 is best quality, 0 is lowest quality. Not relevant for .png outputs
prompt_strengthnumberPrompt strength when using img2img. 1.0 corresponds to full destruction of information in image
extra_lora_scalenumberDetermines how strongly the extra LoRA should be applied. Sane results between 0 and 1 for base inference. For go_fast we apply a 1.5x multiplier to this value; we've generally seen good performance when scaling the base value by that amount. You may still need to experiment to find the best value f…
civitai_api_tokenstringCivitai API token. If you're using a civitai lora that needs authentication, you'll need to provide an API token.
num_inference_stepsintegerNumber of denoising steps. Recommended range is 28-50, and lower number of steps produce lower quality outputs, faster.
disable_safety_checkerbooleanDisable safety checker for generated images.