Spaces:
Sleeping
Sleeping
Anonymous
commited on
Commit
·
aaa2a39
1
Parent(s):
5c7236f
add 512
Browse files
app.py
CHANGED
|
@@ -286,7 +286,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 286 |
with gr.Row():
|
| 287 |
with gr.Accordion('FreeNoise Parameters (feel free to adjust these parameters based on your prompt): ', open=False):
|
| 288 |
with gr.Row():
|
| 289 |
-
output_size = gr.Dropdown(["320x512", "576x1024"], value="320x512", label="Output Size", info="
|
| 290 |
with gr.Row():
|
| 291 |
num_frames = gr.Slider(label='Frames (a multiple of 4), max 36 for 1024 model',
|
| 292 |
minimum=16,
|
|
|
|
| 286 |
with gr.Row():
|
| 287 |
with gr.Accordion('FreeNoise Parameters (feel free to adjust these parameters based on your prompt): ', open=False):
|
| 288 |
with gr.Row():
|
| 289 |
+
output_size = gr.Dropdown(["320x512", "576x1024"], value="320x512", label="Output Size", info="250s for 512 model, 900s for 1024 model (32 frames). Recovering from sleeping will take more time to download ckpt")
|
| 290 |
with gr.Row():
|
| 291 |
num_frames = gr.Slider(label='Frames (a multiple of 4), max 36 for 1024 model',
|
| 292 |
minimum=16,
|