Skip to main content
Module

x/stable_diffusion_client/mod.ts>SDModels.InterrogateRequest

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

InterrogateRequest

Properties

optional
image: string

Image Image to work on, must be a Base64 string containing the image's data. default Value ""

optional
model: string

Model The interrogate model used. default Value "clip"