You're looking at a specific version of this model. Jump to the model overview.
fofr /sd3-explorer:ba332080
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
|
|
This prompt is ignored when using the triple prompt mode. See below.
|
model |
None
|
sd3_medium_incl_clips_t5xxlfp16.safetensors
|
Pick whether to use T5-XXL in fp16, fp8 or not at all
|
width |
integer
|
1024
|
The width of the image
|
height |
integer
|
1024
|
The height of the image
|
steps |
integer
|
28
|
The number of steps to run the diffusion model for
|
sampler |
None
|
dpmpp_2m
|
The sampler to use for the diffusion model
|
scheduler |
None
|
sgm_uniform
|
The scheduler to use for the diffusion model
|
shift |
number
|
3
Max: 20 |
The timestep scheduling shift. Try values 6.0 and 2.0 to experiment with effects.
|
guidance_scale |
number
|
4.5
Max: 20 |
The guidance scale tells the model how similar the output should be to the prompt.
|
number_of_images |
integer
|
1
Min: 1 Max: 10 |
The number of images to generate
|
use_triple_prompt |
boolean
|
False
|
None
|
triple_prompt_clip_g |
string
|
|
The prompt that will be passed to just the CLIP-G model.
|
triple_prompt_clip_l |
string
|
|
The prompt that will be passed to just the CLIP-L model.
|
triple_prompt_t5 |
string
|
|
The prompt that will be passed to just the T5-XXL model.
|
triple_prompt_empty_padding |
boolean
|
True
|
Whether to add padding for empty prompts. Useful if you only want to pass a prompt to one or two of the three text encoders. Has no effect when all prompts are filled. Disable this for interesting effects.
|
negative_prompt |
string
|
|
Negative prompts do not really work in SD3. This will simply cause your output image to vary in unpredictable ways.
|
negative_conditioning_end |
number
|
0
Max: 1 |
When the negative conditioning should stop being applied. By default it is disabled.
|
output_format |
None
|
webp
|
Format of the output images
|
output_quality |
integer
|
80
Max: 100 |
Quality of the output images, from 0 to 100. 100 is best quality, 0 is lowest quality.
|
seed |
integer
|
Set a seed for reproducibility. Random by default.
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'items': {'format': 'uri', 'type': 'string'},
'title': 'Output',
'type': 'array'}