From 783b40bdb8ecb441981cadee0706ed9a1ee1da9a Mon Sep 17 00:00:00 2001 From: "Nat Kershaw (MSFT)" Date: Mon, 20 Mar 2023 16:09:36 -0700 Subject: [PATCH] Add preview image for stable diffusion tutorial (#15090) --- docs/tutorials/csharp/stable-diffusion-csharp.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/tutorials/csharp/stable-diffusion-csharp.md b/docs/tutorials/csharp/stable-diffusion-csharp.md index 594b5596bb..b81d130d81 100644 --- a/docs/tutorials/csharp/stable-diffusion-csharp.md +++ b/docs/tutorials/csharp/stable-diffusion-csharp.md @@ -1,6 +1,7 @@ --- title: Stable Diffusion with C# -description: In this tutorial we will learn how to do inferencing for the popular Stable Diffusion deep learning model in C#. +description: Generate images from text in C# with stable diffusion and ONNX Runtime. +image: /images/sample-output-stablediff.png parent: Inference with C# grand_parent: Tutorials has_children: false