You're looking at a specific version of this model. Jump to the model overview.
charlesmccarthy /anima_pencil-xl:7e1d2d60
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 |
string
(enum)
|
Anima_Pencil-XL-v4.safetensors
Options: Anima_Pencil-XL-v4.safetensors |
The model to use
|
vae |
string
(enum)
|
sdxl-vae-fp16-fix
Options: 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)
|
scheduler |
string
(enum)
|
DPM++ 2M SDE Karras
Options: DPM++ 2M SDE Karras, UniPC, Heun, DDIM, DPM2 a, DPM2 a Karras, DPM SDE, DDPM, DPM++ SDE, DPM++ SDE Karras, LMS, LMS Karras, Euler a, Euler, PNDM, DPM2, DPM2 Karras, DEIS, DPM++ 2M, DPM++ 2M Karras, DPM++ 2M SDE |
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'}