feat: Scaled Processing to Inpainting & Outpainting / 1.x & SDXL

This commit is contained in:
blessedcoolant
2023-08-13 20:17:23 +12:00
parent c8864e475b
commit b35cdc05a5
9 changed files with 874 additions and 140 deletions

View File

@ -184,6 +184,15 @@ export type ImageNSFWBlurInvocation = TypeReq<
export type ImageWatermarkInvocation = TypeReq<
components['schemas']['ImageWatermarkInvocation']
>;
export type ImageBlurInvocation = TypeReq<
components['schemas']['ImageBlurInvocation']
>;
export type ColorCorrectInvocation = TypeReq<
components['schemas']['ColorCorrectInvocation']
>;
export type ImagePasteInvocation = TypeReq<
components['schemas']['ImagePasteInvocation']
>;
// ControlNet Nodes
export type ControlNetInvocation = TypeReq<