silait commited on
Commit
b41b7c6
·
verified ·
1 Parent(s): 6bd5406

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +20 -9
index.html CHANGED
@@ -65,8 +65,26 @@
65
 
66
  <!-- Schedule -->
67
 
68
- <h1 id="web-stable-diffusion">Web Stable Diffusion</h1>
69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
70
  <h3 id="demo">Demo</h3>
71
 
72
  <script>
@@ -272,14 +290,7 @@
272
  <h3 id="notes">Notes</h3>
273
 
274
  <ul>
275
- <li>
276
- WebGPU spec does comes with FP16 support already, but the
277
- implementation does not yet support this feature at this moment. As a
278
- result, the memory consumption of running the demo is about 7GB. For
279
- Apple silicon Mac with only 8GB of unified memory, it may take longer
280
- (a few minutes) to generate an image. This demo may also work for Mac
281
- with AMD GPU.
282
- </li>
283
  <li>
284
  Please check out our
285
  <a href="https://github.com/mlc-ai/web-stable-diffusion"
 
65
 
66
  <!-- Schedule -->
67
 
68
+ <h1 id="web-stable-diffusion">Web Stable Diffusion </h1>
69
 
70
+ <p>
71
+ This project brings stable diffusion models to web browsers.
72
+ <strong>Everything runs inside the browser with no need of server
73
+ support.</strong>
74
+ To our knowledge, this is the the world’s first stable diffusion
75
+ completely running on the browser. Please check out our
76
+ <a href="https://github.com/mlc-ai/web-stable-diffusion">GitHub repo</a>
77
+ to see how we did it. There is also a
78
+ <a href="#text-to-image-generation-demo">demo</a> which you can try out.
79
+ </p>
80
+ <li>
81
+ WebGPU spec does comes with FP16 support already, but the
82
+ implementation does not yet support this feature at this moment. As a
83
+ result, the memory consumption of running the demo is about 7GB. For
84
+ Apple silicon Mac with only 8GB of unified memory, it may take longer
85
+ (a few minutes) to generate an image. This demo may also work for Mac
86
+ with AMD GPU.
87
+ </li>
88
  <h3 id="demo">Demo</h3>
89
 
90
  <script>
 
290
  <h3 id="notes">Notes</h3>
291
 
292
  <ul>
293
+
 
 
 
 
 
 
 
294
  <li>
295
  Please check out our
296
  <a href="https://github.com/mlc-ai/web-stable-diffusion"