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

delta-lock /ponynai3:ec2129c4

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)
tPonynai3_v55.safetensors

Options:

tPonynai3_v55.safetensors

The model to use
vae
string (enum)
default

Options:

default

The VAE to use
prompt
string
1girl
The prompt
image
string
The image for image to image generation or as the base for inpaint generation (Will be scaled then cropped to the set width and height)
mask
string
The mask for inpaint generation, white areas will be modified and black preserved (Will be scaled then cropped to the set width and height)
lora_url
string
The URL to the LoRA (Will download the weights, might take a while if the LoRA is huge or the download is slow, WILL CHARGE WHEN DOWNLOADING)
negative_prompt
string
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
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
strength
number
0.7

Min: 0.03

Max: 1

How much noise to add (For image to image only, larger value indicates more noise added to the input image)
blur_factor
number
5
The factor to blur the inpainting mask for smoother transition between masked and unmasked, must be >= 0
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.

Schema
{'items': {'format': 'uri', 'type': 'string'},
 'title': 'Output',
 'type': 'array'}