UNPKG

comfyui-node

Version:
13 lines 387 B
/** * Extension name for loading checkpoints in ComfyUI */ export const LOAD_CHECKPOINTS_EXTENSION = "CheckpointLoaderSimple"; /** * Extension name for loading LORA models in ComfyUI */ export const LOAD_LORAS_EXTENSION = "LoraLoader"; /** * Extension name for the KSampler node in ComfyUI */ export const LOAD_KSAMPLER_EXTENSION = "KSampler"; //# sourceMappingURL=constants.js.map