s-henmind / shoes_model_change

  • Public
  • 100 runs

Run s-henmind/shoes_model_change 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
product
string
Upload photo of a model wearning shoes
num_images
integer
1

Min: 1

Max: 4

the number of generated images in one run
target
string
Upload target face if available
prompt
string
4k textures, highly detailed, a woman with long hair standing in a cozy living room. Her hands are both covered by sleeves. The background features a large window showcasing a serene garden view
prompt to generate new image
negative_prompt
string
unsuitable, nude, watermark, glitch, noise, bad, drawing, painting, crayon, sketch, graphite, impressionist, noisy, blurry, soft, deformed, ugly, worst quality,low quality, glare
negative prompt to generate new image
seed
integer
0

Max: 10000000

seed for generating new image

Output schema

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

Schema
{
  "type": "object",
  "title": "Output",
  "required": [
    "image"
  ],
  "properties": {
    "image": {
      "type": "array",
      "items": {
        "type": "string",
        "format": "uri"
      },
      "title": "Image"
    }
  }
}