fix typegen

fix typegen
This commit is contained in:
skunkworxdark
2025-01-21 10:02:24 +00:00
committed by psychedelicious
parent 641489c2f8
commit 71690715db
3 changed files with 12 additions and 6 deletions

View File

@@ -6418,7 +6418,7 @@ export type components = {
/**
* LoRAs
* @description LoRA models and weights. May be a single LoRA or collection.
* @default []
* @default null
*/
loras?: components["schemas"]["LoRAField"] | components["schemas"]["LoRAField"][] | null;
/**
@@ -12531,7 +12531,7 @@ export type components = {
/**
* LoRAs
* @description LoRA models and weights. May be a single LoRA or collection.
* @default []
* @default null
*/
loras?: components["schemas"]["LoRAField"] | components["schemas"]["LoRAField"][] | null;
/**
@@ -16694,7 +16694,7 @@ export type components = {
/**
* LoRAs
* @description LoRA models and weights. May be a single LoRA or collection.
* @default []
* @default null
*/
loras?: components["schemas"]["LoRAField"] | components["schemas"]["LoRAField"][] | null;
/**