Skip to content

novelai-sdk-unofficial / AugmentImageParamsSchema

Variable: AugmentImageParamsSchema

const AugmentImageParamsSchema: ZodObject<{ defry: ZodOptional<ZodNumber>; height: ZodNumber; image: ZodUnion<readonly [ZodString, ZodCustom<Buffer<ArrayBufferLike>, Buffer<ArrayBufferLike>>, ZodCustom<ArrayBuffer, ArrayBuffer>]>; prompt: ZodOptional<ZodString>; type: ZodEnum<{ bg-removal: "bg-removal"; colorize: "colorize"; declutter: "declutter"; emotion: "emotion"; lineart: "lineart"; sketch: "sketch"; }>; width: ZodNumber; }, $strip>

Defined in: src/types/user/image.ts:341

High-level parameters for image augmentation (Director Tools)

基于 MIT 许可证发布