mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
chore(ui): typegen
This commit is contained in:
parent
ff0c16978c
commit
ce854f086e
@ -3127,11 +3127,16 @@ export type components = {
|
|||||||
* @default true
|
* @default true
|
||||||
*/
|
*/
|
||||||
use_cache?: boolean;
|
use_cache?: boolean;
|
||||||
|
/**
|
||||||
|
* @description The source image onto which the masked generated image is pasted. If omitted, the masked generated image is returned with transparency.
|
||||||
|
* @default null
|
||||||
|
*/
|
||||||
|
source_image?: components["schemas"]["ImageField"] | null;
|
||||||
/**
|
/**
|
||||||
* @description The image to apply the mask to
|
* @description The image to apply the mask to
|
||||||
* @default null
|
* @default null
|
||||||
*/
|
*/
|
||||||
image?: components["schemas"]["ImageField"];
|
generated_image?: components["schemas"]["ImageField"];
|
||||||
/**
|
/**
|
||||||
* @description The mask to apply
|
* @description The mask to apply
|
||||||
* @default null
|
* @default null
|
||||||
|
Loading…
x
Reference in New Issue
Block a user