@@ -3052,7 +3052,7 @@ export type components = {
3052
3052
type: "clip_output";
3053
3053
};
3054
3054
/**
3055
- * CLIP Skip
3055
+ * Apply CLIP Skip - SD1.5, SDXL
3056
3056
* @description Skip layers in clip text_encoder model.
3057
3057
*/
3058
3058
CLIPSkipInvocation: {
@@ -4152,7 +4152,7 @@ export type components = {
4152
4152
type: "color_output";
4153
4153
};
4154
4154
/**
4155
- * Prompt
4155
+ * Prompt - SD1.5
4156
4156
* @description Parse prompt using compel package to conditioning.
4157
4157
*/
4158
4158
CompelInvocation: {
@@ -4815,7 +4815,7 @@ export type components = {
4815
4815
type: "controlnet";
4816
4816
};
4817
4817
/**
4818
- * ControlNet
4818
+ * ControlNet - SD1.5, SDXL
4819
4819
* @description Collects ControlNet info to pass to other nodes
4820
4820
*/
4821
4821
ControlNetInvocation: {
@@ -5646,7 +5646,7 @@ export type components = {
5646
5646
deleted_images: string[];
5647
5647
};
5648
5648
/**
5649
- * Denoise Latents
5649
+ * Denoise - SD1.5, SDXL
5650
5650
* @description Denoises noisy latents to decodable images
5651
5651
*/
5652
5652
DenoiseLatentsInvocation: {
@@ -5762,7 +5762,7 @@ export type components = {
5762
5762
*/
5763
5763
type: "denoise_latents";
5764
5764
};
5765
- /** Denoise Latents + metadata */
5765
+ /** Denoise - SD1.5, SDXL + Metadata */
5766
5766
DenoiseLatentsMetaInvocation: {
5767
5767
/**
5768
5768
* @description Optional metadata to be saved with the image
@@ -7173,7 +7173,7 @@ export type components = {
7173
7173
type: "flux_conditioning_output";
7174
7174
};
7175
7175
/**
7176
- * Flux Control LoRA
7176
+ * Control LoRA - FLUX
7177
7177
* @description LoRA model and Image to use with FLUX transformer generation.
7178
7178
*/
7179
7179
FluxControlLoRALoaderInvocation: {
@@ -7526,7 +7526,7 @@ export type components = {
7526
7526
type: "flux_denoise";
7527
7527
};
7528
7528
/**
7529
- * Flux Denoise + metadata
7529
+ * FLUX Denoise + Metadata
7530
7530
* @description Run denoising process with a FLUX transformer model + metadata.
7531
7531
*/
7532
7532
FluxDenoiseLatentsMetaInvocation: {
@@ -7847,7 +7847,7 @@ export type components = {
7847
7847
type: "flux_lora_loader_output";
7848
7848
};
7849
7849
/**
7850
- * Flux Main Model
7850
+ * Main Model - FLUX
7851
7851
* @description Loads a flux base model, outputting its submodels.
7852
7852
*/
7853
7853
FluxModelLoaderInvocation: {
@@ -8082,7 +8082,7 @@ export type components = {
8082
8082
type: "flux_redux_output";
8083
8083
};
8084
8084
/**
8085
- * FLUX Text Encoding
8085
+ * Prompt - FLUX
8086
8086
* @description Encodes and preps a prompt for a flux image.
8087
8087
*/
8088
8088
FluxTextEncoderInvocation: {
@@ -8142,7 +8142,7 @@ export type components = {
8142
8142
type: "flux_text_encoder";
8143
8143
};
8144
8144
/**
8145
- * FLUX Latents to Image
8145
+ * Latents to Image - FLUX
8146
8146
* @description Generates an image from latents.
8147
8147
*/
8148
8148
FluxVaeDecodeInvocation: {
@@ -8192,7 +8192,7 @@ export type components = {
8192
8192
type: "flux_vae_decode";
8193
8193
};
8194
8194
/**
8195
- * FLUX Image to Latents
8195
+ * Image to Latents - FLUX
8196
8196
* @description Encodes an image into latents.
8197
8197
*/
8198
8198
FluxVaeEncodeInvocation: {
@@ -8273,7 +8273,7 @@ export type components = {
8273
8273
b2: number;
8274
8274
};
8275
8275
/**
8276
- * FreeU
8276
+ * Apply FreeU - SD1.5, SDXL
8277
8277
* @description Applies FreeU to the UNet. Suggested values (b1/b2/s1/s2):
8278
8278
*
8279
8279
* SD1.5: 1.2/1.4/0.9/0.2,
@@ -8890,7 +8890,7 @@ export type components = {
8890
8890
mask?: components["schemas"]["TensorField"] | null;
8891
8891
};
8892
8892
/**
8893
- * IP-Adapter
8893
+ * IP-Adapter - SD1.5, SDXL
8894
8894
* @description Collects IP-Adapter info to pass to other nodes.
8895
8895
*/
8896
8896
IPAdapterInvocation: {
@@ -9093,7 +9093,7 @@ export type components = {
9093
9093
type: "ip_adapter_output";
9094
9094
};
9095
9095
/**
9096
- * Ideal Size
9096
+ * Ideal Size - SD1.5, SDXL
9097
9097
* @description Calculates the ideal size for generation to avoid duplication
9098
9098
*/
9099
9099
IdealSizeInvocation: {
@@ -10548,7 +10548,7 @@ export type components = {
10548
10548
type: "img_scale";
10549
10549
};
10550
10550
/**
10551
- * Image to Latents
10551
+ * Image to Latents - SD1.5, SDXL
10552
10552
* @description Encodes an image into latents.
10553
10553
*/
10554
10554
ImageToLatentsInvocation: {
@@ -12511,7 +12511,7 @@ export type components = {
12511
12511
type: "latents_output";
12512
12512
};
12513
12513
/**
12514
- * Latents to Image
12514
+ * Latents to Image - SD1.5, SDXL
12515
12515
* @description Generates an image from latents.
12516
12516
*/
12517
12517
LatentsToImageInvocation: {
@@ -12870,7 +12870,7 @@ export type components = {
12870
12870
type: "lineart_image_processor";
12871
12871
};
12872
12872
/**
12873
- * LoRA Collection Loader
12873
+ * LoRA Collection - SD1.5
12874
12874
* @description Applies a collection of LoRAs to the provided UNet and CLIP models.
12875
12875
*/
12876
12876
LoRACollectionLoader: {
@@ -13172,7 +13172,7 @@ export type components = {
13172
13172
weight: number;
13173
13173
};
13174
13174
/**
13175
- * LoRA Selector
13175
+ * LoRA Model - SD1.5
13176
13176
* @description Selects a LoRA model and weight.
13177
13177
*/
13178
13178
LoRASelectorInvocation: {
@@ -13790,7 +13790,7 @@ export type components = {
13790
13790
guidance?: number | null;
13791
13791
};
13792
13792
/**
13793
- * Main Model
13793
+ * Main Model - SD1.5
13794
13794
* @description Loads a main model, outputting its submodels.
13795
13795
*/
13796
13796
MainModelLoaderInvocation: {
@@ -15572,7 +15572,7 @@ export type components = {
15572
15572
submodel_type?: components["schemas"]["SubModelType"] | null;
15573
15573
};
15574
15574
/**
15575
- * Model identifier
15575
+ * Any Model
15576
15576
* @description Selects any model, outputting it its identifier. Be careful with this one! The identifier will be accepted as
15577
15577
* input for any model, even if the model types don't match. If you connect this to a mismatched input, you'll get an
15578
15578
* error.
@@ -16157,7 +16157,7 @@ export type components = {
16157
16157
value: string | number | components["schemas"]["ImageField"];
16158
16158
};
16159
16159
/**
16160
- * Noise
16160
+ * Create Latent Noise
16161
16161
* @description Generates latent noise.
16162
16162
*/
16163
16163
NoiseInvocation: {
@@ -17429,7 +17429,7 @@ export type components = {
17429
17429
type: "sd3_conditioning_output";
17430
17430
};
17431
17431
/**
17432
- * SD3 Denoise
17432
+ * Denoise - SD3
17433
17433
* @description Run denoising process with a SD3 model.
17434
17434
*/
17435
17435
SD3DenoiseInvocation: {
@@ -17537,7 +17537,7 @@ export type components = {
17537
17537
type: "sd3_denoise";
17538
17538
};
17539
17539
/**
17540
- * SD3 Image to Latents
17540
+ * Image to Latents - SD3
17541
17541
* @description Generates latents from an image.
17542
17542
*/
17543
17543
SD3ImageToLatentsInvocation: {
@@ -17587,7 +17587,7 @@ export type components = {
17587
17587
type: "sd3_i2l";
17588
17588
};
17589
17589
/**
17590
- * SD3 Latents to Image
17590
+ * Latents to Image - SD3
17591
17591
* @description Generates an image from latents.
17592
17592
*/
17593
17593
SD3LatentsToImageInvocation: {
@@ -17637,7 +17637,7 @@ export type components = {
17637
17637
type: "sd3_l2i";
17638
17638
};
17639
17639
/**
17640
- * SDXL Prompt
17640
+ * Prompt - SDXL
17641
17641
* @description Parse prompt using compel package to conditioning.
17642
17642
*/
17643
17643
SDXLCompelPromptInvocation: {
@@ -17726,7 +17726,7 @@ export type components = {
17726
17726
type: "sdxl_compel_prompt";
17727
17727
};
17728
17728
/**
17729
- * SDXL LoRA Collection Loader
17729
+ * LoRA Collection - SDXL
17730
17730
* @description Applies a collection of SDXL LoRAs to the provided UNet and CLIP models.
17731
17731
*/
17732
17732
SDXLLoRACollectionLoader: {
@@ -17780,7 +17780,7 @@ export type components = {
17780
17780
type: "sdxl_lora_collection_loader";
17781
17781
};
17782
17782
/**
17783
- * SDXL LoRA
17783
+ * LoRA Model - SDXL
17784
17784
* @description Apply selected lora to unet and text_encoder.
17785
17785
*/
17786
17786
SDXLLoRALoaderInvocation: {
@@ -17871,7 +17871,7 @@ export type components = {
17871
17871
type: "sdxl_lora_loader_output";
17872
17872
};
17873
17873
/**
17874
- * SDXL Main Model
17874
+ * Main Model - SDXL
17875
17875
* @description Loads an sdxl base model, outputting its submodels.
17876
17876
*/
17877
17877
SDXLModelLoaderInvocation: {
@@ -17939,7 +17939,7 @@ export type components = {
17939
17939
type: "sdxl_model_loader_output";
17940
17940
};
17941
17941
/**
17942
- * SDXL Refiner Prompt
17942
+ * Prompt - SDXL Refiner
17943
17943
* @description Parse prompt using compel package to conditioning.
17944
17944
*/
17945
17945
SDXLRefinerCompelPromptInvocation: {
@@ -18006,7 +18006,7 @@ export type components = {
18006
18006
type: "sdxl_refiner_compel_prompt";
18007
18007
};
18008
18008
/**
18009
- * SDXL Refiner Model
18009
+ * Refiner Model - SDXL
18010
18010
* @description Loads an sdxl refiner model, outputting its submodels.
18011
18011
*/
18012
18012
SDXLRefinerModelLoaderInvocation: {
@@ -18232,7 +18232,7 @@ export type components = {
18232
18232
*/
18233
18233
SchedulerPredictionType: "epsilon" | "v_prediction" | "sample";
18234
18234
/**
18235
- * SD3 Main Model
18235
+ * Main Model - SD3
18236
18236
* @description Loads a SD3 base model, outputting its submodels.
18237
18237
*/
18238
18238
Sd3ModelLoaderInvocation: {
@@ -18326,7 +18326,7 @@ export type components = {
18326
18326
type: "sd3_model_loader_output";
18327
18327
};
18328
18328
/**
18329
- * SD3 Text Encoding
18329
+ * Prompt - SD3
18330
18330
* @description Encodes and preps a prompt for a SD3 image.
18331
18331
*/
18332
18332
Sd3TextEncoderInvocation: {
@@ -18380,7 +18380,7 @@ export type components = {
18380
18380
type: "sd3_text_encoder";
18381
18381
};
18382
18382
/**
18383
- * Seamless
18383
+ * Apply Seamless - SD1.5, SDXL
18384
18384
* @description Applies the seamless transformation to the Model UNet and VAE.
18385
18385
*/
18386
18386
SeamlessModeInvocation: {
@@ -19905,7 +19905,7 @@ export type components = {
19905
19905
resize_mode?: "just_resize" | "crop_resize" | "fill_resize" | "just_resize_simple";
19906
19906
};
19907
19907
/**
19908
- * T2I-Adapter
19908
+ * T2I-Adapter - SD1.5, SDXL
19909
19909
* @description Collects T2I-Adapter info to pass to other nodes.
19910
19910
*/
19911
19911
T2IAdapterInvocation: {
@@ -20493,7 +20493,7 @@ export type components = {
20493
20493
image: components["schemas"]["ImageField"];
20494
20494
};
20495
20495
/**
20496
- * Tiled Multi-Diffusion Denoise Latents
20496
+ * Tiled Multi-Diffusion Denoise - SD1.5, SDXL
20497
20497
* @description Tiled Multi-Diffusion denoising.
20498
20498
*
20499
20499
* This node handles automatically tiling the input image, and is primarily intended for global refinement of images
@@ -20990,7 +20990,7 @@ export type components = {
20990
20990
seamless_axes?: string[];
20991
20991
};
20992
20992
/**
20993
- * VAE
20993
+ * VAE Model - SD1.5, SDXL, SD3, FLUX
20994
20994
* @description Loads a VAE model, outputting a VaeLoaderOutput
20995
20995
*/
20996
20996
VAELoaderInvocation: {
0 commit comments