mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-14 20:45:02 -05:00
typegen
This commit is contained in:
committed by
psychedelicious
parent
4f911a0ea8
commit
c54afd600c
@@ -2062,7 +2062,7 @@ export type components = {
|
||||
* @description Base model type.
|
||||
* @enum {string}
|
||||
*/
|
||||
BaseModelType: "any" | "sd-1" | "sd-2" | "sd-3" | "sdxl" | "sdxl-refiner" | "flux" | "cogview4" | "imagen3";
|
||||
BaseModelType: "any" | "sd-1" | "sd-2" | "sd-3" | "sdxl" | "sdxl-refiner" | "flux" | "cogview4" | "imagen3" | "chatgpt-4o";
|
||||
/** Batch */
|
||||
Batch: {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user