Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -113,8 +113,8 @@
|
|
113 |
</script>
|
114 |
<div>
|
115 |
Select Model: <select name="model" id="modelId">
|
116 |
-
<option selected="selected">Stable-Diffusion-
|
117 |
-
|
118 |
</select>
|
119 |
</div>
|
120 |
<script src="dist/stable_diffusion.js"></script>
|
|
|
113 |
</script>
|
114 |
<div>
|
115 |
Select Model: <select name="model" id="modelId">
|
116 |
+
<option selected="selected">Stable-Diffusion-1.5</option>
|
117 |
+
<option disabled>Stable-Diffusion-XL</option>
|
118 |
</select>
|
119 |
</div>
|
120 |
<script src="dist/stable_diffusion.js"></script>
|