Andyson commited on
Commit
34239e2
·
verified ·
1 Parent(s): 7913259

Upload folder using huggingface_hub

Browse files
lingbot-world-repro/metrics/fast_inference_case00_seed142.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "case": {
3
+ "case_id": "case00_seed142",
4
+ "method": "fast_inference",
5
+ "image": "examples/00/image.jpg",
6
+ "action_path": "examples/00",
7
+ "seed": 142,
8
+ "prompt": "The video presents a soaring journey through a fantasy jungle. The wind whips past the rider's blue hands gripping the reins, causing the leather straps to vibrate. The ancient gothic castle approaches steadily, its stone details becoming clearer against the backdrop of floating islands and distant waterfalls."
9
+ },
10
+ "command": [
11
+ "torchrun",
12
+ "--nproc_per_node",
13
+ "4",
14
+ "generate_fast.py",
15
+ "--task",
16
+ "i2v-A14B",
17
+ "--size",
18
+ "480*832",
19
+ "--ckpt_dir",
20
+ "models/lingbot-world-base-cam",
21
+ "--image",
22
+ "examples/00/image.jpg",
23
+ "--action_path",
24
+ "examples/00",
25
+ "--dit_fsdp",
26
+ "--t5_fsdp",
27
+ "--ulysses_size",
28
+ "4",
29
+ "--frame_num",
30
+ "81",
31
+ "--base_seed",
32
+ "142",
33
+ "--save_file",
34
+ "experiments/lingbot_repro/outputs/fast_inference/fast_inference_case00_seed142.mp4",
35
+ "--prompt",
36
+ "The video presents a soaring journey through a fantasy jungle. The wind whips past the rider's blue hands gripping the reins, causing the leather straps to vibrate. The ancient gothic castle approaches steadily, its stone details becoming clearer against the backdrop of floating islands and distant waterfalls."
37
+ ],
38
+ "returncode": 0,
39
+ "status": "ok",
40
+ "start_time_unix": 1779470722.0865471,
41
+ "end_time_unix": 1779471177.2347546,
42
+ "wall_time_seconds": 455.14820742607117,
43
+ "output_file": "experiments/lingbot_repro/outputs/fast_inference/fast_inference_case00_seed142.mp4",
44
+ "output_exists": true,
45
+ "output_size_bytes": 8590620,
46
+ "frame_num": 81,
47
+ "size": "480*832",
48
+ "nproc_per_node": 4,
49
+ "sample_steps": null,
50
+ "gpu": {
51
+ "peak_total_memory_used_mib": 124474,
52
+ "peak_single_gpu_memory_used_mib": 37373,
53
+ "peak_by_gpu_mib": {
54
+ "0": 37373,
55
+ "1": 29253,
56
+ "2": 28739,
57
+ "3": 29109
58
+ }
59
+ },
60
+ "gpu_sample_count": 394,
61
+ "log_file": "experiments/lingbot_repro/logs/fast_inference_case00_seed142.log"
62
+ }
lingbot-world-repro/metrics/fast_inference_case00_seed42.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "case": {
3
+ "case_id": "case00_seed42",
4
+ "method": "fast_inference",
5
+ "image": "examples/00/image.jpg",
6
+ "action_path": "examples/00",
7
+ "seed": 42,
8
+ "prompt": "The video presents a soaring journey through a fantasy jungle. The wind whips past the rider's blue hands gripping the reins, causing the leather straps to vibrate. The ancient gothic castle approaches steadily, its stone details becoming clearer against the backdrop of floating islands and distant waterfalls."
9
+ },
10
+ "command": [
11
+ "torchrun",
12
+ "--nproc_per_node",
13
+ "4",
14
+ "generate_fast.py",
15
+ "--task",
16
+ "i2v-A14B",
17
+ "--size",
18
+ "480*832",
19
+ "--ckpt_dir",
20
+ "models/lingbot-world-base-cam",
21
+ "--image",
22
+ "examples/00/image.jpg",
23
+ "--action_path",
24
+ "examples/00",
25
+ "--dit_fsdp",
26
+ "--t5_fsdp",
27
+ "--ulysses_size",
28
+ "4",
29
+ "--frame_num",
30
+ "81",
31
+ "--base_seed",
32
+ "42",
33
+ "--save_file",
34
+ "experiments/lingbot_repro/outputs/fast_inference/fast_inference_case00_seed42.mp4",
35
+ "--prompt",
36
+ "The video presents a soaring journey through a fantasy jungle. The wind whips past the rider's blue hands gripping the reins, causing the leather straps to vibrate. The ancient gothic castle approaches steadily, its stone details becoming clearer against the backdrop of floating islands and distant waterfalls."
37
+ ],
38
+ "returncode": 0,
39
+ "status": "ok",
40
+ "start_time_unix": 1779469920.7450016,
41
+ "end_time_unix": 1779470430.2433324,
42
+ "wall_time_seconds": 509.4983308315277,
43
+ "output_file": "experiments/lingbot_repro/outputs/fast_inference/fast_inference_case00_seed42.mp4",
44
+ "output_exists": true,
45
+ "output_size_bytes": 8454634,
46
+ "frame_num": 81,
47
+ "size": "480*832",
48
+ "nproc_per_node": 4,
49
+ "sample_steps": null,
50
+ "gpu": {
51
+ "peak_total_memory_used_mib": 123062,
52
+ "peak_single_gpu_memory_used_mib": 37137,
53
+ "peak_by_gpu_mib": {
54
+ "0": 37137,
55
+ "1": 28739,
56
+ "2": 28399,
57
+ "3": 28787
58
+ }
59
+ },
60
+ "gpu_sample_count": 442,
61
+ "log_file": "experiments/lingbot_repro/logs/fast_inference_case00_seed42.log"
62
+ }
lingbot-world-repro/metrics/fast_inference_case01_seed143.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "case": {
3
+ "case_id": "case01_seed143",
4
+ "method": "fast_inference",
5
+ "image": "examples/01/image.jpg",
6
+ "action_path": "examples/01",
7
+ "seed": 143,
8
+ "prompt": "A slow panoramic sweep around Stonehenge on a misty, overcast day, capturing the ancient standing stones in serene stillness, with soft ambient wind and distant bird calls enhancing the timeless atmosphere."
9
+ },
10
+ "command": [
11
+ "torchrun",
12
+ "--nproc_per_node",
13
+ "4",
14
+ "generate_fast.py",
15
+ "--task",
16
+ "i2v-A14B",
17
+ "--size",
18
+ "480*832",
19
+ "--ckpt_dir",
20
+ "models/lingbot-world-base-cam",
21
+ "--image",
22
+ "examples/01/image.jpg",
23
+ "--action_path",
24
+ "examples/01",
25
+ "--dit_fsdp",
26
+ "--t5_fsdp",
27
+ "--ulysses_size",
28
+ "4",
29
+ "--frame_num",
30
+ "81",
31
+ "--base_seed",
32
+ "143",
33
+ "--save_file",
34
+ "experiments/lingbot_repro/outputs/fast_inference/fast_inference_case01_seed143.mp4",
35
+ "--prompt",
36
+ "A slow panoramic sweep around Stonehenge on a misty, overcast day, capturing the ancient standing stones in serene stillness, with soft ambient wind and distant bird calls enhancing the timeless atmosphere."
37
+ ],
38
+ "returncode": 0,
39
+ "status": "ok",
40
+ "start_time_unix": 1779470835.6983767,
41
+ "end_time_unix": 1779471388.8871102,
42
+ "wall_time_seconds": 553.1887335777283,
43
+ "output_file": "experiments/lingbot_repro/outputs/fast_inference/fast_inference_case01_seed143.mp4",
44
+ "output_exists": true,
45
+ "output_size_bytes": 8062355,
46
+ "frame_num": 81,
47
+ "size": "480*832",
48
+ "nproc_per_node": 4,
49
+ "sample_steps": null,
50
+ "gpu": {
51
+ "peak_total_memory_used_mib": 123944,
52
+ "peak_single_gpu_memory_used_mib": 37357,
53
+ "peak_by_gpu_mib": {
54
+ "0": 37357,
55
+ "1": 29253,
56
+ "2": 28739,
57
+ "3": 28595
58
+ }
59
+ },
60
+ "gpu_sample_count": 477,
61
+ "log_file": "experiments/lingbot_repro/logs/fast_inference_case01_seed143.log"
62
+ }
lingbot-world-repro/metrics/fast_inference_case01_seed43.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "case": {
3
+ "case_id": "case01_seed43",
4
+ "method": "fast_inference",
5
+ "image": "examples/01/image.jpg",
6
+ "action_path": "examples/01",
7
+ "seed": 43,
8
+ "prompt": "A slow panoramic sweep around Stonehenge on a misty, overcast day, capturing the ancient standing stones in serene stillness, with soft ambient wind and distant bird calls enhancing the timeless atmosphere."
9
+ },
10
+ "command": [
11
+ "torchrun",
12
+ "--nproc_per_node",
13
+ "4",
14
+ "generate_fast.py",
15
+ "--task",
16
+ "i2v-A14B",
17
+ "--size",
18
+ "480*832",
19
+ "--ckpt_dir",
20
+ "models/lingbot-world-base-cam",
21
+ "--image",
22
+ "examples/01/image.jpg",
23
+ "--action_path",
24
+ "examples/01",
25
+ "--dit_fsdp",
26
+ "--t5_fsdp",
27
+ "--ulysses_size",
28
+ "4",
29
+ "--frame_num",
30
+ "81",
31
+ "--base_seed",
32
+ "43",
33
+ "--save_file",
34
+ "experiments/lingbot_repro/outputs/fast_inference/fast_inference_case01_seed43.mp4",
35
+ "--prompt",
36
+ "A slow panoramic sweep around Stonehenge on a misty, overcast day, capturing the ancient standing stones in serene stillness, with soft ambient wind and distant bird calls enhancing the timeless atmosphere."
37
+ ],
38
+ "returncode": 0,
39
+ "status": "ok",
40
+ "start_time_unix": 1779469933.1469238,
41
+ "end_time_unix": 1779470428.0503163,
42
+ "wall_time_seconds": 494.90339255332947,
43
+ "output_file": "experiments/lingbot_repro/outputs/fast_inference/fast_inference_case01_seed43.mp4",
44
+ "output_exists": true,
45
+ "output_size_bytes": 8123729,
46
+ "frame_num": 81,
47
+ "size": "480*832",
48
+ "nproc_per_node": 4,
49
+ "sample_steps": null,
50
+ "gpu": {
51
+ "peak_total_memory_used_mib": 123884,
52
+ "peak_single_gpu_memory_used_mib": 37427,
53
+ "peak_by_gpu_mib": {
54
+ "0": 37427,
55
+ "1": 28739,
56
+ "2": 28931,
57
+ "3": 28787
58
+ }
59
+ },
60
+ "gpu_sample_count": 427,
61
+ "log_file": "experiments/lingbot_repro/logs/fast_inference_case01_seed43.log"
62
+ }
lingbot-world-repro/metrics/fast_inference_case02_seed44.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "case": {
3
+ "case_id": "case02_seed44",
4
+ "method": "fast_inference",
5
+ "image": "examples/02/image.jpg",
6
+ "action_path": "examples/02",
7
+ "seed": 44,
8
+ "prompt": "The video presents a cinematic, first-person wandering experience through a hyper-realistic urban environment rendered in a video game engine. It begins with a static, sun-drenched alley framed by graffiti-laden industrial walls and overhead power lines, immediately establishing a gritty, lived-in atmosphere. As the camera pans right and tilts upward, it reveals a sprawling cityscape dominated by towering skyscrapers and industrial infrastructure, all bathed in warm, late-afternoon light that casts long shadows and produces dramatic lens flares. The perspective then transitions into a smooth forward tracking shot along a cracked sidewalk, passing weathered fences, palm trees, and distant pedestrians, creating a sense of immersion and exploration. Midway, the camera briefly follows a walking figure before refocusing on the broader streetscape, culminating in a stabilized view of a small blue van parked at an intersection surrounded by urban elements like parking garages and traffic lights. The entire sequence is characterized by its photorealistic detail, dynamic lighting, and deliberate pacing, evoking the feel of a quiet, sunlit afternoon in a futuristic metropolis."
9
+ },
10
+ "command": [
11
+ "torchrun",
12
+ "--nproc_per_node",
13
+ "4",
14
+ "generate_fast.py",
15
+ "--task",
16
+ "i2v-A14B",
17
+ "--size",
18
+ "480*832",
19
+ "--ckpt_dir",
20
+ "models/lingbot-world-base-cam",
21
+ "--image",
22
+ "examples/02/image.jpg",
23
+ "--action_path",
24
+ "examples/02",
25
+ "--dit_fsdp",
26
+ "--t5_fsdp",
27
+ "--ulysses_size",
28
+ "4",
29
+ "--frame_num",
30
+ "81",
31
+ "--base_seed",
32
+ "44",
33
+ "--save_file",
34
+ "experiments/lingbot_repro/outputs/fast_inference/fast_inference_case02_seed44.mp4",
35
+ "--prompt",
36
+ "The video presents a cinematic, first-person wandering experience through a hyper-realistic urban environment rendered in a video game engine. It begins with a static, sun-drenched alley framed by graffiti-laden industrial walls and overhead power lines, immediately establishing a gritty, lived-in atmosphere. As the camera pans right and tilts upward, it reveals a sprawling cityscape dominated by towering skyscrapers and industrial infrastructure, all bathed in warm, late-afternoon light that casts long shadows and produces dramatic lens flares. The perspective then transitions into a smooth forward tracking shot along a cracked sidewalk, passing weathered fences, palm trees, and distant pedestrians, creating a sense of immersion and exploration. Midway, the camera briefly follows a walking figure before refocusing on the broader streetscape, culminating in a stabilized view of a small blue van parked at an intersection surrounded by urban elements like parking garages and traffic lights. The entire sequence is characterized by its photorealistic detail, dynamic lighting, and deliberate pacing, evoking the feel of a quiet, sunlit afternoon in a futuristic metropolis."
37
+ ],
38
+ "returncode": 0,
39
+ "status": "ok",
40
+ "start_time_unix": 1779470255.8523612,
41
+ "end_time_unix": 1779470801.5417254,
42
+ "wall_time_seconds": 545.68936419487,
43
+ "output_file": "experiments/lingbot_repro/outputs/fast_inference/fast_inference_case02_seed44.mp4",
44
+ "output_exists": true,
45
+ "output_size_bytes": 4895197,
46
+ "frame_num": 81,
47
+ "size": "480*832",
48
+ "nproc_per_node": 4,
49
+ "sample_steps": null,
50
+ "gpu": {
51
+ "peak_total_memory_used_mib": 123970,
52
+ "peak_single_gpu_memory_used_mib": 37705,
53
+ "peak_by_gpu_mib": {
54
+ "0": 37705,
55
+ "1": 28931,
56
+ "2": 28739,
57
+ "3": 28595
58
+ }
59
+ },
60
+ "gpu_sample_count": 514,
61
+ "log_file": "experiments/lingbot_repro/logs/fast_inference_case02_seed44.log"
62
+ }
lingbot-world-repro/metrics/fast_inference_case03_seed45.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "case": {
3
+ "case_id": "case03_seed45",
4
+ "method": "fast_inference",
5
+ "image": "examples/03/image.jpg",
6
+ "action_path": "examples/03",
7
+ "seed": 45,
8
+ "prompt": "A serene lakeside scene with a lone tree standing in calm water, surrounded by distant snow-capped mountains under a bright blue sky with drifting white clouds. Gentle ripples reflect the tree and sky, creating a tranquil, meditative atmosphere."
9
+ },
10
+ "command": [
11
+ "torchrun",
12
+ "--nproc_per_node",
13
+ "4",
14
+ "generate_fast.py",
15
+ "--task",
16
+ "i2v-A14B",
17
+ "--size",
18
+ "480*832",
19
+ "--ckpt_dir",
20
+ "models/lingbot-world-base-cam",
21
+ "--image",
22
+ "examples/03/image.jpg",
23
+ "--action_path",
24
+ "examples/03",
25
+ "--dit_fsdp",
26
+ "--t5_fsdp",
27
+ "--ulysses_size",
28
+ "4",
29
+ "--frame_num",
30
+ "81",
31
+ "--base_seed",
32
+ "45",
33
+ "--save_file",
34
+ "experiments/lingbot_repro/outputs/fast_inference/fast_inference_case03_seed45.mp4",
35
+ "--prompt",
36
+ "A serene lakeside scene with a lone tree standing in calm water, surrounded by distant snow-capped mountains under a bright blue sky with drifting white clouds. Gentle ripples reflect the tree and sky, creating a tranquil, meditative atmosphere."
37
+ ],
38
+ "returncode": 0,
39
+ "status": "ok",
40
+ "start_time_unix": 1779470469.3369372,
41
+ "end_time_unix": 1779470615.2131665,
42
+ "wall_time_seconds": 145.87622928619385,
43
+ "output_file": "experiments/lingbot_repro/outputs/fast_inference/fast_inference_case03_seed45.mp4",
44
+ "output_exists": true,
45
+ "output_size_bytes": 6870752,
46
+ "frame_num": 81,
47
+ "size": "480*832",
48
+ "nproc_per_node": 4,
49
+ "sample_steps": null,
50
+ "gpu": {
51
+ "peak_total_memory_used_mib": 123692,
52
+ "peak_single_gpu_memory_used_mib": 37619,
53
+ "peak_by_gpu_mib": {
54
+ "0": 37619,
55
+ "1": 28739,
56
+ "2": 28739,
57
+ "3": 28595
58
+ }
59
+ },
60
+ "gpu_sample_count": 126,
61
+ "log_file": "experiments/lingbot_repro/logs/fast_inference_case03_seed45.log"
62
+ }
lingbot-world-repro/metrics/fast_inference_case04_seed46.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "case": {
3
+ "case_id": "case04_seed46",
4
+ "method": "fast_inference",
5
+ "image": "examples/04/image.jpg",
6
+ "action_path": "examples/04",
7
+ "seed": 46,
8
+ "prompt": "A sweeping cinematic journey along the Great Wall of China, winding through golden autumn hills under a brilliant blue sky. Stone pathways stretch into the distance, watchtowers stand sentinel, and vibrant foliage blankets the mountainsides as the camera glides smoothly forward."
9
+ },
10
+ "command": [
11
+ "torchrun",
12
+ "--nproc_per_node",
13
+ "4",
14
+ "generate_fast.py",
15
+ "--task",
16
+ "i2v-A14B",
17
+ "--size",
18
+ "480*832",
19
+ "--ckpt_dir",
20
+ "models/lingbot-world-base-cam",
21
+ "--image",
22
+ "examples/04/image.jpg",
23
+ "--action_path",
24
+ "examples/04",
25
+ "--dit_fsdp",
26
+ "--t5_fsdp",
27
+ "--ulysses_size",
28
+ "4",
29
+ "--frame_num",
30
+ "81",
31
+ "--base_seed",
32
+ "46",
33
+ "--save_file",
34
+ "experiments/lingbot_repro/outputs/fast_inference/fast_inference_case04_seed46.mp4",
35
+ "--prompt",
36
+ "A sweeping cinematic journey along the Great Wall of China, winding through golden autumn hills under a brilliant blue sky. Stone pathways stretch into the distance, watchtowers stand sentinel, and vibrant foliage blankets the mountainsides as the camera glides smoothly forward."
37
+ ],
38
+ "returncode": 0,
39
+ "status": "ok",
40
+ "start_time_unix": 1779470646.0875704,
41
+ "end_time_unix": 1779470803.1439388,
42
+ "wall_time_seconds": 157.05636835098267,
43
+ "output_file": "experiments/lingbot_repro/outputs/fast_inference/fast_inference_case04_seed46.mp4",
44
+ "output_exists": true,
45
+ "output_size_bytes": 13079677,
46
+ "frame_num": 81,
47
+ "size": "480*832",
48
+ "nproc_per_node": 4,
49
+ "sample_steps": null,
50
+ "gpu": {
51
+ "peak_total_memory_used_mib": 126112,
52
+ "peak_single_gpu_memory_used_mib": 38231,
53
+ "peak_by_gpu_mib": {
54
+ "0": 38231,
55
+ "1": 29345,
56
+ "2": 29345,
57
+ "3": 29191
58
+ }
59
+ },
60
+ "gpu_sample_count": 136,
61
+ "log_file": "experiments/lingbot_repro/logs/fast_inference_case04_seed46.log"
62
+ }
lingbot-world-repro/metrics/fast_inference_case05_seed47.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "case": {
3
+ "case_id": "case05_seed47",
4
+ "method": "fast_inference",
5
+ "image": "examples/05/image.jpg",
6
+ "action_path": "examples/05",
7
+ "seed": 47,
8
+ "prompt": "The video presents a soaring journey through a fantasy jungle. The wind whips past the rider's blue hands gripping the reins, causing the leather straps to vibrate. The ancient gothic castle approaches steadily, its stone details becoming clearer against the backdrop of floating islands and distant waterfalls."
9
+ },
10
+ "command": [
11
+ "torchrun",
12
+ "--nproc_per_node",
13
+ "4",
14
+ "generate_fast.py",
15
+ "--task",
16
+ "i2v-A14B",
17
+ "--size",
18
+ "480*832",
19
+ "--ckpt_dir",
20
+ "models/lingbot-world-base-cam",
21
+ "--image",
22
+ "examples/05/image.jpg",
23
+ "--action_path",
24
+ "examples/05",
25
+ "--dit_fsdp",
26
+ "--t5_fsdp",
27
+ "--ulysses_size",
28
+ "4",
29
+ "--frame_num",
30
+ "81",
31
+ "--base_seed",
32
+ "47",
33
+ "--save_file",
34
+ "experiments/lingbot_repro/outputs/fast_inference/fast_inference_case05_seed47.mp4",
35
+ "--prompt",
36
+ "The video presents a soaring journey through a fantasy jungle. The wind whips past the rider's blue hands gripping the reins, causing the leather straps to vibrate. The ancient gothic castle approaches steadily, its stone details becoming clearer against the backdrop of floating islands and distant waterfalls."
37
+ ],
38
+ "returncode": 0,
39
+ "status": "ok",
40
+ "start_time_unix": 1779470722.1334684,
41
+ "end_time_unix": 1779471270.7732434,
42
+ "wall_time_seconds": 548.6397750377655,
43
+ "output_file": "experiments/lingbot_repro/outputs/fast_inference/fast_inference_case05_seed47.mp4",
44
+ "output_exists": true,
45
+ "output_size_bytes": 9019295,
46
+ "frame_num": 81,
47
+ "size": "480*832",
48
+ "nproc_per_node": 4,
49
+ "sample_steps": null,
50
+ "gpu": {
51
+ "peak_total_memory_used_mib": 123114,
52
+ "peak_single_gpu_memory_used_mib": 37041,
53
+ "peak_by_gpu_mib": {
54
+ "0": 37041,
55
+ "1": 28739,
56
+ "2": 28739,
57
+ "3": 28595
58
+ }
59
+ },
60
+ "gpu_sample_count": 476,
61
+ "log_file": "experiments/lingbot_repro/logs/fast_inference_case05_seed47.log"
62
+ }
lingbot-world-repro/metrics/inference_case00_seed142.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "case": {
3
+ "case_id": "case00_seed142",
4
+ "method": "inference",
5
+ "image": "examples/00/image.jpg",
6
+ "action_path": "examples/00",
7
+ "seed": 142,
8
+ "prompt": "The video presents a soaring journey through a fantasy jungle. The wind whips past the rider's blue hands gripping the reins, causing the leather straps to vibrate. The ancient gothic castle approaches steadily, its stone details becoming clearer against the backdrop of floating islands and distant waterfalls."
9
+ },
10
+ "command": [
11
+ "torchrun",
12
+ "--nproc_per_node",
13
+ "4",
14
+ "generate.py",
15
+ "--task",
16
+ "i2v-A14B",
17
+ "--size",
18
+ "480*832",
19
+ "--ckpt_dir",
20
+ "models/lingbot-world-base-cam",
21
+ "--image",
22
+ "examples/00/image.jpg",
23
+ "--action_path",
24
+ "examples/00",
25
+ "--dit_fsdp",
26
+ "--t5_fsdp",
27
+ "--ulysses_size",
28
+ "4",
29
+ "--frame_num",
30
+ "81",
31
+ "--base_seed",
32
+ "142",
33
+ "--save_file",
34
+ "experiments/lingbot_repro/outputs/inference/inference_case00_seed142.mp4",
35
+ "--prompt",
36
+ "The video presents a soaring journey through a fantasy jungle. The wind whips past the rider's blue hands gripping the reins, causing the leather straps to vibrate. The ancient gothic castle approaches steadily, its stone details becoming clearer against the backdrop of floating islands and distant waterfalls."
37
+ ],
38
+ "returncode": 0,
39
+ "status": "ok",
40
+ "start_time_unix": 1779469507.486209,
41
+ "end_time_unix": 1779470523.7182693,
42
+ "wall_time_seconds": 1016.2320604324341,
43
+ "output_file": "experiments/lingbot_repro/outputs/inference/inference_case00_seed142.mp4",
44
+ "output_exists": true,
45
+ "output_size_bytes": 7288683,
46
+ "frame_num": 81,
47
+ "size": "480*832",
48
+ "nproc_per_node": 4,
49
+ "sample_steps": null,
50
+ "gpu": {
51
+ "peak_total_memory_used_mib": 174620,
52
+ "peak_single_gpu_memory_used_mib": 44089,
53
+ "peak_by_gpu_mib": {
54
+ "0": 43651,
55
+ "1": 44089,
56
+ "2": 43793,
57
+ "3": 43087
58
+ }
59
+ },
60
+ "gpu_sample_count": 879,
61
+ "log_file": "experiments/lingbot_repro/logs/inference_case00_seed142.log"
62
+ }
lingbot-world-repro/metrics/inference_case00_seed42.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "case": {
3
+ "case_id": "case00_seed42",
4
+ "method": "inference",
5
+ "image": "examples/00/image.jpg",
6
+ "action_path": "examples/00",
7
+ "seed": 42,
8
+ "prompt": "The video presents a soaring journey through a fantasy jungle. The wind whips past the rider's blue hands gripping the reins, causing the leather straps to vibrate. The ancient gothic castle approaches steadily, its stone details becoming clearer against the backdrop of floating islands and distant waterfalls."
9
+ },
10
+ "command": [
11
+ "torchrun",
12
+ "--nproc_per_node",
13
+ "4",
14
+ "generate.py",
15
+ "--task",
16
+ "i2v-A14B",
17
+ "--size",
18
+ "480*832",
19
+ "--ckpt_dir",
20
+ "models/lingbot-world-base-cam",
21
+ "--image",
22
+ "examples/00/image.jpg",
23
+ "--action_path",
24
+ "examples/00",
25
+ "--dit_fsdp",
26
+ "--t5_fsdp",
27
+ "--ulysses_size",
28
+ "4",
29
+ "--frame_num",
30
+ "81",
31
+ "--base_seed",
32
+ "42",
33
+ "--save_file",
34
+ "experiments/lingbot_repro/outputs/inference/inference_case00_seed42.mp4",
35
+ "--prompt",
36
+ "The video presents a soaring journey through a fantasy jungle. The wind whips past the rider's blue hands gripping the reins, causing the leather straps to vibrate. The ancient gothic castle approaches steadily, its stone details becoming clearer against the backdrop of floating islands and distant waterfalls."
37
+ ],
38
+ "returncode": 0,
39
+ "status": "ok",
40
+ "start_time_unix": 1779466542.2527466,
41
+ "end_time_unix": 1779467889.8068357,
42
+ "wall_time_seconds": 1347.5540890693665,
43
+ "output_file": "experiments/lingbot_repro/outputs/inference/inference_case00_seed42.mp4",
44
+ "output_exists": true,
45
+ "output_size_bytes": 7381197,
46
+ "frame_num": 81,
47
+ "size": "480*832",
48
+ "nproc_per_node": 4,
49
+ "sample_steps": null,
50
+ "gpu": {
51
+ "peak_total_memory_used_mib": 172750,
52
+ "peak_single_gpu_memory_used_mib": 43367,
53
+ "peak_by_gpu_mib": {
54
+ "0": 43009,
55
+ "1": 43367,
56
+ "2": 43151,
57
+ "3": 43223
58
+ }
59
+ },
60
+ "gpu_sample_count": 1179,
61
+ "log_file": "experiments/lingbot_repro/logs/inference_case00_seed42.log"
62
+ }
lingbot-world-repro/metrics/inference_case01_seed143.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "case": {
3
+ "case_id": "case01_seed143",
4
+ "method": "inference",
5
+ "image": "examples/01/image.jpg",
6
+ "action_path": "examples/01",
7
+ "seed": 143,
8
+ "prompt": "A slow panoramic sweep around Stonehenge on a misty, overcast day, capturing the ancient standing stones in serene stillness, with soft ambient wind and distant bird calls enhancing the timeless atmosphere."
9
+ },
10
+ "command": [
11
+ "torchrun",
12
+ "--nproc_per_node",
13
+ "4",
14
+ "generate.py",
15
+ "--task",
16
+ "i2v-A14B",
17
+ "--size",
18
+ "480*832",
19
+ "--ckpt_dir",
20
+ "models/lingbot-world-base-cam",
21
+ "--image",
22
+ "examples/01/image.jpg",
23
+ "--action_path",
24
+ "examples/01",
25
+ "--dit_fsdp",
26
+ "--t5_fsdp",
27
+ "--ulysses_size",
28
+ "4",
29
+ "--frame_num",
30
+ "81",
31
+ "--base_seed",
32
+ "143",
33
+ "--save_file",
34
+ "experiments/lingbot_repro/outputs/inference/inference_case01_seed143.mp4",
35
+ "--prompt",
36
+ "A slow panoramic sweep around Stonehenge on a misty, overcast day, capturing the ancient standing stones in serene stillness, with soft ambient wind and distant bird calls enhancing the timeless atmosphere."
37
+ ],
38
+ "returncode": 0,
39
+ "status": "ok",
40
+ "start_time_unix": 1779469574.7518656,
41
+ "end_time_unix": 1779470223.4209542,
42
+ "wall_time_seconds": 648.669088602066,
43
+ "output_file": "experiments/lingbot_repro/outputs/inference/inference_case01_seed143.mp4",
44
+ "output_exists": true,
45
+ "output_size_bytes": 5658764,
46
+ "frame_num": 81,
47
+ "size": "480*832",
48
+ "nproc_per_node": 4,
49
+ "sample_steps": null,
50
+ "gpu": {
51
+ "peak_total_memory_used_mib": 173024,
52
+ "peak_single_gpu_memory_used_mib": 43651,
53
+ "peak_by_gpu_mib": {
54
+ "0": 43651,
55
+ "1": 42869,
56
+ "2": 42855,
57
+ "3": 43649
58
+ }
59
+ },
60
+ "gpu_sample_count": 566,
61
+ "log_file": "experiments/lingbot_repro/logs/inference_case01_seed143.log"
62
+ }
lingbot-world-repro/metrics/inference_case01_seed43.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "case": {
3
+ "case_id": "case01_seed43",
4
+ "method": "inference",
5
+ "image": "examples/01/image.jpg",
6
+ "action_path": "examples/01",
7
+ "seed": 43,
8
+ "prompt": "A slow panoramic sweep around Stonehenge on a misty, overcast day, capturing the ancient standing stones in serene stillness, with soft ambient wind and distant bird calls enhancing the timeless atmosphere."
9
+ },
10
+ "command": [
11
+ "torchrun",
12
+ "--nproc_per_node",
13
+ "4",
14
+ "generate.py",
15
+ "--task",
16
+ "i2v-A14B",
17
+ "--size",
18
+ "480*832",
19
+ "--ckpt_dir",
20
+ "models/lingbot-world-base-cam",
21
+ "--image",
22
+ "examples/01/image.jpg",
23
+ "--action_path",
24
+ "examples/01",
25
+ "--dit_fsdp",
26
+ "--t5_fsdp",
27
+ "--ulysses_size",
28
+ "4",
29
+ "--frame_num",
30
+ "81",
31
+ "--base_seed",
32
+ "43",
33
+ "--save_file",
34
+ "experiments/lingbot_repro/outputs/inference/inference_case01_seed43.mp4",
35
+ "--prompt",
36
+ "A slow panoramic sweep around Stonehenge on a misty, overcast day, capturing the ancient standing stones in serene stillness, with soft ambient wind and distant bird calls enhancing the timeless atmosphere."
37
+ ],
38
+ "returncode": 0,
39
+ "status": "ok",
40
+ "start_time_unix": 1779467911.6556785,
41
+ "end_time_unix": 1779469174.186956,
42
+ "wall_time_seconds": 1262.5312774181366,
43
+ "output_file": "experiments/lingbot_repro/outputs/inference/inference_case01_seed43.mp4",
44
+ "output_exists": true,
45
+ "output_size_bytes": 6694706,
46
+ "frame_num": 81,
47
+ "size": "480*832",
48
+ "nproc_per_node": 4,
49
+ "sample_steps": null,
50
+ "gpu": {
51
+ "peak_total_memory_used_mib": 172712,
52
+ "peak_single_gpu_memory_used_mib": 43947,
53
+ "peak_by_gpu_mib": {
54
+ "0": 43947,
55
+ "1": 42855,
56
+ "2": 43027,
57
+ "3": 42883
58
+ }
59
+ },
60
+ "gpu_sample_count": 1091,
61
+ "log_file": "experiments/lingbot_repro/logs/inference_case01_seed43.log"
62
+ }
lingbot-world-repro/metrics/inference_case02_seed44.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "case": {
3
+ "case_id": "case02_seed44",
4
+ "method": "inference",
5
+ "image": "examples/02/image.jpg",
6
+ "action_path": "examples/02",
7
+ "seed": 44,
8
+ "prompt": "The video presents a cinematic, first-person wandering experience through a hyper-realistic urban environment rendered in a video game engine. It begins with a static, sun-drenched alley framed by graffiti-laden industrial walls and overhead power lines, immediately establishing a gritty, lived-in atmosphere. As the camera pans right and tilts upward, it reveals a sprawling cityscape dominated by towering skyscrapers and industrial infrastructure, all bathed in warm, late-afternoon light that casts long shadows and produces dramatic lens flares. The perspective then transitions into a smooth forward tracking shot along a cracked sidewalk, passing weathered fences, palm trees, and distant pedestrians, creating a sense of immersion and exploration. Midway, the camera briefly follows a walking figure before refocusing on the broader streetscape, culminating in a stabilized view of a small blue van parked at an intersection surrounded by urban elements like parking garages and traffic lights. The entire sequence is characterized by its photorealistic detail, dynamic lighting, and deliberate pacing, evoking the feel of a quiet, sunlit afternoon in a futuristic metropolis."
9
+ },
10
+ "command": [
11
+ "torchrun",
12
+ "--nproc_per_node",
13
+ "4",
14
+ "generate.py",
15
+ "--task",
16
+ "i2v-A14B",
17
+ "--size",
18
+ "480*832",
19
+ "--ckpt_dir",
20
+ "models/lingbot-world-base-cam",
21
+ "--image",
22
+ "examples/02/image.jpg",
23
+ "--action_path",
24
+ "examples/02",
25
+ "--dit_fsdp",
26
+ "--t5_fsdp",
27
+ "--ulysses_size",
28
+ "4",
29
+ "--frame_num",
30
+ "81",
31
+ "--base_seed",
32
+ "44",
33
+ "--save_file",
34
+ "experiments/lingbot_repro/outputs/inference/inference_case02_seed44.mp4",
35
+ "--prompt",
36
+ "The video presents a cinematic, first-person wandering experience through a hyper-realistic urban environment rendered in a video game engine. It begins with a static, sun-drenched alley framed by graffiti-laden industrial walls and overhead power lines, immediately establishing a gritty, lived-in atmosphere. As the camera pans right and tilts upward, it reveals a sprawling cityscape dominated by towering skyscrapers and industrial infrastructure, all bathed in warm, late-afternoon light that casts long shadows and produces dramatic lens flares. The perspective then transitions into a smooth forward tracking shot along a cracked sidewalk, passing weathered fences, palm trees, and distant pedestrians, creating a sense of immersion and exploration. Midway, the camera briefly follows a walking figure before refocusing on the broader streetscape, culminating in a stabilized view of a small blue van parked at an intersection surrounded by urban elements like parking garages and traffic lights. The entire sequence is characterized by its photorealistic detail, dynamic lighting, and deliberate pacing, evoking the feel of a quiet, sunlit afternoon in a futuristic metropolis."
37
+ ],
38
+ "returncode": 0,
39
+ "status": "ok",
40
+ "start_time_unix": 1779468047.6760137,
41
+ "end_time_unix": 1779469471.9484615,
42
+ "wall_time_seconds": 1424.2724478244781,
43
+ "output_file": "experiments/lingbot_repro/outputs/inference/inference_case02_seed44.mp4",
44
+ "output_exists": true,
45
+ "output_size_bytes": 4222695,
46
+ "frame_num": 81,
47
+ "size": "480*832",
48
+ "nproc_per_node": 4,
49
+ "sample_steps": null,
50
+ "gpu": {
51
+ "peak_total_memory_used_mib": 173898,
52
+ "peak_single_gpu_memory_used_mib": 44089,
53
+ "peak_by_gpu_mib": {
54
+ "0": 43009,
55
+ "1": 42855,
56
+ "2": 44089,
57
+ "3": 43945
58
+ }
59
+ },
60
+ "gpu_sample_count": 1339,
61
+ "log_file": "experiments/lingbot_repro/logs/inference_case02_seed44.log"
62
+ }
lingbot-world-repro/metrics/inference_case03_seed45.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "case": {
3
+ "case_id": "case03_seed45",
4
+ "method": "inference",
5
+ "image": "examples/03/image.jpg",
6
+ "action_path": "examples/03",
7
+ "seed": 45,
8
+ "prompt": "A serene lakeside scene with a lone tree standing in calm water, surrounded by distant snow-capped mountains under a bright blue sky with drifting white clouds. Gentle ripples reflect the tree and sky, creating a tranquil, meditative atmosphere."
9
+ },
10
+ "command": [
11
+ "torchrun",
12
+ "--nproc_per_node",
13
+ "4",
14
+ "generate.py",
15
+ "--task",
16
+ "i2v-A14B",
17
+ "--size",
18
+ "480*832",
19
+ "--ckpt_dir",
20
+ "models/lingbot-world-base-cam",
21
+ "--image",
22
+ "examples/03/image.jpg",
23
+ "--action_path",
24
+ "examples/03",
25
+ "--dit_fsdp",
26
+ "--t5_fsdp",
27
+ "--ulysses_size",
28
+ "4",
29
+ "--frame_num",
30
+ "81",
31
+ "--base_seed",
32
+ "45",
33
+ "--save_file",
34
+ "experiments/lingbot_repro/outputs/inference/inference_case03_seed45.mp4",
35
+ "--prompt",
36
+ "A serene lakeside scene with a lone tree standing in calm water, surrounded by distant snow-capped mountains under a bright blue sky with drifting white clouds. Gentle ripples reflect the tree and sky, creating a tranquil, meditative atmosphere."
37
+ ],
38
+ "returncode": 0,
39
+ "status": "ok",
40
+ "start_time_unix": 1779468048.28615,
41
+ "end_time_unix": 1779469452.2094018,
42
+ "wall_time_seconds": 1403.9232518672943,
43
+ "output_file": "experiments/lingbot_repro/outputs/inference/inference_case03_seed45.mp4",
44
+ "output_exists": true,
45
+ "output_size_bytes": 7393556,
46
+ "frame_num": 81,
47
+ "size": "480*832",
48
+ "nproc_per_node": 4,
49
+ "sample_steps": null,
50
+ "gpu": {
51
+ "peak_total_memory_used_mib": 175348,
52
+ "peak_single_gpu_memory_used_mib": 44021,
53
+ "peak_by_gpu_mib": {
54
+ "0": 43581,
55
+ "1": 44021,
56
+ "2": 44007,
57
+ "3": 43739
58
+ }
59
+ },
60
+ "gpu_sample_count": 1217,
61
+ "log_file": "experiments/lingbot_repro/logs/inference_case03_seed45.log"
62
+ }
lingbot-world-repro/metrics/inference_case04_seed46.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "case": {
3
+ "case_id": "case04_seed46",
4
+ "method": "inference",
5
+ "image": "examples/04/image.jpg",
6
+ "action_path": "examples/04",
7
+ "seed": 46,
8
+ "prompt": "A sweeping cinematic journey along the Great Wall of China, winding through golden autumn hills under a brilliant blue sky. Stone pathways stretch into the distance, watchtowers stand sentinel, and vibrant foliage blankets the mountainsides as the camera glides smoothly forward."
9
+ },
10
+ "command": [
11
+ "torchrun",
12
+ "--nproc_per_node",
13
+ "4",
14
+ "generate.py",
15
+ "--task",
16
+ "i2v-A14B",
17
+ "--size",
18
+ "480*832",
19
+ "--ckpt_dir",
20
+ "models/lingbot-world-base-cam",
21
+ "--image",
22
+ "examples/04/image.jpg",
23
+ "--action_path",
24
+ "examples/04",
25
+ "--dit_fsdp",
26
+ "--t5_fsdp",
27
+ "--ulysses_size",
28
+ "4",
29
+ "--frame_num",
30
+ "81",
31
+ "--base_seed",
32
+ "46",
33
+ "--save_file",
34
+ "experiments/lingbot_repro/outputs/inference/inference_case04_seed46.mp4",
35
+ "--prompt",
36
+ "A sweeping cinematic journey along the Great Wall of China, winding through golden autumn hills under a brilliant blue sky. Stone pathways stretch into the distance, watchtowers stand sentinel, and vibrant foliage blankets the mountainsides as the camera glides smoothly forward."
37
+ ],
38
+ "returncode": 0,
39
+ "status": "ok",
40
+ "start_time_unix": 1779468047.6577418,
41
+ "end_time_unix": 1779469378.3011484,
42
+ "wall_time_seconds": 1330.6434066295624,
43
+ "output_file": "experiments/lingbot_repro/outputs/inference/inference_case04_seed46.mp4",
44
+ "output_exists": true,
45
+ "output_size_bytes": 13160156,
46
+ "frame_num": 81,
47
+ "size": "480*832",
48
+ "nproc_per_node": 4,
49
+ "sample_steps": null,
50
+ "gpu": {
51
+ "peak_total_memory_used_mib": 175480,
52
+ "peak_single_gpu_memory_used_mib": 44155,
53
+ "peak_by_gpu_mib": {
54
+ "0": 43701,
55
+ "1": 44155,
56
+ "2": 43843,
57
+ "3": 43781
58
+ }
59
+ },
60
+ "gpu_sample_count": 1247,
61
+ "log_file": "experiments/lingbot_repro/logs/inference_case04_seed46.log"
62
+ }
lingbot-world-repro/metrics/inference_case05_seed47.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "case": {
3
+ "case_id": "case05_seed47",
4
+ "method": "inference",
5
+ "image": "examples/05/image.jpg",
6
+ "action_path": "examples/05",
7
+ "seed": 47,
8
+ "prompt": "The video presents a soaring journey through a fantasy jungle. The wind whips past the rider's blue hands gripping the reins, causing the leather straps to vibrate. The ancient gothic castle approaches steadily, its stone details becoming clearer against the backdrop of floating islands and distant waterfalls."
9
+ },
10
+ "command": [
11
+ "torchrun",
12
+ "--nproc_per_node",
13
+ "4",
14
+ "generate.py",
15
+ "--task",
16
+ "i2v-A14B",
17
+ "--size",
18
+ "480*832",
19
+ "--ckpt_dir",
20
+ "models/lingbot-world-base-cam",
21
+ "--image",
22
+ "examples/05/image.jpg",
23
+ "--action_path",
24
+ "examples/05",
25
+ "--dit_fsdp",
26
+ "--t5_fsdp",
27
+ "--ulysses_size",
28
+ "4",
29
+ "--frame_num",
30
+ "81",
31
+ "--base_seed",
32
+ "47",
33
+ "--save_file",
34
+ "experiments/lingbot_repro/outputs/inference/inference_case05_seed47.mp4",
35
+ "--prompt",
36
+ "The video presents a soaring journey through a fantasy jungle. The wind whips past the rider's blue hands gripping the reins, causing the leather straps to vibrate. The ancient gothic castle approaches steadily, its stone details becoming clearer against the backdrop of floating islands and distant waterfalls."
37
+ ],
38
+ "returncode": 0,
39
+ "status": "ok",
40
+ "start_time_unix": 1779468048.311831,
41
+ "end_time_unix": 1779469376.7841804,
42
+ "wall_time_seconds": 1328.4723494052887,
43
+ "output_file": "experiments/lingbot_repro/outputs/inference/inference_case05_seed47.mp4",
44
+ "output_exists": true,
45
+ "output_size_bytes": 6461261,
46
+ "frame_num": 81,
47
+ "size": "480*832",
48
+ "nproc_per_node": 4,
49
+ "sample_steps": null,
50
+ "gpu": {
51
+ "peak_total_memory_used_mib": 175478,
52
+ "peak_single_gpu_memory_used_mib": 44089,
53
+ "peak_by_gpu_mib": {
54
+ "0": 43947,
55
+ "1": 44089,
56
+ "2": 43793,
57
+ "3": 43649
58
+ }
59
+ },
60
+ "gpu_sample_count": 1250,
61
+ "log_file": "experiments/lingbot_repro/logs/inference_case05_seed47.log"
62
+ }