comfyui-node
Version:
ComfyUI Node.js Client
13 lines • 413 B
TypeScript
/**
* Extension name for loading checkpoints in ComfyUI
*/
export declare const LOAD_CHECKPOINTS_EXTENSION = "CheckpointLoaderSimple";
/**
* Extension name for loading LORA models in ComfyUI
*/
export declare const LOAD_LORAS_EXTENSION = "LoraLoader";
/**
* Extension name for the KSampler node in ComfyUI
*/
export declare const LOAD_KSAMPLER_EXTENSION = "KSampler";
//# sourceMappingURL=constants.d.ts.map