This commit is contained in:
Jonathan
2025-06-29 05:06:43 -05:00
committed by psychedelicious
parent 83d642ed15
commit 2b1cffde5e

View File

@@ -7725,16 +7725,6 @@ export type components = {
* @description Run denoising process with a FLUX transformer model.
*/
FluxDenoiseInvocation: {
/**
* @description The board to save the image to
* @default null
*/
board?: components["schemas"]["BoardField"] | null;
/**
* @description Optional metadata to be saved with the image
* @default null
*/
metadata?: components["schemas"]["MetadataField"] | null;
/**
* Id
* @description The id of this instance of an invocation. Must be unique among all instances of invocations.
@@ -7897,11 +7887,6 @@ export type components = {
* @description Run denoising process with a FLUX transformer model + metadata.
*/
FluxDenoiseLatentsMetaInvocation: {
/**
* @description The board to save the image to
* @default null
*/
board?: components["schemas"]["BoardField"] | null;
/**
* @description Optional metadata to be saved with the image
* @default null