Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Commit b3ad28b

Browse files
committed
add blog resources
1 parent 17c2620 commit b3ad28b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,9 @@ __________________________
198198
- [ONNX Runtime C# API Doc](https://onnxruntime.ai/docs/api/csharp/api)
199199
- [Get Started with C# in ONNX Runtime](https://onnxruntime.ai/docs/get-started/with-csharp.html)
200200
- [Hugging Face Stable Diffusion Blog](https://huggingface.co/blog/stable_diffusion)
201+
- [Original C# Stable Diffusion blog](https://devblogs.microsoft.com/dotnet/generate-ai-images-stable-diffusion-csharp-onnx-runtime/)
202+
- [Original ONNX Runtime tutorial for Stable Diffusion in C#](https://onnxruntime.ai/docs/tutorials/csharp/stable-diffusion-csharp.html)
201203

202204
## Reference
203205

204-
This work is based on the original C# implementation of Stable Diffusion by Cassie Breviu: [Stable Diffusion with C# and ONNX Runtime](https://github.com/cassiebreviu/stablediffusion).
206+
This work is based on the original C# implementation of Stable Diffusion by Cassie Breviu here: [Stable Diffusion with C# and ONNX Runtime](https://github.com/cassiebreviu/stablediffusion).

0 commit comments

Comments
 (0)