harry900000 commited on
Commit
541c8d3
·
1 Parent(s): e7be476

log chunking size

Browse files
Files changed (1) hide show
  1. helper.py +1 -0
helper.py CHANGED
@@ -391,6 +391,7 @@ def generate_video_fun(checkpoints_path: str):
391
  actual_seed = seed
392
 
393
  log.info(f"actual_seed: {actual_seed}")
 
394
 
395
  try:
396
  if rgb_video_path is None or not os.path.isfile(rgb_video_path):
 
391
  actual_seed = seed
392
 
393
  log.info(f"actual_seed: {actual_seed}")
394
+ log.info(f"chunking size: {chunking}")
395
 
396
  try:
397
  if rgb_video_path is None or not os.path.isfile(rgb_video_path):