Invoke an Image based model on SageMaker
- Updated: 2023/11/03
This topic describes how to invoke an image-based model on AWS SageMaker using an example that upscales the input image. Image upscaling with machine learning typically involves using deep learning models, such as convolutional neural networks (CNNs), to increase the resolution or quality of images.
The AWS mark and logo are trademarks or registered trademarks of Amazon.com, Inc. and are used for identification purposes only.
A low-resolution image is transformed into a high-resolution image by upscaling the image
using stable diffusion in the Amazon AWS SageMaker JumpStart model. The
low-resolution image is encoded to a Base64 format and is given to the model for
upscaling. The image below provides you with a flow that is followed in this
upscaling process. For more information on AWS SageMaker JumpStart model, see AWS SageMaker InvokeEndpoint JumpStart Upscale Images and AWS SageMaker InvokeEndpoint JumpStart Upscaling.