Skip to content

Commit 54d2e1f

Browse files
committed
more ltx 2.3 durations
1 parent f3da5bb commit 54d2e1f

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

apps/sim/blocks/blocks/video_generator.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,11 @@ export const VideoGeneratorBlock: BlockConfig<VideoBlockResponse> = {
402402
{ label: '6', id: '6' },
403403
{ label: '8', id: '8' },
404404
{ label: '10', id: '10' },
405+
{ label: '12', id: '12' },
406+
{ label: '14', id: '14' },
407+
{ label: '16', id: '16' },
408+
{ label: '18', id: '18' },
409+
{ label: '20', id: '20' },
405410
],
406411
value: () => '6',
407412
dependsOn: ['model'],
@@ -1171,6 +1176,11 @@ export const VideoGeneratorV2Block: BlockConfig<VideoBlockResponse> = {
11711176
{ label: '6', id: '6' },
11721177
{ label: '8', id: '8' },
11731178
{ label: '10', id: '10' },
1179+
{ label: '12', id: '12' },
1180+
{ label: '14', id: '14' },
1181+
{ label: '16', id: '16' },
1182+
{ label: '18', id: '18' },
1183+
{ label: '20', id: '20' },
11741184
],
11751185
value: () => '6',
11761186
dependsOn: ['model'],

0 commit comments

Comments
 (0)