mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
chore(ui): typegen
This commit is contained in:
@@ -7921,10 +7921,11 @@ export type components = {
|
||||
*/
|
||||
ip_adapter?: components["schemas"]["IPAdapterField"] | components["schemas"]["IPAdapterField"][] | null;
|
||||
/**
|
||||
* Kontext Conditioning
|
||||
* @description FLUX Kontext conditioning (reference image).
|
||||
* @default null
|
||||
*/
|
||||
kontext_conditioning?: components["schemas"]["FluxKontextConditioningField"] | null;
|
||||
kontext_conditioning?: components["schemas"]["FluxKontextConditioningField"] | components["schemas"]["FluxKontextConditioningField"][] | null;
|
||||
/**
|
||||
* type
|
||||
* @default flux_denoise
|
||||
@@ -8088,10 +8089,11 @@ export type components = {
|
||||
*/
|
||||
ip_adapter?: components["schemas"]["IPAdapterField"] | components["schemas"]["IPAdapterField"][] | null;
|
||||
/**
|
||||
* Kontext Conditioning
|
||||
* @description FLUX Kontext conditioning (reference image).
|
||||
* @default null
|
||||
*/
|
||||
kontext_conditioning?: components["schemas"]["FluxKontextConditioningField"] | null;
|
||||
kontext_conditioning?: components["schemas"]["FluxKontextConditioningField"] | components["schemas"]["FluxKontextConditioningField"][] | null;
|
||||
/**
|
||||
* type
|
||||
* @default flux_denoise_meta
|
||||
|
||||
Reference in New Issue
Block a user