You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: invokeai/frontend/web/src/services/api/schema.ts
+1
Original file line number
Diff line number
Diff line change
@@ -6451,6 +6451,7 @@ export type components = {
6451
6451
* @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.
6452
6452
* The mask is thresholded to create a binary mask, and then a distance transform is applied to create a fade effect.
6453
6453
* 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.
0 commit comments