mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
fix typegen
fix typegen
This commit is contained in:
committed by
psychedelicious
parent
641489c2f8
commit
71690715db
@@ -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;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user