@@ -3803,7 +3803,7 @@ export type components = {
3803
3803
type: "cogview4_conditioning_output";
3804
3804
};
3805
3805
/**
3806
- * CogView4 Denoise
3806
+ * Denoise - CogView4
3807
3807
* @description Run the denoising process with a CogView4 model.
3808
3808
*/
3809
3809
CogView4DenoiseInvocation: {
@@ -3910,7 +3910,7 @@ export type components = {
3910
3910
type: "cogview4_denoise";
3911
3911
};
3912
3912
/**
3913
- * CogView4 Image to Latents
3913
+ * Image to Latents - CogView4
3914
3914
* @description Generates latents from an image.
3915
3915
*/
3916
3916
CogView4ImageToLatentsInvocation: {
@@ -3959,7 +3959,7 @@ export type components = {
3959
3959
type: "cogview4_i2l";
3960
3960
};
3961
3961
/**
3962
- * CogView4 Latents to Image
3962
+ * Latents to Image - CogView4
3963
3963
* @description Generates an image from latents.
3964
3964
*/
3965
3965
CogView4LatentsToImageInvocation: {
@@ -4008,7 +4008,7 @@ export type components = {
4008
4008
type: "cogview4_l2i";
4009
4009
};
4010
4010
/**
4011
- * CogView4 Main Model
4011
+ * Main Model - CogView4
4012
4012
* @description Loads a CogView4 base model, outputting its submodels.
4013
4013
*/
4014
4014
CogView4ModelLoaderInvocation: {
@@ -4066,7 +4066,7 @@ export type components = {
4066
4066
type: "cogview4_model_loader_output";
4067
4067
};
4068
4068
/**
4069
- * CogView4 Text Encoding
4069
+ * Prompt - CogView4
4070
4070
* @description Encodes and preps a prompt for a cogview4 image.
4071
4071
*/
4072
4072
CogView4TextEncoderInvocation: {
0 commit comments