File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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' ] ,
You can’t perform that action at this time.
0 commit comments