jarvis-labs2024 / my_sdxl_ip

  • Public
  • 19 runs

Run jarvis-labs2024/my_sdxl_ip 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
ip_image
string
IP adapter image
prompt
string
Text prompt for image generation
image
string
Input image to transform
base_model
string (enum)
Lykon/DreamShaper

Options:

Lykon/DreamShaper, stabilityai/stable-diffusion-xl-base-1.0, cagliostrolab/animagine-xl-3.1

Which Base model
mask
string
Mask image
negative_prompt
string
deformed, ugly, wrong proportion, low res, bad anatomy, worst quality, low quality
Negative prompt
num_inference_steps
integer
50

Min: 1

Max: 100

Number of denoising steps
guidance_scale
number
7.5

Max: 20

Scale for classifier-free guidance
strength
number
0.65

Max: 1

Strength for conditioning
ip_scale
number
0.6

Max: 1

Strength for IP adapter
seed
integer
Random seed. Leave blank to randomize the seed

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"
}