@@ -333,6 +333,13 @@ export type paths = {
333
333
*/
334
334
get : operations [ "list_all_board_image_names" ] ;
335
335
} ;
336
+ "/api/v1/boards/uncategorized/counts" : {
337
+ /**
338
+ * Get Uncategorized Image Counts
339
+ * @description Gets count of images and assets for uncategorized images (images with no board assocation)
340
+ */
341
+ get : operations [ "get_uncategorized_image_counts" ] ;
342
+ } ;
336
343
"/api/v1/board_images/" : {
337
344
/**
338
345
* Add Image To Board
@@ -1020,7 +1027,7 @@ export type components = {
1020
1027
} ;
1021
1028
/**
1022
1029
* BoardDTO
1023
- * @description Deserialized board record with cover image URL and image count .
1030
+ * @description Deserialized board record.
1024
1031
*/
1025
1032
BoardDTO : {
1026
1033
/**
@@ -1050,9 +1057,9 @@ export type components = {
1050
1057
deleted_at ?: string | null ;
1051
1058
/**
1052
1059
* Cover Image Name
1053
- * @description The name of the board's cover image.
1060
+ * @description The name of the cover image of the board .
1054
1061
*/
1055
- cover_image_name : string | null ;
1062
+ cover_image_name ? : string | null ;
1056
1063
/**
1057
1064
* Archived
1058
1065
* @description Whether or not the board is archived.
@@ -1068,6 +1075,11 @@ export type components = {
1068
1075
* @description The number of images in the board.
1069
1076
*/
1070
1077
image_count : number ;
1078
+ /**
1079
+ * Asset Count
1080
+ * @description The number of assets in the board.
1081
+ */
1082
+ asset_count : number ;
1071
1083
} ;
1072
1084
/**
1073
1085
* BoardField
@@ -7304,145 +7316,145 @@ export type components = {
7304
7316
project_id : string | null ;
7305
7317
} ;
7306
7318
InvocationOutputMap : {
7307
- rectangle_mask : components [ "schemas" ] [ "MaskOutput" ] ;
7308
- hed_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7309
- compel : components [ "schemas" ] [ "ConditioningOutput" ] ;
7310
- img_resize : components [ "schemas" ] [ "ImageOutput" ] ;
7311
- ideal_size : components [ "schemas" ] [ "IdealSizeOutput" ] ;
7312
- rand_int : components [ "schemas" ] [ "IntegerOutput" ] ;
7319
+ img_channel_offset : components [ "schemas" ] [ "ImageOutput" ] ;
7320
+ metadata : components [ "schemas" ] [ "MetadataOutput" ] ;
7313
7321
clip_skip : components [ "schemas" ] [ "CLIPSkipInvocationOutput" ] ;
7314
- string_collection : components [ "schemas" ] [ "StringCollectionOutput" ] ;
7315
- create_gradient_mask : components [ "schemas" ] [ "GradientMaskOutput" ] ;
7316
- round_float : components [ "schemas" ] [ "FloatOutput" ] ;
7317
- scheduler : components [ "schemas" ] [ "SchedulerOutput" ] ;
7318
- main_model_loader : components [ "schemas" ] [ "ModelLoaderOutput" ] ;
7319
- string_split : components [ "schemas" ] [ "String2Output" ] ;
7320
- mask_from_id : components [ "schemas" ] [ "ImageOutput" ] ;
7321
- collect : components [ "schemas" ] [ "CollectInvocationOutput" ] ;
7322
- heuristic_resize : components [ "schemas" ] [ "ImageOutput" ] ;
7323
- tomask : components [ "schemas" ] [ "ImageOutput" ] ;
7324
- boolean_collection : components [ "schemas" ] [ "BooleanCollectionOutput" ] ;
7325
- core_metadata : components [ "schemas" ] [ "MetadataOutput" ] ;
7326
- canny_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7327
- string_replace : components [ "schemas" ] [ "StringOutput" ] ;
7328
- face_mask_detection : components [ "schemas" ] [ "FaceMaskOutput" ] ;
7329
- integer : components [ "schemas" ] [ "IntegerOutput" ] ;
7330
- img_watermark : components [ "schemas" ] [ "ImageOutput" ] ;
7331
- img_crop : components [ "schemas" ] [ "ImageOutput" ] ;
7332
- t2i_adapter : components [ "schemas" ] [ "T2IAdapterOutput" ] ;
7333
- create_denoise_mask : components [ "schemas" ] [ "DenoiseMaskOutput" ] ;
7322
+ canvas_paste_back : components [ "schemas" ] [ "ImageOutput" ] ;
7323
+ seamless : components [ "schemas" ] [ "SeamlessModeOutput" ] ;
7324
+ blank_image : components [ "schemas" ] [ "ImageOutput" ] ;
7325
+ dynamic_prompt : components [ "schemas" ] [ "StringCollectionOutput" ] ;
7326
+ step_param_easing : components [ "schemas" ] [ "FloatCollectionOutput" ] ;
7327
+ latents_collection : components [ "schemas" ] [ "LatentsCollectionOutput" ] ;
7328
+ normalbae_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7334
7329
rand_float : components [ "schemas" ] [ "FloatOutput" ] ;
7330
+ lora_loader : components [ "schemas" ] [ "LoRALoaderOutput" ] ;
7331
+ collect : components [ "schemas" ] [ "CollectInvocationOutput" ] ;
7332
+ infill_rgba : components [ "schemas" ] [ "ImageOutput" ] ;
7333
+ img_lerp : components [ "schemas" ] [ "ImageOutput" ] ;
7334
+ integer_math : components [ "schemas" ] [ "IntegerOutput" ] ;
7335
+ conditioning_collection : components [ "schemas" ] [ "ConditioningCollectionOutput" ] ;
7336
+ mask_from_id : components [ "schemas" ] [ "ImageOutput" ] ;
7337
+ mlsd_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7335
7338
zoe_depth_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7336
- face_off : components [ "schemas" ] [ "FaceOffOutput" ] ;
7339
+ ideal_size : components [ "schemas" ] [ "IdealSizeOutput" ] ;
7340
+ conditioning : components [ "schemas" ] [ "ConditioningOutput" ] ;
7341
+ img_resize : components [ "schemas" ] [ "ImageOutput" ] ;
7342
+ integer_collection : components [ "schemas" ] [ "IntegerCollectionOutput" ] ;
7343
+ float_range : components [ "schemas" ] [ "FloatCollectionOutput" ] ;
7337
7344
tile_to_properties : components [ "schemas" ] [ "TileToPropertiesOutput" ] ;
7345
+ alpha_mask_to_tensor : components [ "schemas" ] [ "MaskOutput" ] ;
7346
+ img_watermark : components [ "schemas" ] [ "ImageOutput" ] ;
7347
+ merge_tiles_to_image : components [ "schemas" ] [ "ImageOutput" ] ;
7348
+ merge_metadata : components [ "schemas" ] [ "MetadataOutput" ] ;
7349
+ round_float : components [ "schemas" ] [ "FloatOutput" ] ;
7350
+ denoise_latents : components [ "schemas" ] [ "LatentsOutput" ] ;
7351
+ string_join_three : components [ "schemas" ] [ "StringOutput" ] ;
7352
+ img_blur : components [ "schemas" ] [ "ImageOutput" ] ;
7338
7353
color_map_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7339
- lineart_anime_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7340
- face_identifier : components [ "schemas" ] [ "ImageOutput" ] ;
7341
- float_math : components [ "schemas" ] [ "FloatOutput" ] ;
7342
- mediapipe_face_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7343
- img_channel_multiply : components [ "schemas" ] [ "ImageOutput" ] ;
7344
- metadata_item : components [ "schemas" ] [ "MetadataItemOutput" ] ;
7345
- img_ilerp : components [ "schemas" ] [ "ImageOutput" ] ;
7346
- conditioning : components [ "schemas" ] [ "ConditioningOutput" ] ;
7347
- pidi_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7348
- seamless : components [ "schemas" ] [ "SeamlessModeOutput" ] ;
7349
- latents : components [ "schemas" ] [ "LatentsOutput" ] ;
7350
- img_chan : components [ "schemas" ] [ "ImageOutput" ] ;
7354
+ img_scale : components [ "schemas" ] [ "ImageOutput" ] ;
7355
+ infill_tile : components [ "schemas" ] [ "ImageOutput" ] ;
7356
+ add : components [ "schemas" ] [ "IntegerOutput" ] ;
7357
+ img_paste : components [ "schemas" ] [ "ImageOutput" ] ;
7358
+ img_crop : components [ "schemas" ] [ "ImageOutput" ] ;
7359
+ cv_inpaint : components [ "schemas" ] [ "ImageOutput" ] ;
7360
+ image_collection : components [ "schemas" ] [ "ImageCollectionOutput" ] ;
7361
+ img_pad_crop : components [ "schemas" ] [ "ImageOutput" ] ;
7362
+ canny_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7351
7363
model_identifier : components [ "schemas" ] [ "ModelIdentifierOutput" ] ;
7352
- noise : components [ "schemas" ] [ "NoiseOutput" ] ;
7353
- string_join : components [ "schemas" ] [ "StringOutput" ] ;
7354
- blank_image : components [ "schemas" ] [ "ImageOutput" ] ;
7355
- calculate_image_tiles : components [ "schemas" ] [ "CalculateImageTilesOutput" ] ;
7356
- invert_tensor_mask : components [ "schemas" ] [ "MaskOutput" ] ;
7357
- save_image : components [ "schemas" ] [ "ImageOutput" ] ;
7358
- unsharp_mask : components [ "schemas" ] [ "ImageOutput" ] ;
7364
+ i2l : components [ "schemas" ] [ "LatentsOutput" ] ;
7365
+ face_mask_detection : components [ "schemas" ] [ "FaceMaskOutput" ] ;
7366
+ img_channel_multiply : components [ "schemas" ] [ "ImageOutput" ] ;
7367
+ sdxl_model_loader : components [ "schemas" ] [ "SDXLModelLoaderOutput" ] ;
7368
+ img_mul : components [ "schemas" ] [ "ImageOutput" ] ;
7369
+ tomask : components [ "schemas" ] [ "ImageOutput" ] ;
7359
7370
image_mask_to_tensor : components [ "schemas" ] [ "MaskOutput" ] ;
7360
- step_param_easing : components [ "schemas" ] [ "FloatCollectionOutput" ] ;
7361
- merge_tiles_to_image : components [ "schemas" ] [ "ImageOutput" ] ;
7362
- integer_collection : components [ "schemas" ] [ "IntegerCollectionOutput" ] ;
7363
- calculate_image_tiles_even_split : components [ "schemas" ] [ "CalculateImageTilesOutput" ] ;
7364
- integer_math : components [ "schemas" ] [ "IntegerOutput" ] ;
7365
- range : components [ "schemas" ] [ "IntegerCollectionOutput" ] ;
7366
- prompt_from_file : components [ "schemas" ] [ "StringCollectionOutput" ] ;
7367
- segment_anything_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7368
- freeu : components [ "schemas" ] [ "UNetOutput" ] ;
7369
- sub : components [ "schemas" ] [ "IntegerOutput" ] ;
7370
- lresize : components [ "schemas" ] [ "LatentsOutput" ] ;
7371
- float : components [ "schemas" ] [ "FloatOutput" ] ;
7372
- float_collection : components [ "schemas" ] [ "FloatCollectionOutput" ] ;
7373
- dynamic_prompt : components [ "schemas" ] [ "StringCollectionOutput" ] ;
7374
- infill_lama : components [ "schemas" ] [ "ImageOutput" ] ;
7371
+ face_identifier : components [ "schemas" ] [ "ImageOutput" ] ;
7372
+ noise : components [ "schemas" ] [ "NoiseOutput" ] ;
7375
7373
l2i : components [ "schemas" ] [ "ImageOutput" ] ;
7376
- img_lerp : components [ "schemas" ] [ "ImageOutput" ] ;
7374
+ mul : components [ "schemas" ] [ "IntegerOutput" ] ;
7375
+ sub : components [ "schemas" ] [ "IntegerOutput" ] ;
7376
+ main_model_loader : components [ "schemas" ] [ "ModelLoaderOutput" ] ;
7377
+ controlnet : components [ "schemas" ] [ "ControlOutput" ] ;
7377
7378
ip_adapter : components [ "schemas" ] [ "IPAdapterOutput" ] ;
7378
- lora_collection_loader : components [ "schemas" ] [ "LoRALoaderOutput" ] ;
7379
- color : components [ "schemas" ] [ "ColorOutput" ] ;
7380
- tiled_multi_diffusion_denoise_latents : components [ "schemas" ] [ "LatentsOutput" ] ;
7381
- cv_inpaint : components [ "schemas" ] [ "ImageOutput" ] ;
7382
7379
lscale : components [ "schemas" ] [ "LatentsOutput" ] ;
7383
- string : components [ "schemas" ] [ "StringOutput" ] ;
7380
+ sdxl_lora_collection_loader : components [ "schemas" ] [ "SDXLLoRALoaderOutput" ] ;
7381
+ latents : components [ "schemas" ] [ "LatentsOutput" ] ;
7382
+ string_split : components [ "schemas" ] [ "String2Output" ] ;
7384
7383
sdxl_refiner_compel_prompt : components [ "schemas" ] [ "ConditioningOutput" ] ;
7385
- string_join_three : components [ "schemas" ] [ "StringOutput" ] ;
7386
- midas_depth_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7387
7384
esrgan : components [ "schemas" ] [ "ImageOutput" ] ;
7388
- sdxl_refiner_model_loader : components [ "schemas" ] [ "SDXLRefinerModelLoaderOutput" ] ;
7389
- mul : components [ "schemas" ] [ "IntegerOutput" ] ;
7390
- normalbae_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7391
- infill_rgba : components [ "schemas" ] [ "ImageOutput" ] ;
7392
- sdxl_model_loader : components [ "schemas" ] [ "SDXLModelLoaderOutput" ] ;
7393
- vae_loader : components [ "schemas" ] [ "VAEOutput" ] ;
7394
- float_to_int : components [ "schemas" ] [ "IntegerOutput" ] ;
7385
+ dw_openpose_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7386
+ compel : components [ "schemas" ] [ "ConditioningOutput" ] ;
7387
+ sdxl_lora_loader : components [ "schemas" ] [ "SDXLLoRALoaderOutput" ] ;
7388
+ sdxl_compel_prompt : components [ "schemas" ] [ "ConditioningOutput" ] ;
7389
+ tile_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7390
+ mediapipe_face_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7391
+ metadata_item : components [ "schemas" ] [ "MetadataItemOutput" ] ;
7392
+ float_math : components [ "schemas" ] [ "FloatOutput" ] ;
7393
+ prompt_from_file : components [ "schemas" ] [ "StringCollectionOutput" ] ;
7394
+ pidi_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7395
+ content_shuffle_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7396
+ lineart_anime_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7397
+ t2i_adapter : components [ "schemas" ] [ "T2IAdapterOutput" ] ;
7398
+ integer : components [ "schemas" ] [ "IntegerOutput" ] ;
7399
+ unsharp_mask : components [ "schemas" ] [ "ImageOutput" ] ;
7400
+ range : components [ "schemas" ] [ "IntegerCollectionOutput" ] ;
7401
+ string : components [ "schemas" ] [ "StringOutput" ] ;
7402
+ show_image : components [ "schemas" ] [ "ImageOutput" ] ;
7403
+ image : components [ "schemas" ] [ "ImageOutput" ] ;
7404
+ heuristic_resize : components [ "schemas" ] [ "ImageOutput" ] ;
7405
+ div : components [ "schemas" ] [ "IntegerOutput" ] ;
7406
+ rand_int : components [ "schemas" ] [ "IntegerOutput" ] ;
7407
+ float : components [ "schemas" ] [ "FloatOutput" ] ;
7408
+ img_conv : components [ "schemas" ] [ "ImageOutput" ] ;
7409
+ mask_combine : components [ "schemas" ] [ "ImageOutput" ] ;
7410
+ random_range : components [ "schemas" ] [ "IntegerCollectionOutput" ] ;
7411
+ boolean_collection : components [ "schemas" ] [ "BooleanCollectionOutput" ] ;
7412
+ pair_tile_image : components [ "schemas" ] [ "PairTileImageOutput" ] ;
7413
+ save_image : components [ "schemas" ] [ "ImageOutput" ] ;
7395
7414
lora_selector : components [ "schemas" ] [ "LoRASelectorOutput" ] ;
7396
- crop_latents : components [ "schemas" ] [ "LatentsOutput" ] ;
7397
- img_mul : components [ "schemas" ] [ "ImageOutput" ] ;
7398
- float_range : components [ "schemas" ] [ "FloatCollectionOutput" ] ;
7399
- merge_metadata : components [ "schemas" ] [ "MetadataOutput" ] ;
7400
- img_blur : components [ "schemas" ] [ "ImageOutput" ] ;
7401
7415
boolean : components [ "schemas" ] [ "BooleanOutput" ] ;
7402
- tile_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7403
- mlsd_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7416
+ tiled_multi_diffusion_denoise_latents : components [ "schemas" ] [ "LatentsOutput" ] ;
7417
+ rectangle_mask : components [ "schemas" ] [ "MaskOutput" ] ;
7418
+ lineart_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7419
+ midas_depth_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7420
+ img_nsfw : components [ "schemas" ] [ "ImageOutput" ] ;
7404
7421
infill_patchmatch : components [ "schemas" ] [ "ImageOutput" ] ;
7405
- img_pad_crop : components [ "schemas" ] [ "ImageOutput" ] ;
7406
- leres_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7407
- sdxl_lora_loader : components [ "schemas" ] [ "SDXLLoRALoaderOutput" ] ;
7408
- dw_openpose_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7409
- img_scale : components [ "schemas" ] [ "ImageOutput" ] ;
7410
- pair_tile_image : components [ "schemas" ] [ "PairTileImageOutput" ] ;
7411
- lblend : components [ "schemas" ] [ "LatentsOutput" ] ;
7412
- range_of_size : components [ "schemas" ] [ "IntegerCollectionOutput" ] ;
7413
- image_collection : components [ "schemas" ] [ "ImageCollectionOutput" ] ;
7414
- calculate_image_tiles_min_overlap : components [ "schemas" ] [ "CalculateImageTilesOutput" ] ;
7415
- img_channel_offset : components [ "schemas" ] [ "ImageOutput" ] ;
7416
- alpha_mask_to_tensor : components [ "schemas" ] [ "MaskOutput" ] ;
7422
+ infill_lama : components [ "schemas" ] [ "ImageOutput" ] ;
7417
7423
infill_cv2 : components [ "schemas" ] [ "ImageOutput" ] ;
7418
- mask_combine : components [ "schemas" ] [ "ImageOutput" ] ;
7424
+ float_to_int : components [ "schemas" ] [ "IntegerOutput" ] ;
7425
+ color : components [ "schemas" ] [ "ColorOutput" ] ;
7426
+ lora_collection_loader : components [ "schemas" ] [ "LoRALoaderOutput" ] ;
7427
+ vae_loader : components [ "schemas" ] [ "VAEOutput" ] ;
7419
7428
string_split_neg : components [ "schemas" ] [ "StringPosNegOutput" ] ;
7420
- sdxl_lora_collection_loader : components [ "schemas" ] [ "SDXLLoRALoaderOutput" ] ;
7421
- lineart_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7422
- img_nsfw : components [ "schemas" ] [ "ImageOutput" ] ;
7423
- image : components [ "schemas" ] [ "ImageOutput" ] ;
7424
- content_shuffle_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7425
- canvas_paste_back : components [ "schemas" ] [ "ImageOutput" ] ;
7426
- iterate : components [ "schemas" ] [ "IterateInvocationOutput" ] ;
7427
- div : components [ "schemas" ] [ "IntegerOutput" ] ;
7428
- latents_collection : components [ "schemas" ] [ "LatentsCollectionOutput" ] ;
7429
- img_conv : components [ "schemas" ] [ "ImageOutput" ] ;
7429
+ lresize : components [ "schemas" ] [ "LatentsOutput" ] ;
7430
+ string_collection : components [ "schemas" ] [ "StringCollectionOutput" ] ;
7431
+ invert_tensor_mask : components [ "schemas" ] [ "MaskOutput" ] ;
7432
+ depth_anything_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7433
+ hed_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7434
+ leres_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7435
+ img_ilerp : components [ "schemas" ] [ "ImageOutput" ] ;
7436
+ freeu : components [ "schemas" ] [ "UNetOutput" ] ;
7430
7437
mask_edge : components [ "schemas" ] [ "ImageOutput" ] ;
7431
- conditioning_collection : components [ "schemas" ] [ "ConditioningCollectionOutput " ] ;
7438
+ string_join : components [ "schemas" ] [ "StringOutput " ] ;
7432
7439
img_hue_adjust : components [ "schemas" ] [ "ImageOutput" ] ;
7433
- depth_anything_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7434
- lora_loader : components [ "schemas" ] [ "LoRALoaderOutput" ] ;
7435
- sdxl_compel_prompt : components [ "schemas" ] [ "ConditioningOutput" ] ;
7436
- add : components [ "schemas" ] [ "IntegerOutput" ] ;
7437
- controlnet : components [ "schemas" ] [ "ControlOutput" ] ;
7438
7440
color_correct : components [ "schemas" ] [ "ImageOutput" ] ;
7439
- random_range : components [ "schemas" ] [ "IntegerCollectionOutput" ] ;
7440
- denoise_latents : components [ "schemas" ] [ "LatentsOutput" ] ;
7441
- metadata : components [ "schemas" ] [ "MetadataOutput" ] ;
7442
- i2l : components [ "schemas" ] [ "LatentsOutput" ] ;
7443
- show_image : components [ "schemas" ] [ "ImageOutput" ] ;
7444
- img_paste : components [ "schemas" ] [ "ImageOutput" ] ;
7445
- infill_tile : components [ "schemas" ] [ "ImageOutput" ] ;
7441
+ calculate_image_tiles_min_overlap : components [ "schemas" ] [ "CalculateImageTilesOutput" ] ;
7442
+ img_chan : components [ "schemas" ] [ "ImageOutput" ] ;
7443
+ calculate_image_tiles_even_split : components [ "schemas" ] [ "CalculateImageTilesOutput" ] ;
7444
+ create_denoise_mask : components [ "schemas" ] [ "DenoiseMaskOutput" ] ;
7445
+ lblend : components [ "schemas" ] [ "LatentsOutput" ] ;
7446
+ crop_latents : components [ "schemas" ] [ "LatentsOutput" ] ;
7447
+ string_replace : components [ "schemas" ] [ "StringOutput" ] ;
7448
+ range_of_size : components [ "schemas" ] [ "IntegerCollectionOutput" ] ;
7449
+ calculate_image_tiles : components [ "schemas" ] [ "CalculateImageTilesOutput" ] ;
7450
+ iterate : components [ "schemas" ] [ "IterateInvocationOutput" ] ;
7451
+ create_gradient_mask : components [ "schemas" ] [ "GradientMaskOutput" ] ;
7452
+ face_off : components [ "schemas" ] [ "FaceOffOutput" ] ;
7453
+ sdxl_refiner_model_loader : components [ "schemas" ] [ "SDXLRefinerModelLoaderOutput" ] ;
7454
+ scheduler : components [ "schemas" ] [ "SchedulerOutput" ] ;
7455
+ float_collection : components [ "schemas" ] [ "FloatCollectionOutput" ] ;
7456
+ core_metadata : components [ "schemas" ] [ "MetadataOutput" ] ;
7457
+ segment_anything_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7446
7458
} ;
7447
7459
/**
7448
7460
* InvocationStartedEvent
@@ -13206,6 +13218,19 @@ export type components = {
13206
13218
*/
13207
13219
type ?: "url" ;
13208
13220
} ;
13221
+ /** UncategorizedImageCounts */
13222
+ UncategorizedImageCounts : {
13223
+ /**
13224
+ * Image Count
13225
+ * @description The number of uncategorized images.
13226
+ */
13227
+ image_count : number ;
13228
+ /**
13229
+ * Asset Count
13230
+ * @description The number of uncategorized assets.
13231
+ */
13232
+ asset_count : number ;
13233
+ } ;
13209
13234
/**
13210
13235
* Unsharp Mask
13211
13236
* @description Applies an unsharp mask filter to an image
@@ -15163,6 +15188,20 @@ export type operations = {
15163
15188
} ;
15164
15189
} ;
15165
15190
} ;
15191
+ /**
15192
+ * Get Uncategorized Image Counts
15193
+ * @description Gets count of images and assets for uncategorized images (images with no board assocation)
15194
+ */
15195
+ get_uncategorized_image_counts : {
15196
+ responses : {
15197
+ /** @description Successful Response */
15198
+ 200 : {
15199
+ content : {
15200
+ "application/json" : components [ "schemas" ] [ "UncategorizedImageCounts" ] ;
15201
+ } ;
15202
+ } ;
15203
+ } ;
15204
+ } ;
15166
15205
/**
15167
15206
* Add Image To Board
15168
15207
* @description Creates a board_image
0 commit comments