Skip to content

Commit c6f9661

Browse files
chore(ui): typegen
1 parent 258bf73 commit c6f9661

File tree

1 file changed

+1
-0
lines changed
  • invokeai/frontend/web/src/services/api

1 file changed

+1
-0
lines changed

invokeai/frontend/web/src/services/api/schema.ts

+1
Original file line numberDiff line numberDiff line change
@@ -6451,6 +6451,7 @@ export type components = {
64516451
* @description Expands a mask with a fade effect. The mask uses black to indicate areas to keep from the generated image and white for areas to discard.
64526452
* The mask is thresholded to create a binary mask, and then a distance transform is applied to create a fade effect.
64536453
* The fade size is specified in pixels, and the mask is expanded by that amount. The result is a mask with a smooth transition from black to white.
6454+
* If the fade size is 0, the mask is returned as-is.
64546455
*/
64556456
ExpandMaskWithFadeInvocation: {
64566457
/**

0 commit comments

Comments
 (0)