{ "cells": [ { "cell_type": "markdown", "id": "32271133", "metadata": {}, "source": [ "# Deploy ControlNet models to SageMaker endpoint\n", "\n", "To deploy the pretrained model to an SageMaker endpoint, we need to prepare the model artifacts and upload it to s3. When creating the endpoint, the model data will be downloaded during run time and stored in the path **\"/opt/ml/model\"**.\n", "\n", "