Interface RecontextImageSource

A set of source input(s) for image recontextualization.

interface RecontextImageSource {
    personImage?: Image;
    productImages?: ProductImage[];
    prompt?: string;
}

Properties

personImage?: Image

Image of the person or subject who will be wearing the product(s).

productImages?: ProductImage[]

A list of product images.

prompt?: string

A text prompt for guiding the model during image recontextualization. Not supported for Virtual Try-On.