Project Files
src / flatbuffers / index.ts
/**
* FlatBuffers types for Draw Things project files (.drawthings)
*
* ⚠️ DUPLICATED from draw-things-chat/src/interfaces
* Source of truth: draw-things-chat/src/interfaces/config.fbs
*
* These files are auto-generated by the FlatBuffers compiler.
* Only update if Draw Things changes their project file format.
*/
// Export all FlatBuffers types
export { GenerationConfiguration } from './generation-configuration.js';
export { Control } from './control.js';
export { LoRA } from './lo-ra.js';
export { SamplerType } from './sampler-type.js';
export { SeedMode } from './seed-mode.js';
export { ControlMode } from './control-mode.js';
export { ControlInputType } from './control-input-type.js';
export { LoRAMode } from './lo-ramode.js';
// History nodes from Draw Things project sqlite schema
export { TensorHistoryNode } from './tensor-history-node.js';
export { TextHistoryNode } from './text-history-node.js';
export { TextModification } from './text-modification.js';
export { TextType } from './text-type.js';
export { ThumbnailHistoryNode } from './thumbnail-history-node.js';
export { Reason } from './reason.js';