inference-server
Version:
Libraries and server to build AI applications. Adapters to various native bindings allowing local inference. Integrate it with your application, or use as a microservice.
5 lines (4 loc) • 316 B
TypeScript
import StableDiffusion from '@lmagder/node-stable-diffusion-cpp';
export declare function parseQuantization(filename: string): string | null;
export declare function getWeightType(key: string): number | undefined;
export declare function getSamplingMethod(method?: string): StableDiffusion.SampleMethod | undefined;