jbilcke-hf HF staff commited on
Commit
99925cc
·
1 Parent(s): 5d5187d

let's count videos more regularly

Browse files
Files changed (1) hide show
  1. src/index.mts +4 -0
src/index.mts CHANGED
@@ -68,6 +68,10 @@ const main = async () => {
68
  continue
69
  }
70
 
 
 
 
 
71
  console.log(`
72
  -----------------------------------------------------------
73
  Going to generate ${sequence.shots.length} for prompt:
 
68
  continue
69
  }
70
 
71
+ console.log('Re-computing stats..')
72
+ const stats = await getStats()
73
+ console.log('nb files:', JSON.stringify(stats, null, 2))
74
+
75
  console.log(`
76
  -----------------------------------------------------------
77
  Going to generate ${sequence.shots.length} for prompt: