Skip to main content
Module

x/stable_diffusion_client/mod.ts>SDModels.ExtrasSingleImageResponse

stable-diffusion-webui Client writen in Deno
interface SDModels.ExtrasSingleImageResponse
import { type SDModels } from "https://deno.land/x/stable_diffusion_client@0.0.3/mod.ts";
const { ExtrasSingleImageResponse } = SDModels;

ExtrasSingleImageResponse

Properties

html_info: string

HTML info A series of HTML tags containing the process info.

optional
image: string

Image The generated image in base64 format.