fix typegen error

fix typegen error
This commit is contained in:
skunkworxdark
2025-01-21 11:09:37 +00:00
committed by psychedelicious
parent c1f5383e63
commit 6674d95dae
3 changed files with 7 additions and 13 deletions

View File

@@ -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;
/**