Skip to main content
Module

x/stable_diffusion_client/src/types.ts>ControlNetDetectOptions

stable-diffusion-webui Client writen in Deno
Latest
type alias ControlNetDetectOptions
import { type ControlNetDetectOptions } from "https://deno.land/x/stable_diffusion_client@0.1.0/src/types.ts";
definition: { controlnet_module?: ControlNetModule | string; controlnet_input_images: Sharp[]; controlnet_processor_res?: number; controlnet_threshold_a?: number; controlnet_threshold_b?: number; }