Project Files
src / flatbuffers / sampler-type.ts
// automatically generated by the FlatBuffers compiler, do not modify
// Source: draw-things-chat/src/interfaces (duplicated for draw-things-index)
/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */
export enum SamplerType {
DPMPP2MKarras = 0,
EulerA = 1,
DDIM = 2,
PLMS = 3,
DPMPPSDEKarras = 4,
UniPC = 5,
LCM = 6,
EulerASubstep = 7,
DPMPPSDESubstep = 8,
TCD = 9,
EulerATrailing = 10,
DPMPPSDETrailing = 11,
DPMPP2MAYS = 12,
EulerAAYS = 13,
DPMPPSDEAYS = 14,
DPMPP2MTrailing = 15,
DDIMTrailing = 16,
UniPCTrailing = 17,
UniPCAYS = 18,
TCDTrailing = 19
}