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
|
{
"type": "object",
"title": "Input",
"required": [
"prompt"
],
"properties": {
"seed": {
"type": "integer",
"title": "Seed",
"x-order": 4,
"description": "Seed to get reproducible results"
},
"prompt": {
"type": "string",
"title": "Prompt",
"x-order": 0,
"description": "Input prompt"
},
"seamless": {
"type": "boolean",
"title": "Seamless",
"default": false,
"x-order": 3,
"description": "Make the images seamless"
},
"batch_size": {
"type": "integer",
"title": "Batch Size",
"default": 1,
"x-order": 5,
"description": "Number of images to generate in one forward pass"
},
"lora_model": {
"enum": [
"filipe",
"kelsy",
"paul",
"vinay",
"yc",
"yy"
],
"type": "string",
"title": "lora_model",
"description": "Pick the LoRA model you want to use",
"default": "filipe",
"x-order": 6
},
"num_images": {
"type": "integer",
"title": "Num Images",
"default": 1,
"x-order": 2,
"description": "Number of images to generate"
},
"negative_prompt": {
"type": "string",
"title": "Negative Prompt",
"default": "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",
"x-order": 1,
"description": "Negative prompt"
}
}
}
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"
}