This repository was archived by the owner on Nov 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -96,15 +96,19 @@ Realtime stable diffusion is a process where the results are constantly rendered
96
96
97
97
Performance will depend on hardware and models selected, but for ` Latent Consistency Models ` you can get up to 4fps with a 3090 :)
98
98
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
102
101
102
+ ### Image To Image
103
+ https://user-images.githubusercontent.com/4353684/285348410-c19a2111-6745-4f01-8400-d137d40180fe.mp4
103
104
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
107
107
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
108
112
109
113
110
114
@@ -188,4 +192,4 @@ __________________________
188
192
## Resources
189
193
- [ ONNX Runtime C# API Doc] ( https://onnxruntime.ai/docs/api/csharp/api )
190
194
- [ 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 )
You can’t perform that action at this time.
0 commit comments