convert Tripo API nodes to V3 schema (#10469)

This commit is contained in:
Alexander Piskun
2025-10-25 01:48:34 +03:00
committed by GitHub
parent 388b306a2b
commit dd5af0c587
4 changed files with 503 additions and 418 deletions

View File

@@ -20,6 +20,7 @@ from .conversions import (
trim_video,
)
from .download_helpers import (
download_url_as_bytesio,
download_url_to_bytesio,
download_url_to_image_tensor,
download_url_to_video_output,
@@ -56,6 +57,7 @@ __all__ = [
"upload_images_to_comfyapi",
"upload_video_to_comfyapi",
# Download helpers
"download_url_as_bytesio",
"download_url_to_bytesio",
"download_url_to_image_tensor",
"download_url_to_video_output",