delta-lock / ponynai3

Models fine-tuned from Pony-XL series.

  • Public
  • 418.1K runs
  • H100
  • GitHub
  • Weights
  • License
Iterate in playground

Input

string

The model to use

Default: "tPonynai3_v7"

string

The VAE to use

Default: "default"

string
Shift + Return to add a new line

The prompt, uses Compel weighting syntax

Default: "1girl"

file

The image for image to image or as the base for inpainting (will be scaled then cropped to the set width and height)

file

The mask for inpainting, white areas will be modified and black preserved (will be scaled then cropped to the set width and height)

string
Shift + Return to add a new line

The LoRAs to use, must be either a string with format "URL:Strength,URL:Strength,..." (strength is optional, default to 1), or a JSON list dumped as a string containing key "url" (required), "strength" (optional, default to 1), and "civitai_token" (optional, for downloading from CivitAI) (NOTICE: Will download the weights, might take a while if the LoRAs are huge or the download is slow, WILL CHARGE WHEN DOWNLOADING)

string
Shift + Return to add a new line

The negative prompt (for things you don't want), uses Compel weighting syntax

Default: "animal, cat, dog, big breasts"

number
(minimum: 1, maximum: 50)

CFG scale defines how much attention the model pays to the prompt when generating, set to 1 to disable

Default: 5

number
(minimum: 0, maximum: 5)

The amount to rescale CFG generated noise to avoid generating overexposed images, set to 0 or 1 to disable

Default: 0.5

number
(minimum: 0, maximum: 50)

PAG scale is similar to CFG but it literally makes the result better, it's compatible with CFG too, set to 0 to disable

Default: 3

integer
(minimum: 1)

How many CLIP layers to skip, 1 is actually no skip, this is the behavior in A1111 so it's aligned to it

Default: 1

integer
(minimum: 1, maximum: 4096)

The width of the image

Default: 1184

integer
(minimum: 1, maximum: 4096)

The height of the image

Default: 864

boolean

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, ")

Default: true

string

The scheduler to use

Default: "Euler a"

integer
(minimum: 1, maximum: 100)

The steps when generating

Default: 35

number
(minimum: 0, maximum: 1)

How much noise to add (for image to image and inpainting only, larger value indicates more noise added to the input image)

Default: 0.7

number
(minimum: 0)

The factor to blur the inpainting mask for smoother transition between masked and unmasked

Default: 5

integer
(minimum: 1, maximum: 4)

Number of images to generate (1-4), note if you set this to 4, some high resolution gens might fail because of not enough VRAM

Default: 1

integer

The seed used when generating, set to -1 to use a random seed

Default: -1

Output

output
Generated in

Run time and cost

This model costs approximately $0.073 to run on Replicate, or 13 runs per $1, but this varies depending on your inputs. It is also open source and you can run it on your own computer with Docker.

This model runs on Nvidia H100 GPU hardware. Predictions typically complete within 49 seconds. The predict time for this model varies significantly based on the inputs.

Readme

NOTE: In favour of NoobAI-XL/Illustrious-XL series models which have better quality, this repo will most likely NOT receive any updates anymore. Please switch to delta-lock/noobai-xl if you can.