@@ -6561,6 +6561,12 @@ export type components = {
6561
6561
* @default false
6562
6562
*/
6563
6563
tiled ?: boolean ;
6564
+ /**
6565
+ * Tile Size
6566
+ * @description The tile size for VAE tiling in pixels (image space). If set to 0, the default tile size for the
6567
+ * @default 0
6568
+ */
6569
+ tile_size ?: number ;
6564
6570
/**
6565
6571
* Fp32
6566
6572
* @description Whether or not to use full float32 precision
@@ -7293,145 +7299,146 @@ export type components = {
7293
7299
project_id : string | null ;
7294
7300
} ;
7295
7301
InvocationOutputMap : {
7302
+ normalbae_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7303
+ mask_combine : components [ "schemas" ] [ "ImageOutput" ] ;
7296
7304
save_image : components [ "schemas" ] [ "ImageOutput" ] ;
7297
- integer_math : components [ "schemas" ] [ "IntegerOutput" ] ;
7298
- segment_anything_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7299
- sdxl_refiner_compel_prompt : components [ "schemas" ] [ "ConditioningOutput" ] ;
7300
- zoe_depth_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7301
- collect : components [ "schemas" ] [ "CollectInvocationOutput" ] ;
7302
- range : components [ "schemas" ] [ "IntegerCollectionOutput" ] ;
7303
- unsharp_mask : components [ "schemas" ] [ "ImageOutput" ] ;
7304
- string_replace : components [ "schemas" ] [ "StringOutput" ] ;
7305
- face_identifier : components [ "schemas" ] [ "ImageOutput" ] ;
7306
- heuristic_resize : components [ "schemas" ] [ "ImageOutput" ] ;
7307
- range_of_size : components [ "schemas" ] [ "IntegerCollectionOutput" ] ;
7308
- latents_collection : components [ "schemas" ] [ "LatentsCollectionOutput" ] ;
7309
- color_map_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7310
- img_ilerp : components [ "schemas" ] [ "ImageOutput" ] ;
7311
- infill_patchmatch : components [ "schemas" ] [ "ImageOutput" ] ;
7312
- face_off : components [ "schemas" ] [ "FaceOffOutput" ] ;
7313
- string_collection : components [ "schemas" ] [ "StringCollectionOutput" ] ;
7314
- sdxl_model_loader : components [ "schemas" ] [ "SDXLModelLoaderOutput" ] ;
7305
+ lineart_anime_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7306
+ latents : components [ "schemas" ] [ "LatentsOutput" ] ;
7307
+ add : components [ "schemas" ] [ "IntegerOutput" ] ;
7315
7308
sdxl_lora_loader : components [ "schemas" ] [ "SDXLLoRALoaderOutput" ] ;
7316
- string_join : components [ "schemas" ] [ "StringOutput " ] ;
7309
+ t2i_adapter : components [ "schemas" ] [ "T2IAdapterOutput " ] ;
7317
7310
lblend : components [ "schemas" ] [ "LatentsOutput" ] ;
7311
+ sdxl_refiner_model_loader : components [ "schemas" ] [ "SDXLRefinerModelLoaderOutput" ] ;
7312
+ lora_collection_loader : components [ "schemas" ] [ "LoRALoaderOutput" ] ;
7313
+ esrgan : components [ "schemas" ] [ "ImageOutput" ] ;
7314
+ noise : components [ "schemas" ] [ "NoiseOutput" ] ;
7318
7315
conditioning_collection : components [ "schemas" ] [ "ConditioningCollectionOutput" ] ;
7319
- string_split_neg : components [ "schemas" ] [ "StringPosNegOutput" ] ;
7320
- img_watermark : components [ "schemas" ] [ "ImageOutput" ] ;
7321
- infill_lama : components [ "schemas" ] [ "ImageOutput" ] ;
7322
- div : components [ "schemas" ] [ "IntegerOutput" ] ;
7323
- show_image : components [ "schemas" ] [ "ImageOutput" ] ;
7324
- tile_to_properties : components [ "schemas" ] [ "TileToPropertiesOutput" ] ;
7316
+ mlsd_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7317
+ canvas_paste_back : components [ "schemas" ] [ "ImageOutput" ] ;
7318
+ cv_inpaint : components [ "schemas" ] [ "ImageOutput" ] ;
7319
+ prompt_from_file : components [ "schemas" ] [ "StringCollectionOutput" ] ;
7320
+ unsharp_mask : components [ "schemas" ] [ "ImageOutput" ] ;
7321
+ lora_selector : components [ "schemas" ] [ "LoRASelectorOutput" ] ;
7322
+ img_scale : components [ "schemas" ] [ "ImageOutput" ] ;
7323
+ img_resize : components [ "schemas" ] [ "ImageOutput" ] ;
7324
+ integer_collection : components [ "schemas" ] [ "IntegerCollectionOutput" ] ;
7325
+ latents_collection : components [ "schemas" ] [ "LatentsCollectionOutput" ] ;
7326
+ conditioning : components [ "schemas" ] [ "ConditioningOutput" ] ;
7327
+ segment_anything_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7328
+ calculate_image_tiles_min_overlap : components [ "schemas" ] [ "CalculateImageTilesOutput" ] ;
7329
+ sdxl_model_loader : components [ "schemas" ] [ "SDXLModelLoaderOutput" ] ;
7330
+ lscale : components [ "schemas" ] [ "LatentsOutput" ] ;
7331
+ crop_latents : components [ "schemas" ] [ "LatentsOutput" ] ;
7325
7332
sub : components [ "schemas" ] [ "IntegerOutput" ] ;
7326
- normalbae_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7327
- invert_tensor_mask : components [ "schemas" ] [ "MaskOutput" ] ;
7328
- create_gradient_mask : components [ "schemas" ] [ "GradientMaskOutput" ] ;
7329
- string_split : components [ "schemas" ] [ "String2Output" ] ;
7330
- step_param_easing : components [ "schemas" ] [ "FloatCollectionOutput" ] ;
7331
- metadata : components [ "schemas" ] [ "MetadataOutput" ] ;
7333
+ infill_patchmatch : components [ "schemas" ] [ "ImageOutput" ] ;
7334
+ create_denoise_mask : components [ "schemas" ] [ "DenoiseMaskOutput" ] ;
7335
+ freeu : components [ "schemas" ] [ "UNetOutput" ] ;
7336
+ heuristic_resize : components [ "schemas" ] [ "ImageOutput" ] ;
7337
+ calculate_image_tiles_even_split : components [ "schemas" ] [ "CalculateImageTilesOutput" ] ;
7338
+ image : components [ "schemas" ] [ "ImageOutput" ] ;
7339
+ controlnet : components [ "schemas" ] [ "ControlOutput" ] ;
7332
7340
img_pad_crop : components [ "schemas" ] [ "ImageOutput" ] ;
7341
+ img_paste : components [ "schemas" ] [ "ImageOutput" ] ;
7342
+ string_split_neg : components [ "schemas" ] [ "StringPosNegOutput" ] ;
7343
+ face_identifier : components [ "schemas" ] [ "ImageOutput" ] ;
7344
+ model_identifier : components [ "schemas" ] [ "ModelIdentifierOutput" ] ;
7333
7345
integer : components [ "schemas" ] [ "IntegerOutput" ] ;
7334
- img_mul : components [ "schemas" ] [ "ImageOutput" ] ;
7335
- calculate_image_tiles : components [ "schemas" ] [ "CalculateImageTilesOutput" ] ;
7336
- color : components [ "schemas" ] [ "ColorOutput" ] ;
7337
- infill_rgba : components [ "schemas" ] [ "ImageOutput" ] ;
7338
- t2i_adapter : components [ "schemas" ] [ "T2IAdapterOutput" ] ;
7339
- denoise_latents : components [ "schemas" ] [ "LatentsOutput" ] ;
7340
- img_lerp : components [ "schemas" ] [ "ImageOutput" ] ;
7341
- img_channel_offset : components [ "schemas" ] [ "ImageOutput" ] ;
7342
- img_crop : components [ "schemas" ] [ "ImageOutput" ] ;
7343
- alpha_mask_to_tensor : components [ "schemas" ] [ "MaskOutput" ] ;
7344
- color_correct : components [ "schemas" ] [ "ImageOutput" ] ;
7345
- calculate_image_tiles_min_overlap : components [ "schemas" ] [ "CalculateImageTilesOutput" ] ;
7346
- img_hue_adjust : components [ "schemas" ] [ "ImageOutput" ] ;
7347
- lresize : components [ "schemas" ] [ "LatentsOutput" ] ;
7348
- img_blur : components [ "schemas" ] [ "ImageOutput" ] ;
7349
- compel : components [ "schemas" ] [ "ConditioningOutput" ] ;
7350
- sdxl_lora_collection_loader : components [ "schemas" ] [ "SDXLLoRALoaderOutput" ] ;
7351
- float_to_int : components [ "schemas" ] [ "IntegerOutput" ] ;
7352
- boolean : components [ "schemas" ] [ "BooleanOutput" ] ;
7353
- string_join_three : components [ "schemas" ] [ "StringOutput" ] ;
7354
- add : components [ "schemas" ] [ "IntegerOutput" ] ;
7355
7346
merge_tiles_to_image : components [ "schemas" ] [ "ImageOutput" ] ;
7356
- core_metadata : components [ "schemas" ] [ "MetadataOutput" ] ;
7357
- lscale : components [ "schemas" ] [ "LatentsOutput" ] ;
7358
- mlsd_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7359
- image_collection : components [ "schemas" ] [ "ImageCollectionOutput" ] ;
7360
- crop_latents : components [ "schemas" ] [ "LatentsOutput" ] ;
7361
- image_mask_to_tensor : components [ "schemas" ] [ "MaskOutput" ] ;
7362
- lora_collection_loader : components [ "schemas" ] [ "LoRALoaderOutput" ] ;
7363
- ip_adapter : components [ "schemas" ] [ "IPAdapterOutput" ] ;
7364
- pidi_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7365
- rand_int : components [ "schemas" ] [ "IntegerOutput" ] ;
7366
- img_conv : components [ "schemas" ] [ "ImageOutput" ] ;
7367
7347
scheduler : components [ "schemas" ] [ "SchedulerOutput" ] ;
7368
- img_paste : components [ "schemas" ] [ "ImageOutput" ] ;
7369
- noise : components [ "schemas" ] [ "NoiseOutput" ] ;
7370
- img_scale : components [ "schemas" ] [ "ImageOutput" ] ;
7371
- i2l : components [ "schemas" ] [ "LatentsOutput" ] ;
7372
- main_model_loader : components [ "schemas" ] [ "ModelLoaderOutput" ] ;
7373
- blank_image : components [ "schemas" ] [ "ImageOutput" ] ;
7374
- mask_edge : components [ "schemas" ] [ "ImageOutput" ] ;
7375
- seamless : components [ "schemas" ] [ "SeamlessModeOutput" ] ;
7376
- esrgan : components [ "schemas" ] [ "ImageOutput" ] ;
7377
- canvas_paste_back : components [ "schemas" ] [ "ImageOutput" ] ;
7378
7348
mul : components [ "schemas" ] [ "IntegerOutput" ] ;
7379
- dynamic_prompt : components [ "schemas" ] [ "StringCollectionOutput" ] ;
7380
- controlnet : components [ "schemas" ] [ "ControlOutput" ] ;
7381
- l2i : components [ "schemas" ] [ "ImageOutput" ] ;
7382
- ideal_size : components [ "schemas" ] [ "IdealSizeOutput" ] ;
7383
- latents : components [ "schemas" ] [ "LatentsOutput" ] ;
7384
- midas_depth_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7385
- tomask : components [ "schemas" ] [ "ImageOutput" ] ;
7386
- float_math : components [ "schemas" ] [ "FloatOutput" ] ;
7387
- round_float : components [ "schemas" ] [ "FloatOutput" ] ;
7388
- cv_inpaint : components [ "schemas" ] [ "ImageOutput" ] ;
7389
- create_denoise_mask : components [ "schemas" ] [ "DenoiseMaskOutput" ] ;
7390
- model_identifier : components [ "schemas" ] [ "ModelIdentifierOutput" ] ;
7391
- pair_tile_image : components [ "schemas" ] [ "PairTileImageOutput" ] ;
7349
+ metadata : components [ "schemas" ] [ "MetadataOutput" ] ;
7350
+ boolean : components [ "schemas" ] [ "BooleanOutput" ] ;
7392
7351
lineart_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7393
- img_nsfw : components [ "schemas" ] [ "ImageOutput" ] ;
7394
- infill_cv2 : components [ "schemas" ] [ "ImageOutput" ] ;
7395
7352
clip_skip : components [ "schemas" ] [ "CLIPSkipInvocationOutput" ] ;
7353
+ img_ilerp : components [ "schemas" ] [ "ImageOutput" ] ;
7396
7354
dw_openpose_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7397
- img_resize : components [ "schemas" ] [ "ImageOutput" ] ;
7398
- iterate : components [ "schemas" ] [ "IterateInvocationOutput" ] ;
7355
+ float_range : components [ "schemas" ] [ "FloatCollectionOutput" ] ;
7399
7356
rectangle_mask : components [ "schemas" ] [ "MaskOutput" ] ;
7400
- canny_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7401
- calculate_image_tiles_even_split : components [ "schemas" ] [ "CalculateImageTilesOutput" ] ;
7402
- mask_from_id : components [ "schemas" ] [ "ImageOutput" ] ;
7403
7357
metadata_item : components [ "schemas" ] [ "MetadataItemOutput" ] ;
7404
- infill_tile : components [ "schemas" ] [ "ImageOutput" ] ;
7405
- tiled_multi_diffusion_denoise_latents : components [ "schemas" ] [ "LatentsOutput" ] ;
7406
- img_channel_multiply : components [ "schemas" ] [ "ImageOutput" ] ;
7407
- boolean_collection : components [ "schemas" ] [ "BooleanCollectionOutput" ] ;
7408
- lora_loader : components [ "schemas" ] [ "LoRALoaderOutput" ] ;
7409
- float_collection : components [ "schemas" ] [ "FloatCollectionOutput" ] ;
7410
- string : components [ "schemas" ] [ "StringOutput" ] ;
7411
- freeu : components [ "schemas" ] [ "UNetOutput" ] ;
7412
- lineart_anime_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7358
+ seamless : components [ "schemas" ] [ "SeamlessModeOutput" ] ;
7359
+ float_to_int : components [ "schemas" ] [ "IntegerOutput" ] ;
7360
+ calculate_image_tiles : components [ "schemas" ] [ "CalculateImageTilesOutput" ] ;
7361
+ string_replace : components [ "schemas" ] [ "StringOutput" ] ;
7362
+ infill_rgba : components [ "schemas" ] [ "ImageOutput" ] ;
7413
7363
depth_anything_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7414
- image : components [ "schemas" ] [ "ImageOutput" ] ;
7364
+ mediapipe_face_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7365
+ img_blur : components [ "schemas" ] [ "ImageOutput" ] ;
7415
7366
face_mask_detection : components [ "schemas" ] [ "FaceMaskOutput" ] ;
7416
- rand_float : components [ "schemas" ] [ "FloatOutput" ] ;
7367
+ color : components [ "schemas" ] [ "ColorOutput" ] ;
7368
+ string_join : components [ "schemas" ] [ "StringOutput" ] ;
7369
+ content_shuffle_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7370
+ invert_tensor_mask : components [ "schemas" ] [ "MaskOutput" ] ;
7371
+ float_collection : components [ "schemas" ] [ "FloatCollectionOutput" ] ;
7372
+ create_gradient_mask : components [ "schemas" ] [ "GradientMaskOutput" ] ;
7373
+ integer_math : components [ "schemas" ] [ "IntegerOutput" ] ;
7374
+ ip_adapter : components [ "schemas" ] [ "IPAdapterOutput" ] ;
7375
+ img_conv : components [ "schemas" ] [ "ImageOutput" ] ;
7376
+ img_crop : components [ "schemas" ] [ "ImageOutput" ] ;
7377
+ pair_tile_image : components [ "schemas" ] [ "PairTileImageOutput" ] ;
7378
+ string_join_three : components [ "schemas" ] [ "StringOutput" ] ;
7379
+ merge_metadata : components [ "schemas" ] [ "MetadataOutput" ] ;
7380
+ upscale_spandrel : components [ "schemas" ] [ "ImageOutput" ] ;
7381
+ denoise_latents : components [ "schemas" ] [ "LatentsOutput" ] ;
7417
7382
float : components [ "schemas" ] [ "FloatOutput" ] ;
7383
+ collect : components [ "schemas" ] [ "CollectInvocationOutput" ] ;
7384
+ boolean_collection : components [ "schemas" ] [ "BooleanCollectionOutput" ] ;
7385
+ infill_tile : components [ "schemas" ] [ "ImageOutput" ] ;
7386
+ zoe_depth_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7387
+ core_metadata : components [ "schemas" ] [ "MetadataOutput" ] ;
7388
+ string_split : components [ "schemas" ] [ "String2Output" ] ;
7418
7389
random_range : components [ "schemas" ] [ "IntegerCollectionOutput" ] ;
7419
- integer_collection : components [ "schemas" ] [ "IntegerCollectionOutput" ] ;
7420
- sdxl_refiner_model_loader : components [ "schemas" ] [ "SDXLRefinerModelLoaderOutput" ] ;
7421
- mask_combine : components [ "schemas" ] [ "ImageOutput" ] ;
7422
- tile_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7423
- img_chan : components [ "schemas" ] [ "ImageOutput" ] ;
7390
+ range : components [ "schemas" ] [ "IntegerCollectionOutput" ] ;
7391
+ div : components [ "schemas" ] [ "IntegerOutput" ] ;
7392
+ float_math : components [ "schemas" ] [ "FloatOutput" ] ;
7393
+ l2i : components [ "schemas" ] [ "ImageOutput" ] ;
7424
7394
vae_loader : components [ "schemas" ] [ "VAEOutput" ] ;
7425
- prompt_from_file : components [ "schemas" ] [ "StringCollectionOutput" ] ;
7426
- float_range : components [ "schemas" ] [ "FloatCollectionOutput" ] ;
7427
- merge_metadata : components [ "schemas" ] [ "MetadataOutput" ] ;
7428
- sdxl_compel_prompt : components [ "schemas" ] [ "ConditioningOutput" ] ;
7395
+ img_channel_offset : components [ "schemas" ] [ "ImageOutput" ] ;
7396
+ img_chan : components [ "schemas" ] [ "ImageOutput" ] ;
7397
+ img_nsfw : components [ "schemas" ] [ "ImageOutput" ] ;
7398
+ canny_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7399
+ show_image : components [ "schemas" ] [ "ImageOutput" ] ;
7400
+ lresize : components [ "schemas" ] [ "LatentsOutput" ] ;
7401
+ blank_image : components [ "schemas" ] [ "ImageOutput" ] ;
7402
+ color_correct : components [ "schemas" ] [ "ImageOutput" ] ;
7403
+ tile_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7404
+ string : components [ "schemas" ] [ "StringOutput" ] ;
7405
+ pidi_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7406
+ dynamic_prompt : components [ "schemas" ] [ "StringCollectionOutput" ] ;
7407
+ mask_edge : components [ "schemas" ] [ "ImageOutput" ] ;
7408
+ compel : components [ "schemas" ] [ "ConditioningOutput" ] ;
7429
7409
hed_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7430
- lora_selector : components [ "schemas" ] [ "LoRASelectorOutput" ] ;
7431
- conditioning : components [ "schemas" ] [ "ConditioningOutput" ] ;
7410
+ img_watermark : components [ "schemas" ] [ "ImageOutput" ] ;
7411
+ alpha_mask_to_tensor : components [ "schemas" ] [ "MaskOutput" ] ;
7412
+ mask_from_id : components [ "schemas" ] [ "ImageOutput" ] ;
7413
+ tile_to_properties : components [ "schemas" ] [ "TileToPropertiesOutput" ] ;
7414
+ tomask : components [ "schemas" ] [ "ImageOutput" ] ;
7415
+ sdxl_lora_collection_loader : components [ "schemas" ] [ "SDXLLoRALoaderOutput" ] ;
7416
+ tiled_multi_diffusion_denoise_latents : components [ "schemas" ] [ "LatentsOutput" ] ;
7417
+ sdxl_refiner_compel_prompt : components [ "schemas" ] [ "ConditioningOutput" ] ;
7418
+ img_hue_adjust : components [ "schemas" ] [ "ImageOutput" ] ;
7419
+ face_off : components [ "schemas" ] [ "FaceOffOutput" ] ;
7420
+ img_mul : components [ "schemas" ] [ "ImageOutput" ] ;
7421
+ rand_int : components [ "schemas" ] [ "IntegerOutput" ] ;
7422
+ image_mask_to_tensor : components [ "schemas" ] [ "MaskOutput" ] ;
7423
+ rand_float : components [ "schemas" ] [ "FloatOutput" ] ;
7424
+ img_lerp : components [ "schemas" ] [ "ImageOutput" ] ;
7425
+ i2l : components [ "schemas" ] [ "LatentsOutput" ] ;
7426
+ image_collection : components [ "schemas" ] [ "ImageCollectionOutput" ] ;
7427
+ round_float : components [ "schemas" ] [ "FloatOutput" ] ;
7432
7428
leres_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7433
- mediapipe_face_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7434
- content_shuffle_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7429
+ lora_loader : components [ "schemas" ] [ "LoRALoaderOutput" ] ;
7430
+ infill_cv2 : components [ "schemas" ] [ "ImageOutput" ] ;
7431
+ infill_lama : components [ "schemas" ] [ "ImageOutput" ] ;
7432
+ ideal_size : components [ "schemas" ] [ "IdealSizeOutput" ] ;
7433
+ sdxl_compel_prompt : components [ "schemas" ] [ "ConditioningOutput" ] ;
7434
+ midas_depth_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7435
+ color_map_image_processor : components [ "schemas" ] [ "ImageOutput" ] ;
7436
+ img_channel_multiply : components [ "schemas" ] [ "ImageOutput" ] ;
7437
+ iterate : components [ "schemas" ] [ "IterateInvocationOutput" ] ;
7438
+ string_collection : components [ "schemas" ] [ "StringCollectionOutput" ] ;
7439
+ step_param_easing : components [ "schemas" ] [ "FloatCollectionOutput" ] ;
7440
+ main_model_loader : components [ "schemas" ] [ "ModelLoaderOutput" ] ;
7441
+ range_of_size : components [ "schemas" ] [ "IntegerCollectionOutput" ] ;
7435
7442
} ;
7436
7443
/**
7437
7444
* InvocationStartedEvent
@@ -7769,6 +7776,12 @@ export type components = {
7769
7776
* @default false
7770
7777
*/
7771
7778
tiled ?: boolean ;
7779
+ /**
7780
+ * Tile Size
7781
+ * @description The tile size for VAE tiling in pixels (image space). If set to 0, the default tile size for the
7782
+ * @default 0
7783
+ */
7784
+ tile_size ?: number ;
7772
7785
/**
7773
7786
* Fp32
7774
7787
* @description Whether or not to use full float32 precision
0 commit comments