Type alias modules__api__models__ProgressResponse
modules__api__models__ProgressResponse: {
current_image?: string;
eta_relative: number;
progress: number;
state: Record<string, any>;
textinfo?: string;
}
Type declaration
Optional
current_image?: string
eta_relative: number
progress: number
state: Record<string, any>
Optional
textinfo?: string
The current image in base64 format. opts.show_progress_every_n_steps is required for this to work.