Spaces:
Paused
Paused
512
Browse files- 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 =
|
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");
|