Skip to content

Add support for upscaling with TensorRT#3247

Merged
joeyballentine merged 20 commits intomainfrom
tesorrt-impl
Feb 2, 2026
Merged

Add support for upscaling with TensorRT#3247
joeyballentine merged 20 commits intomainfrom
tesorrt-impl

Conversation

@joeyballentine
Copy link
Member

This PR adds TensorRT specific nodes using the official python bindings.

The automatic tiling takes the size restrictions of the model into account, so it will always end up with a valid tile size. If you select no tiling, there is validation to ensure that the images you pass in meet the size requirements.

Nodes added:

  • Load Engine
  • Save Engine
  • Upscale Image
  • Build Engine
  • Get Engine Info
image

@joeyballentine joeyballentine merged commit badba2d into main Feb 2, 2026
13 checks passed
@joeyballentine joeyballentine deleted the tesorrt-impl branch February 2, 2026 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant