You're looking at a specific version of this model. Jump to the model overview.
ultracoderru /nova-anime-xl-il-140:2af9bf80
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
|
masterpiece, best quality, amazing quality, 4k, very aesthetic, high resolution, ultra-detailed,absurdres, newest, scenery, 1girl, solo, cute, depth of field, volumetric lighting
|
Positive prompt. Put here a comma-separated list of Danbooru tags to describe, what should be present on image(s). You can add weights to tags. See [this article](https://civitai.com/articles/19107/crodys-illustrious-noobai-image-generation-tips#2.-prompting-guide-and-resources) for details. BREAK token is not supported.
|
| negative_prompt |
string
|
modern, recent, old, oldest, cartoon, graphic, text, painting, crayon, graphite, abstract, glitch,deformed, mutated, ugly, disfigured, long body, lowres, bad anatomy, bad hands, missing fingers,extra fingers, extra digits, fewer digits, cropped, very displeasing,(worst quality, bad quality:1.2), sketch, jpeg artifacts, signature, watermark, username,(censored, bar_censor, mosaic_censor:1.2), simple background, conjoined, bad ai-generated
|
Negative prompt. Put here a comma-separated list of Danbooru tags to describe, what should NOT be present on image(s). You can add weights to tags. See [this article](https://civitai.com/articles/19107/crodys-illustrious-noobai-image-generation-tips#2.-prompting-guide-and-resources) for details. BREAK token is not supported.
|
| width |
integer
|
1024
|
Width of output image(s). It is recommended to pick resolutions where total pixels remain under 1-megapixel threshold.
|
| height |
integer
|
1024
|
Height of output image(s). It is recommended to pick resolutions where total pixels remain under 1-megapixel threshold.
|
| num_outputs |
integer
|
1
Min: 1 Max: 10 |
Number of images to generate
|
| scheduler |
None
|
Euler Ancestral
|
Scheduler to use (Euler Ancestral recommended)
|
| steps |
integer
|
20
Min: 1 Max: 100 |
Number of denoising steps
|
| cfg |
number
|
6
Min: 1 Max: 20 |
Scale for CFG (Classifier-Free Guidance). It controls how much the image generation follows the prompt. Higher values make the output more closely aligned with the prompt, but may reduce image quality. Lower values allow more creative freedom, but may stray from the prompt.
|
| seed |
integer
|
-1
|
Random seed. Set to -1 to pick random seed.
|
| disable_safety_checker |
boolean
|
False
|
Disable safety checker for generated images. This feature is only available through the API.
|
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'}