compositing in frontend

This commit is contained in:
dunkeroni
2025-05-03 00:51:00 -04:00
committed by psychedelicious
parent 5e20c9a1ca
commit 23627cf18d
5 changed files with 595 additions and 12 deletions

View File

@@ -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