Commit
·
541c8d3
1
Parent(s):
e7be476
log chunking size
Browse files
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):
|