mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-13 21:05:00 -05:00
typegen
This commit is contained in:
committed by
psychedelicious
parent
83d642ed15
commit
2b1cffde5e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user