mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
compositing in frontend
This commit is contained in:
committed by
psychedelicious
parent
5e20c9a1ca
commit
23627cf18d
@@ -10443,6 +10443,11 @@ export type components = {
|
||||
* @default null
|
||||
*/
|
||||
image?: components["schemas"]["ImageField"] | null;
|
||||
/**
|
||||
* @description Optional mask determining where to apply noise (black=noise, white=no noise)
|
||||
* @default null
|
||||
*/
|
||||
mask?: components["schemas"]["ImageField"] | null;
|
||||
/**
|
||||
* Seed
|
||||
* @description Seed for random number generation
|
||||
|
||||
Reference in New Issue
Block a user