feat: Add Infill Method support

This commit is contained in:
blessedcoolant
2023-08-12 05:32:11 +12:00
parent 58a48bf197
commit d7d6298ec0
3 changed files with 40 additions and 2 deletions

View File

@ -172,6 +172,12 @@ export type ESRGANInvocation = TypeReq<
export type DivideInvocation = TypeReq<
components['schemas']['DivideInvocation']
>;
export type InfillTileInvocation = TypeReq<
components['schemas']['InfillTileInvocation']
>;
export type InfillPatchmatchInvocation = TypeReq<
components['schemas']['InfillPatchMatchInvocation']
>;
export type ImageNSFWBlurInvocation = TypeReq<
components['schemas']['ImageNSFWBlurInvocation']
>;