mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
chore(ui): regen api client
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user