Super Resolution
This function block is used to enhance the quality of images by upsampling them using advanced deep learning techniques. It improves image resolution and quality, making it ideal for applications that require high-definition output.
π₯ Inputs
Image Any
Accepts any input image to which super-resolution will be applied.
π€ Outputs
Image Any
This output provides the upscaled version of the input image after applying super-resolution techniques.
πΉοΈ Controls
SuperResolution Type
A dropdown menu that allows users to select from various super-resolution models. Each model may have different performance characteristics and scaling factors.
π¨ Features
Multiple Models Available
The block allows users to select from a range of super-resolution models optimized for different scaling factors and performance.
Dynamic Loading of Models
The selected model is loaded dynamically upon selection, ensuring that the most suitable model is used for the operation.
Error Handling
Provides meaningful error messages to handle GPU memory issues or other exceptions during the execution of the model.
π Usage Instructions
Input Image: Connect an image that you want to upscale to the
Image Any
input.Select Model: Choose the desired super-resolution model from the
SuperResolution Type
dropdown.Run Evaluation: Execute the block to apply the super-resolution and retrieve the enhanced image.
π Evaluation
Upon evaluation, this function block processes the input image through the selected super-resolution model, resulting in an enhanced image that is output through the designated socket.
π‘ Tips and Tricks
π οΈ Troubleshooting
Last updated