@@ -201,11 +201,6 @@ export function deriveFeaturedEvents(
201201 } ) )
202202}
203203
204- const showdownStreamHref : LocalizedText = {
205- en : 'https://www.youtube.com/live/VeG1bveKZco' ,
206- 'zh-CN' : 'https://www.youtube.com/live/VeG1bveKZco'
207- }
208-
209204// zh-CN copy is a first pass and pending native review.
210205const events : readonly ComfyEvent [ ] = [
211206 {
@@ -230,7 +225,15 @@ const events: readonly ComfyEvent[] = [
230225 media : eventImage ( 'livestream-aug-19.jpg' , {
231226 en : 'Using Comfy to Go Beyond the Models livestream' ,
232227 'zh-CN' : '善用 Comfy,超越模型本身直播'
233- } )
228+ } ) ,
229+ featured : {
230+ order : 0 ,
231+ media : eventImage ( 'livestream-aug-19.jpg' , {
232+ en : 'Using Comfy to Go Beyond the Models livestream' ,
233+ 'zh-CN' : '善用 Comfy,超越模型本身直播'
234+ } ) ,
235+ showTitle : false
236+ }
234237 } ,
235238 {
236239 id : 'future-ai-post-production' ,
@@ -277,25 +280,12 @@ const events: readonly ComfyEvent[] = [
277280 'zh-CN' : 'Purz 与 Allyson 现场对决开源与付费 AI 视频模型,实测效果对比。'
278281 } ,
279282 location : { en : 'Online' , 'zh-CN' : '线上' } ,
280- dateLabel : {
281- en : 'August 12, 2026 · 10AM PT ' ,
282- 'zh-CN' : '2026年8月12日 · 上午10点(PT) '
283- } ,
283+ media : eventImage ( 'august-12-livestream_v2.png' , {
284+ en : 'Video Model Showdown livestream recording ' ,
285+ 'zh-CN' : '视频模型对决直播回放 '
286+ } ) ,
284287 startDateTime : '2026-08-12T10:00:00-07:00' ,
285- link : { href : showdownStreamHref , newTab : true } ,
286- liveVideoId : 'VeG1bveKZco' ,
287- featured : {
288- order : 3 ,
289- media : eventVideo (
290- 'august-12-livestream.mp4' ,
291- {
292- en : 'Video Model Showdown livestream' ,
293- 'zh-CN' : '视频模型对决直播'
294- } ,
295- 'august-12-livestream.jpg'
296- ) ,
297- autoplayMs : 5000
298- }
288+ recordingVideoId : 'VeG1bveKZco'
299289 } ,
300290 {
301291 id : 'comfy-creatives-model-jam' ,
0 commit comments