You're looking at a specific version of this model. Jump to the model overview.

brewwh /cog-a1111-ui:15680039

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
model
None
xxmix.safetensors
The model to use
vae
None
None
The vae to use
prompt
string
masterpiece, illustration, portrait of a beautiful young woman
The prompt
negative_prompt
string
low quality, bad quality, worst quality
The negative prompt (For things you don't want)
sampler_name
None
DPM++ 2M Karras
The sampler used when generating
steps
integer
15

Min: 1

Max: 100

The steps when generating
cfg_scale
number
7

Min: 1

Max: 20

CFG Scale defines how much attention the model pays to the prompt when generating
width
integer
768

Min: 1

Max: 2048

The width of the image
height
integer
768

Min: 1

Max: 2048

The height of the image
batch_size
integer
1

Min: 1

Max: 4

Number of images to generate (1-4)
enable_hr
boolean
False
Generate high resoultion version
hr_scale
integer
2

Min: 1

Max: 4

The scale to resize
denoising_strength
number
0.38

Max: 1

The strength when applying denoising
hr_second_pass_steps
integer
8

Max: 30

The steps when performing second pass
hr_upscaler
None
R-ESRGAN 4x+ Anime6B
The upscaler to use when performing second pass
seed
integer
-1
The seed used when generating, 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
{'items': {'format': 'uri', 'type': 'string'},
 'title': 'Output',
 'type': 'array'}