Spaces:
Running
on
Zero
Running
on
Zero
["495,616 px (working for extension)", 704],
Browse files
app.py
CHANGED
@@ -1573,7 +1573,7 @@ with block:
|
|
1573 |
resolution = gr.Dropdown([
|
1574 |
["409,600 px (working)", 640],
|
1575 |
["451,584 px (working)", 672],
|
1576 |
-
["495,616 px (
|
1577 |
["589,824 px (not tested)", 768],
|
1578 |
["692,224 px (not tested)", 832],
|
1579 |
["746,496 px (not tested)", 864],
|
@@ -1816,7 +1816,7 @@ with block:
|
|
1816 |
42, # seed
|
1817 |
True, # auto_allocation
|
1818 |
180, # allocation_time
|
1819 |
-
|
1820 |
1, # total_second_length
|
1821 |
9, # latent_window_size
|
1822 |
25, # steps
|
@@ -1852,7 +1852,7 @@ with block:
|
|
1852 |
True, # auto_allocation
|
1853 |
180, # allocation_time
|
1854 |
1, # batch
|
1855 |
-
|
1856 |
1, # total_second_length
|
1857 |
9, # latent_window_size
|
1858 |
25, # steps
|
|
|
1573 |
resolution = gr.Dropdown([
|
1574 |
["409,600 px (working)", 640],
|
1575 |
["451,584 px (working)", 672],
|
1576 |
+
["495,616 px (working for extension)", 704],
|
1577 |
["589,824 px (not tested)", 768],
|
1578 |
["692,224 px (not tested)", 832],
|
1579 |
["746,496 px (not tested)", 864],
|
|
|
1816 |
42, # seed
|
1817 |
True, # auto_allocation
|
1818 |
180, # allocation_time
|
1819 |
+
640, # resolution
|
1820 |
1, # total_second_length
|
1821 |
9, # latent_window_size
|
1822 |
25, # steps
|
|
|
1852 |
True, # auto_allocation
|
1853 |
180, # allocation_time
|
1854 |
1, # batch
|
1855 |
+
640, # resolution
|
1856 |
1, # total_second_length
|
1857 |
9, # latent_window_size
|
1858 |
25, # steps
|