Skip to content

Commit 1d4aa93

Browse files
chore(ui): typegen
1 parent b182060 commit 1d4aa93

File tree

1 file changed

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

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3803,7 +3803,7 @@ export type components = {
38033803
type: "cogview4_conditioning_output";
38043804
};
38053805
/**
3806-
* CogView4 Denoise
3806+
* Denoise - CogView4
38073807
* @description Run the denoising process with a CogView4 model.
38083808
*/
38093809
CogView4DenoiseInvocation: {
@@ -3910,7 +3910,7 @@ export type components = {
39103910
type: "cogview4_denoise";
39113911
};
39123912
/**
3913-
* CogView4 Image to Latents
3913+
* Image to Latents - CogView4
39143914
* @description Generates latents from an image.
39153915
*/
39163916
CogView4ImageToLatentsInvocation: {
@@ -3959,7 +3959,7 @@ export type components = {
39593959
type: "cogview4_i2l";
39603960
};
39613961
/**
3962-
* CogView4 Latents to Image
3962+
* Latents to Image - CogView4
39633963
* @description Generates an image from latents.
39643964
*/
39653965
CogView4LatentsToImageInvocation: {
@@ -4008,7 +4008,7 @@ export type components = {
40084008
type: "cogview4_l2i";
40094009
};
40104010
/**
4011-
* CogView4 Main Model
4011+
* Main Model - CogView4
40124012
* @description Loads a CogView4 base model, outputting its submodels.
40134013
*/
40144014
CogView4ModelLoaderInvocation: {
@@ -4066,7 +4066,7 @@ export type components = {
40664066
type: "cogview4_model_loader_output";
40674067
};
40684068
/**
4069-
* CogView4 Text Encoding
4069+
* Prompt - CogView4
40704070
* @description Encodes and preps a prompt for a cogview4 image.
40714071
*/
40724072
CogView4TextEncoderInvocation: {

0 commit comments

Comments
 (0)