web-cardinalblue / avatar-loras

Use `Aubrey man` or `Aubrey woman` for the name of the avatar

  • Public
  • 397 runs
  • GitHub

Run web-cardinalblue/avatar-loras with an API

Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.

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
Input prompt
negative_prompt
string
no face, face out of frame, cut-off face, no person, cutlow quality, blurry, bad anatomy, worst quality, text, watermark, ugly, signature, lowres, deformed, extra limbs, disfigured, cropped, jpeg artifacts, bad hands, error, mutation, missing fingers, poorly drawn hands, poorly drawn face, extra digit, fewer digits, out of frame, extra fingers, mutated hands, extra legs, extra arms, bad proportions, long neck, fused fingers, missing arms, duplicate, mutated, missing legs, too many fingers, mutilated, malformed limbs, artist name, gross proportions, cloned face, morbid, bad art, logo, nsfw, poorly drawn, sketches, skin blemishes, skin spots, censored, acnes, close up, mutated hands and fingers, malformed hands, long body, child, missing limb, age spot, extra limb, bad feet, sketch, greyscale, floating limbs, disconnected limbs, poorly drawn feet, tiling, body out of frame, glans, out of focus, cross-eye, disgusting, bad body, multiple views, malformed, nude
Negative prompt
num_images
integer
1
Number of images to generate
seamless
boolean
False
Make the images seamless
seed
integer
Seed to get reproducible results
batch_size
integer
1
Number of images to generate in one forward pass
lora_model
string (enum)
filipe

Options:

filipe, kelsy, paul, vinay, yc, yy

Pick the LoRA model you want to use

Output schema

The shape of the response you’ll get when you run this model with an API.

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