From 21bcdb14a90df616819ad08b14fe5dc60c493ff9 Mon Sep 17 00:00:00 2001 From: Shubham Rao Date: Mon, 25 Sep 2023 11:39:53 +0530 Subject: [PATCH] fix: typo in sdxl base+refiner --- .../hf_pretrained_sdxl_base_and_refiner_1024_inference.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torch-neuronx/inference/hf_pretrained_sdxl_base_and_refiner_1024_inference.ipynb b/torch-neuronx/inference/hf_pretrained_sdxl_base_and_refiner_1024_inference.ipynb index 4d014cdf..f4796c12 100644 --- a/torch-neuronx/inference/hf_pretrained_sdxl_base_and_refiner_1024_inference.ipynb +++ b/torch-neuronx/inference/hf_pretrained_sdxl_base_and_refiner_1024_inference.ipynb @@ -481,7 +481,7 @@ "# plt.xlabel(\"X pixel scaling\")\n", "# plt.ylabel(\"Y pixels scaling\")\n", "\n", - "# image = mpimg.imread(\"image.png\")\n", + "# image = mpimg.imread(\"image2.png\")\n", "# plt.imshow(image)\n", "# plt.show()\n", "# print(\"time: \", np.round(total_time, 2), \"seconds\")\n"