mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
update canvas graphs
This commit is contained in:
@ -2878,6 +2878,25 @@ export type components = {
|
||||
* @default 0
|
||||
*/
|
||||
minimum_denoise?: number;
|
||||
/**
|
||||
* UNet
|
||||
* @description The UNet input used to detect if it is an inpainting model
|
||||
*/
|
||||
unet?: components["schemas"]["UNetField"] | null;
|
||||
/** Image */
|
||||
image?: components["schemas"]["ImageField"] | null;
|
||||
/** vae */
|
||||
vae?: components["schemas"]["VAEField"] | null;
|
||||
/**
|
||||
* @description tiled is used by the VAE
|
||||
* @default false
|
||||
* */
|
||||
tiled?: boolean;
|
||||
/**
|
||||
* @description fp32 is used by the VAE
|
||||
* @default false
|
||||
*/
|
||||
fp32?: boolean;
|
||||
/**
|
||||
* type
|
||||
* @default create_gradient_mask
|
||||
|
Reference in New Issue
Block a user