mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
fix typegen error
fix typegen error
This commit is contained in:
committed by
psychedelicious
parent
c1f5383e63
commit
6674d95dae
@@ -6230,7 +6230,7 @@ export type components = {
|
||||
/**
|
||||
* LoRAs
|
||||
* @description LoRA models and weights. May be a single LoRA or collection.
|
||||
* @default null
|
||||
* @default []
|
||||
*/
|
||||
loras?: components["schemas"]["LoRAField"] | components["schemas"]["LoRAField"][] | null;
|
||||
/**
|
||||
@@ -12235,7 +12235,7 @@ export type components = {
|
||||
/**
|
||||
* LoRAs
|
||||
* @description LoRA models and weights. May be a single LoRA or collection.
|
||||
* @default null
|
||||
* @default []
|
||||
*/
|
||||
loras?: components["schemas"]["LoRAField"] | components["schemas"]["LoRAField"][] | null;
|
||||
/**
|
||||
@@ -16083,7 +16083,7 @@ export type components = {
|
||||
/**
|
||||
* LoRAs
|
||||
* @description LoRA models and weights. May be a single LoRA or collection.
|
||||
* @default null
|
||||
* @default []
|
||||
*/
|
||||
loras?: components["schemas"]["LoRAField"] | components["schemas"]["LoRAField"][] | null;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user