🎉 New Year Sale: Get 20% OFF on all plans — Use code NEWYEAR2026.

Upgrade now
uncensored-flux-lora thumbnail

ModelsLab/Uncensored-Flux-Lora

uncensored-flux-lora1
Endpoint:
Generate high-quality, uncensored images with a 12 billion parameter model, leveraging LoRA for rapid, detailed text-to-image creation.
API PlaygroundAPI Documentation

API Endpoint URL

Base URL for all API requests to this endpoint.

https://modelslab.com/api/v6/images/img2img

API Authentication

Authentication requires a valid API key included in the request. Generate and manage your API keys from your developer dashboard. Include the key in the key parameter for all API requests.

Integration Examples

Production-ready code samples for API integration

{
"init_image": "https://assets.modelslab.com/generations/448cbf3e-a5f3-4787-996d-cd014728a05d",
"prompt": "Divine queen on golden throne, radiant wings, ornate white-gold armor, ethereal glow, cinematic lighting, sparkles, soft-focus elegance.",
"samples": "1",
"negative_prompt": "(worst quality:2), (low quality:2), (normal quality:2), (jpeg artifacts), (blurry), (duplicate), (morbid), (mutilated), (out of frame), (extra limbs), (bad anatomy), (disfigured), (deformed), (cross-eye), (glitch), (oversaturated), (overexposed), (underexposed), (bad proportions), (bad hands), (bad feet), (cloned face), (long neck), (missing arms), (missing legs), (extra fingers), (fused fingers), (poorly drawn hands), (poorly drawn face), (mutation), (deformed eyes), watermark, text, logo, signature, grainy, tiling, censored, nsfw, ugly, blurry eyes, noisy image, bad lighting, unnatural skin, asymmetry",
"model_id": "fluxdev",
"num_inference_steps": "31",
"strength": "0.5",
"scheduler": "DPMSolverMultistepScheduler",
"guidance_scale": "7.5",
"base64": "no",
"key": "YOUR_API_KEY"
}

SDKs

Official SDKs

Production-ready SDKs and client libraries for all major programming languages

API Parameters

Technical specifications for API request parameters.

Field NameParameterTechnical Description
init_imageinit_imageImage to upscale/enhance
promptpromptText description of the image you want to generate
samplessamplesNumber of images to generate (1-4)
negative_promptnegative_promptThings you do not want in the generated image
model_idmodel_idModel to use for generation
stepsnum_inference_stepsNumber of inference steps
strengthstrengthHow much to follow prompt vs original (1=more prompt, 0.1=minimal change)
schedulerschedulerSampling scheduler
guidance_scaleguidance_scaleHow closely to follow the prompt (1-10)
base64base64Get the response as a base64 string. Pass init_image as a base64 string to get a base64 response. Default is "no".