You're looking at a specific version of this model. Jump to the model overview.
charlesmccarthy /cog-iniverse:265154b5
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
|
guofengv11.safetensors
|
The model to use
|
vae |
None
|
sdxl-vae-fp16-fix
|
The VAE to use
|
prompt |
string
|
1girl, cat girl, cat ears, cat tail, yellow eyes, white hair, bob cut, from side, scenery, sunset
|
The prompt
|
negative_prompt |
string
|
unaestheticXL_Sky3.1, animal, cat, dog, big breasts
|
The negative prompt (For things you don't want)
|
prepend_preprompt |
boolean
|
True
|
Prepend preprompt (Prompt: "score_9, score_8_up, score_7_up, " Negative prompt: "score_4, score_3, score_2, score_1, worst quality, bad hands, bad feet, ").
|
scheduler |
None
|
DPM++ 2M SDE Karras
|
The scheduler to use
|
steps |
integer
|
35
Min: 1 Max: 100 |
The steps when generating
|
cfg_scale |
number
|
7
Min: 1 Max: 30 |
CFG Scale defines how much attention the model pays to the prompt when generating
|
guidance_rescale |
number
|
0.7
Max: 1 |
The amount to rescale CFG generated noise to avoid generating overexposed images
|
width |
integer
|
1184
Min: 1 Max: 2048 |
The width of the image
|
height |
integer
|
864
Min: 1 Max: 2048 |
The height of the image
|
batch_size |
integer
|
1
Min: 1 Max: 4 |
Number of images to generate (1-4)
|
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.
{'items': {'format': 'uri', 'type': 'string'},
'title': 'Output',
'type': 'array'}