feat(api-nodes): add automatic downscaling of videos for ByteDance 2 nodes (#13465)

This commit is contained in:
Alexander Piskun
2026-04-21 20:45:10 +03:00
committed by GitHub
parent ad94d47221
commit b38dd0ff23
4 changed files with 134 additions and 18 deletions
+2
View File
@@ -19,6 +19,7 @@ from .conversions import (
image_tensor_pair_to_batch,
pil_to_bytesio,
resize_mask_to_image,
resize_video_to_pixel_budget,
tensor_to_base64_string,
tensor_to_bytesio,
tensor_to_pil,
@@ -90,6 +91,7 @@ __all__ = [
"image_tensor_pair_to_batch",
"pil_to_bytesio",
"resize_mask_to_image",
"resize_video_to_pixel_budget",
"tensor_to_base64_string",
"tensor_to_bytesio",
"tensor_to_pil",