chore(ui): regen api client

This commit is contained in:
psychedelicious
2023-06-02 17:25:47 +10:00
parent 6bbb5f061a
commit 707ed39300
19 changed files with 63 additions and 63 deletions

View File

@@ -18,15 +18,15 @@ export type MidasDepthImageProcessorInvocation = {
is_intermediate?: boolean;
type?: 'midas_depth_image_processor';
/**
* image to process
* The image to process
*/
image?: ImageField;
/**
* Midas parameter a = amult * PI
* Midas parameter `a_mult` (a = a_mult * PI)
*/
a_mult?: number;
/**
* Midas parameter bg_th
* Midas parameter `bg_th`
*/
bg_th?: number;
};