Spaces:
Runtime error
Runtime error
Resolution (max width or height)
Browse files
app.py
CHANGED
|
@@ -999,7 +999,12 @@ with block:
|
|
| 999 |
no_resize = gr.Checkbox(label='Force Original Video Resolution (no Resizing)', value=False, info='Might run out of VRAM (720p requires > 24GB VRAM).')
|
| 1000 |
resolution = gr.Dropdown([
|
| 1001 |
640,
|
| 1002 |
-
672
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1003 |
], label="Resolution (max width or height)")
|
| 1004 |
|
| 1005 |
# 20250506 pftq: Reduced default distilled guidance scale to improve adherence to input video
|
|
@@ -1091,7 +1096,7 @@ with block:
|
|
| 1091 |
"Missing arm, unrealistic position, impossible contortion, blurred, blurry", # n_prompt
|
| 1092 |
True, # randomize_seed
|
| 1093 |
42, # seed
|
| 1094 |
-
|
| 1095 |
1, # total_second_length
|
| 1096 |
9, # latent_window_size
|
| 1097 |
25, # steps
|
|
@@ -1156,7 +1161,7 @@ with block:
|
|
| 1156 |
True, # randomize_seed
|
| 1157 |
42, # seed
|
| 1158 |
1, # batch
|
| 1159 |
-
|
| 1160 |
1, # total_second_length
|
| 1161 |
9, # latent_window_size
|
| 1162 |
25, # steps
|
|
|
|
| 999 |
no_resize = gr.Checkbox(label='Force Original Video Resolution (no Resizing)', value=False, info='Might run out of VRAM (720p requires > 24GB VRAM).')
|
| 1000 |
resolution = gr.Dropdown([
|
| 1001 |
640,
|
| 1002 |
+
672,
|
| 1003 |
+
704,
|
| 1004 |
+
768,
|
| 1005 |
+
832,
|
| 1006 |
+
864,
|
| 1007 |
+
960
|
| 1008 |
], label="Resolution (max width or height)")
|
| 1009 |
|
| 1010 |
# 20250506 pftq: Reduced default distilled guidance scale to improve adherence to input video
|
|
|
|
| 1096 |
"Missing arm, unrealistic position, impossible contortion, blurred, blurry", # n_prompt
|
| 1097 |
True, # randomize_seed
|
| 1098 |
42, # seed
|
| 1099 |
+
960, # resolution
|
| 1100 |
1, # total_second_length
|
| 1101 |
9, # latent_window_size
|
| 1102 |
25, # steps
|
|
|
|
| 1161 |
True, # randomize_seed
|
| 1162 |
42, # seed
|
| 1163 |
1, # batch
|
| 1164 |
+
960, # resolution
|
| 1165 |
1, # total_second_length
|
| 1166 |
9, # latent_window_size
|
| 1167 |
25, # steps
|