Img2imgProcessParams: StableDiffusionProcessingImg2Img & {
    inpaint_full_res?: InpaintFullRes;
    inpainting_fill?: InpaintFill;
    inpainting_mask_invert?: 0 | 1;
    override_settings?: Record<keyof any, any> & Partial<SDWebUIA1111SystemSettings>;
    resize_mode?: ResizeModeI2i;
}

Type declaration