UNPKG

sd-parsers

Version:

A library to read metadata from images created by Stable Diffusion

16 lines 544 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Generators = void 0; /** * Enumeration of supported image generators */ var Generators; (function (Generators) { Generators["AUTOMATIC1111"] = "AUTOMATIC1111"; Generators["COMFYUI"] = "ComfyUI"; Generators["FOOOCUS"] = "Fooocus"; Generators["INVOKEAI"] = "InvokeAI"; Generators["NOVELAI"] = "NovelAI"; Generators["UNKNOWN"] = "unknown"; })(Generators || (exports.Generators = Generators = {})); //# sourceMappingURL=generators.js.map