Skip to content

Commit 006b435

Browse files
chore(ui): typegen
1 parent da94786 commit 006b435

File tree

1 file changed

+3
-3
lines changed
  • invokeai/frontend/web/src/services/api

1 file changed

+3
-3
lines changed

invokeai/frontend/web/src/services/api/schema.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5580,7 +5580,7 @@ export type components = {
55805580
repo_variant?: components["schemas"]["ModelRepoVariant"] | null;
55815581
};
55825582
/**
5583-
* ControlNet - SD1.5, SDXL
5583+
* ControlNet - SD1.5, SD2, SDXL
55845584
* @description Collects ControlNet info to pass to other nodes
55855585
*/
55865586
ControlNetInvocation: {
@@ -15183,7 +15183,7 @@ export type components = {
1518315183
guidance?: number | null;
1518415184
};
1518515185
/**
15186-
* Main Model - SD1.5
15186+
* Main Model - SD1.5, SD2
1518715187
* @description Loads a main model, outputting its submodels.
1518815188
*/
1518915189
MainModelLoaderInvocation: {
@@ -22203,7 +22203,7 @@ export type components = {
2220322203
seamless_axes?: string[];
2220422204
};
2220522205
/**
22206-
* VAE Model - SD1.5, SDXL, SD3, FLUX
22206+
* VAE Model - SD1.5, SD2, SDXL, SD3, FLUX
2220722207
* @description Loads a VAE model, outputting a VaeLoaderOutput
2220822208
*/
2220922209
VAELoaderInvocation: {

0 commit comments

Comments
 (0)