modules__api__models__ProgressResponse: {
    current_image?: string;
    eta_relative: number;
    progress: number;
    state: Record<string, any>;
    textinfo?: string;
}

Type declaration

  • Optional current_image?: string

    The current image in base64 format. opts.show_progress_every_n_steps is required for this to work.

  • eta_relative: number
  • progress: number

    The progress with a range of 0 to 1

  • state: Record<string, any>

    The current state snapshot

  • Optional textinfo?: string

    Info text used by WebUI.