adobe-firefly-sdk
    Preparing search index...

    Type Alias CreativeUpsamplerRequestV3

    CreativeUpsamplerRequestV3

    Request body for upscaling an image (beta). Provide the input image via uploadId from storage or a presigned URL. Seeds are required for reproducible results.

    type CreativeUpsamplerRequestV3 = {
        image: BaseInputImageV3;
        seeds: number[];
        upscaleFactor?: UpsampleFactor;
    }
    Index

    Properties

    The input image for the upsampler (source uploadId or url).

    seeds: number[]

    The seed for each variation. Provide one seed per output (1–4 seeds).

    upscaleFactor?: UpsampleFactor

    The upscale factor (2, 3, 4, or 6). Output dimensions are input dimensions multiplied by this factor.