aisha-ai-official / flux.1dev-uncensored-fluxedup-nsfw-v3

  • Public
  • 1K runs
  • Weights
  • License
Iterate in playground

Run aisha-ai-official/flux.1dev-uncensored-fluxedup-nsfw-v3 with an API

Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.

Input schema

The fields you can use to run this model with an API. If you don't give a value for a field its default value will be used.

Field Type Default value Description
prompt
string
The prompt
cfg_scale
number
5

Max: 20

CFG scale defines how much attention the model pays to the prompt when generating
width
integer
1024

Min: 512

Max: 2048

The width of the image
height
integer
1024

Min: 512

Max: 2048

The height of the image
scheduler
string (enum)
default

Options:

default, Euler flux Karras, Euler flux Simple/SGM Uniform, Euler flux Exponential, Euler flux Beta

The scheduler to denoise the image
steps
integer
20

Min: 4

Max: 50

Number of steps when generating
seed
integer
-1

Min: -1

The seed for generation; set to -1 for random seed

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{
  "type": "array",
  "items": {
    "type": "string",
    "format": "uri"
  },
  "title": "Output"
}