convert Gemini API nodes to V3 schema (#10476)

This commit is contained in:
Alexander Piskun
2025-10-26 00:35:30 +03:00
committed by GitHub
parent 426cde37f1
commit e86b79ab9e
4 changed files with 282 additions and 400 deletions

View File

@@ -18,6 +18,7 @@ from .conversions import (
tensor_to_bytesio,
tensor_to_pil,
trim_video,
video_to_base64_string,
)
from .download_helpers import (
download_url_as_bytesio,
@@ -73,6 +74,7 @@ __all__ = [
"tensor_to_bytesio",
"tensor_to_pil",
"trim_video",
"video_to_base64_string",
# Validation utilities
"get_number_of_images",
"validate_aspect_ratio_closeness",