Project Files
src / flatbuffers / control-input-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 ControlInputType {
Unspecified = 0,
Custom = 1,
Depth = 2,
Canny = 3,
Scribble = 4,
Pose = 5,
Normalbae = 6,
Color = 7,
Lineart = 8,
Softedge = 9,
Seg = 10,
Inpaint = 11,
Ip2p = 12,
Shuffle = 13,
Mlsd = 14,
Tile = 15,
Blur = 16,
Lowquality = 17,
Gray = 18
}