novelai-sdk-unofficial / AugmentImageParamsSchema
Variable: AugmentImageParamsSchema
constAugmentImageParamsSchema: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)