chore: typegen

This commit is contained in:
dunkeroni
2025-05-22 02:28:13 -04:00
committed by psychedelicious
parent 9aa26f883e
commit 019e057e29

View File

@@ -5573,7 +5573,7 @@ export type components = {
};
/**
* Create Gradient Mask
* @description Creates mask for denoising model run.
* @description Creates mask for denoising.
*/
CreateGradientMaskInvocation: {
/**
@@ -5600,7 +5600,7 @@ export type components = {
mask?: components["schemas"]["ImageField"] | null;
/**
* Edge Radius
* @description How far to blur/expand the edges of the mask
* @description How far to expand the edges of the mask
* @default 16
*/
edge_radius?: number;