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

Commit 51b09aa

Browse files
authored
Update README.md
1 parent 1476499 commit 51b09aa

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -96,15 +96,19 @@ Realtime stable diffusion is a process where the results are constantly rendered
9696

9797
Performance will depend on hardware and models selected, but for `Latent Consistency Models` you can get up to 4fps with a 3090 :)
9898

99-
| Text To Image | Image To Image |
100-
| :--- | :--- |
101-
<video src="Assets/Samples/Realtime_TextToImage.mp4" controls="controls" muted="muted" class="d-block rounded-bottom-2 border-top width-fit" width="512" ></video> | <video src="Assets/Samples/Realtime_ImageToImage.mp4" controls="controls" muted="muted" class="d-block rounded-bottom-2 border-top width-fit" width="512" ></video>
99+
### Text To Image
100+
https://user-images.githubusercontent.com/4353684/285347887-99db7f37-cff4-48b6-805b-3ca55e8f0c3a.mp4
102101

102+
### Image To Image
103+
https://user-images.githubusercontent.com/4353684/285348410-c19a2111-6745-4f01-8400-d137d40180fe.mp4
103104

104-
| Image Inpaint | Paint To Image |
105-
| :--- | :--- |
106-
<video src="Assets/Samples/Realtime_Inpaint.mp4" controls="controls" muted="muted" class="d-block rounded-bottom-2 border-top width-fit" width="512" ></video> | <video src="Assets/Samples/Realtime_PaintToImage.mp4" controls="controls" muted="muted" class="d-block rounded-bottom-2 border-top width-fit" width="512" ></video>
105+
### Image Inpaint
106+
https://user-images.githubusercontent.com/4353684/285347894-9d044d7d-7c22-4379-8187-9cf7b9cac89c.mp4
107107

108+
### Paint To Image
109+
https://user-images.githubusercontent.com/4353684/285347896-8da6709b-fea6-4cd4-ba65-ec692401f475.mp4
110+
111+
https://user-images.githubusercontent.com/4353684/285348705-432cd0c7-5ff4-40a8-b7d0-62b58d22c443.mp4
108112

109113

110114

@@ -188,4 +192,4 @@ __________________________
188192
## Resources
189193
- [ONNX Runtime C# API Doc](https://onnxruntime.ai/docs/api/csharp/api)
190194
- [Get Started with C# in ONNX Runtime](https://onnxruntime.ai/docs/get-started/with-csharp.html)
191-
- [Hugging Face Stable Diffusion Blog](https://huggingface.co/blog/stable_diffusion)
195+
- [Hugging Face Stable Diffusion Blog](https://huggingface.co/blog/stable_diffusion)

0 commit comments

Comments
 (0)