SIGMitch commited on
Commit
93e4924
·
1 Parent(s): 2c6e1ea
Files changed (1) hide show
  1. img2img/index.html +1 -1
img2img/index.html CHANGED
@@ -16,7 +16,7 @@
16
  </style>
17
  <script type="module">
18
  // you can change the size of the input image to 768x768 if you have a powerful GPU
19
- const WIDTH = 768;
20
  const HEIGHT = 512;
21
  const seedEl = document.querySelector("#seed");
22
  const promptEl = document.querySelector("#prompt");
 
16
  </style>
17
  <script type="module">
18
  // you can change the size of the input image to 768x768 if you have a powerful GPU
19
+ const WIDTH = 512;
20
  const HEIGHT = 512;
21
  const seedEl = document.querySelector("#seed");
22
  const promptEl = document.querySelector("#prompt");