openfree commited on
Commit
67ac9ef
Β·
verified Β·
1 Parent(s): f41220b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +27 -28
app.py CHANGED
@@ -196,34 +196,33 @@ pipeline = XoraVideoPipeline(
196
  ).to(device)
197
 
198
  # Preset options for resolution and frame configuration
 
199
  preset_options = [
200
- {"label": "1216x704, 41 frames", "width": 1216, "height": 704, "num_frames": 41},
201
- {"label": "1088x704, 49 frames", "width": 1088, "height": 704, "num_frames": 49},
202
- {"label": "1056x640, 57 frames", "width": 1056, "height": 640, "num_frames": 57},
203
- {"label": "992x608, 65 frames", "width": 992, "height": 608, "num_frames": 65},
204
- {"label": "896x608, 73 frames", "width": 896, "height": 608, "num_frames": 73},
205
- {"label": "896x544, 81 frames", "width": 896, "height": 544, "num_frames": 81},
206
- {"label": "832x544, 89 frames", "width": 832, "height": 544, "num_frames": 89},
207
- {"label": "800x512, 97 frames", "width": 800, "height": 512, "num_frames": 97},
208
- {"label": "768x512, 97 frames", "width": 768, "height": 512, "num_frames": 97},
209
- {"label": "800x480, 105 frames", "width": 800, "height": 480, "num_frames": 105},
210
- {"label": "736x480, 113 frames", "width": 736, "height": 480, "num_frames": 113},
211
- {"label": "704x480, 121 frames", "width": 704, "height": 480, "num_frames": 121},
212
- {"label": "704x448, 129 frames", "width": 704, "height": 448, "num_frames": 129},
213
- {"label": "672x448, 137 frames", "width": 672, "height": 448, "num_frames": 137},
214
- {"label": "640x416, 153 frames", "width": 640, "height": 416, "num_frames": 153},
215
- {"label": "672x384, 161 frames", "width": 672, "height": 384, "num_frames": 161},
216
- {"label": "640x384, 169 frames", "width": 640, "height": 384, "num_frames": 169},
217
- {"label": "608x384, 177 frames", "width": 608, "height": 384, "num_frames": 177},
218
- {"label": "576x384, 185 frames", "width": 576, "height": 384, "num_frames": 185},
219
- {"label": "608x352, 193 frames", "width": 608, "height": 352, "num_frames": 193},
220
- {"label": "576x352, 201 frames", "width": 576, "height": 352, "num_frames": 201},
221
- {"label": "544x352, 209 frames", "width": 544, "height": 352, "num_frames": 209},
222
- {"label": "512x352, 225 frames", "width": 512, "height": 352, "num_frames": 225},
223
- {"label": "512x352, 233 frames", "width": 512, "height": 352, "num_frames": 233},
224
- {"label": "544x320, 241 frames", "width": 544, "height": 320, "num_frames": 241},
225
- {"label": "512x320, 249 frames", "width": 512, "height": 320, "num_frames": 249},
226
- {"label": "512x320, 257 frames", "width": 512, "height": 320, "num_frames": 257},
227
  ]
228
 
229
  def preset_changed(preset):
@@ -505,7 +504,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as iface:
505
 
506
  txt2vid_preset = gr.Dropdown(
507
  choices=[p["label"] for p in preset_options],
508
- value="768x512, 97 frames",
509
  label="Step 2: 해상도 프리셋 선택",
510
  )
511
 
 
196
  ).to(device)
197
 
198
  # Preset options for resolution and frame configuration
199
+ # Convert frames to seconds assuming 25 FPS
200
  preset_options = [
201
+ {"label": "1216x704, 1.6초", "width": 1216, "height": 704, "num_frames": 41},
202
+ {"label": "1088x704, 2.0초", "width": 1088, "height": 704, "num_frames": 49},
203
+ {"label": "1056x640, 2.3초", "width": 1056, "height": 640, "num_frames": 57},
204
+ {"label": "992x608, 2.6초", "width": 992, "height": 608, "num_frames": 65},
205
+ {"label": "896x608, 2.9초", "width": 896, "height": 608, "num_frames": 73},
206
+ {"label": "896x544, 3.2초", "width": 896, "height": 544, "num_frames": 81},
207
+ {"label": "832x544, 3.6초", "width": 832, "height": 544, "num_frames": 89},
208
+ {"label": "800x512, 3.9초", "width": 800, "height": 512, "num_frames": 97},
209
+ {"label": "768x512, 3.9초", "width": 768, "height": 512, "num_frames": 97},
210
+ {"label": "800x480, 4.2초", "width": 800, "height": 480, "num_frames": 105},
211
+ {"label": "736x480, 4.5초", "width": 736, "height": 480, "num_frames": 113},
212
+ {"label": "704x480, 4.8초", "width": 704, "height": 480, "num_frames": 121},
213
+ {"label": "704x448, 5.2초", "width": 704, "height": 448, "num_frames": 129},
214
+ {"label": "672x448, 5.5초", "width": 672, "height": 448, "num_frames": 137},
215
+ {"label": "640x416, 6.1초", "width": 640, "height": 416, "num_frames": 153},
216
+ {"label": "672x384, 6.4초", "width": 672, "height": 384, "num_frames": 161},
217
+ {"label": "640x384, 6.8초", "width": 640, "height": 384, "num_frames": 169},
218
+ {"label": "608x384, 7.1초", "width": 608, "height": 384, "num_frames": 177},
219
+ {"label": "576x384, 7.4초", "width": 576, "height": 384, "num_frames": 185},
220
+ {"label": "608x352, 7.7초", "width": 608, "height": 352, "num_frames": 193},
221
+ {"label": "576x352, 8.0초", "width": 576, "height": 352, "num_frames": 201},
222
+ {"label": "544x352, 8.4초", "width": 544, "height": 352, "num_frames": 209},
223
+ {"label": "512x352, 9.3초", "width": 512, "height": 352, "num_frames": 233},
224
+ {"label": "544x320, 9.6초", "width": 544, "height": 320, "num_frames": 241},
225
+ {"label": "512x320, 10.3초", "width": 512, "height": 320, "num_frames": 257},
 
 
226
  ]
227
 
228
  def preset_changed(preset):
 
504
 
505
  txt2vid_preset = gr.Dropdown(
506
  choices=[p["label"] for p in preset_options],
507
+ value="512x320, 10.3초",
508
  label="Step 2: 해상도 프리셋 선택",
509
  )
510