AITRADER commited on
Commit
8e231a3
·
verified ·
1 Parent(s): 593237e

Add smoke QA results for 8-bit/4-bit video+audio generation

Browse files
Files changed (1) hide show
  1. qa/smoke_2026-02-11.json +74 -0
qa/smoke_2026-02-11.json ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "generated_at_utc": "2026-02-11T19:33:05.822525+00:00",
3
+ "workspace": "/Users/charafchnioune/Desktop/ltx-2-mlx",
4
+ "engine_repo": "https://github.com/CharafChnioune/mlx-video.git",
5
+ "engine_commit": "9b30dfc27fee063907a78feac3110d14d7367dc8",
6
+ "ui_repo": "https://github.com/CharafChnioune/mlx-video-UI.git",
7
+ "ui_commit": "a77d431c3c986928f0c286176dea92dac4b12f00",
8
+ "resolution": {
9
+ "width": 832,
10
+ "height": 480
11
+ },
12
+ "num_frames": 33,
13
+ "fps": 24,
14
+ "audio": true,
15
+ "note": "Smoke QA with successful video+audio outputs and no static/snow artifacts.",
16
+ "runs": [
17
+ {
18
+ "name": "final_lora_dev8bit_832x480_33f_audio",
19
+ "model_repo": "AITRADER/ltx2-dev-8bit-mlx",
20
+ "pipeline": "dev",
21
+ "output_mp4": "/Users/charafchnioune/Desktop/ltx-2-mlx/outputvideos/final_lora_dev8bit_832x480_33f_audio.mp4",
22
+ "log": "/Users/charafchnioune/Desktop/ltx-2-mlx/outputvideos/logs/final_lora_dev8bit_832x480_33f_audio.log",
23
+ "generation_time": "5m 28.4s (9.95s/frame) \u2502",
24
+ "peak_memory": "35.90GB",
25
+ "mp4_size_bytes": 42872,
26
+ "streams": [
27
+ "video:h264",
28
+ "audio:aac"
29
+ ]
30
+ },
31
+ {
32
+ "name": "final_lora_dev4bit_832x480_33f_audio",
33
+ "model_repo": "AITRADER/ltx2-dev-4bit-mlx",
34
+ "pipeline": "dev",
35
+ "output_mp4": "/Users/charafchnioune/Desktop/ltx-2-mlx/outputvideos/final_lora_dev4bit_832x480_33f_audio.mp4",
36
+ "log": "/Users/charafchnioune/Desktop/ltx-2-mlx/outputvideos/logs/final_lora_dev4bit_832x480_33f_audio.log",
37
+ "generation_time": "5m 17.6s (9.63s/frame) \u2502",
38
+ "peak_memory": "35.57GB",
39
+ "mp4_size_bytes": 42869,
40
+ "streams": [
41
+ "video:h264",
42
+ "audio:aac"
43
+ ]
44
+ },
45
+ {
46
+ "name": "final_distilled8bit_832x480_33f_audio",
47
+ "model_repo": "AITRADER/ltx2-distilled-8bit-mlx",
48
+ "pipeline": "distilled",
49
+ "output_mp4": "/Users/charafchnioune/Desktop/ltx-2-mlx/outputvideos/final_distilled8bit_832x480_33f_audio.mp4",
50
+ "log": "/Users/charafchnioune/Desktop/ltx-2-mlx/outputvideos/logs/final_distilled8bit_832x480_33f_audio.log",
51
+ "generation_time": "2m 13.2s (4.03s/frame) \u2502",
52
+ "peak_memory": "28.95GB",
53
+ "mp4_size_bytes": 91822,
54
+ "streams": [
55
+ "video:h264",
56
+ "audio:aac"
57
+ ]
58
+ },
59
+ {
60
+ "name": "final_distilled4bit_832x480_33f_audio",
61
+ "model_repo": "AITRADER/ltx2-distilled-4bit-mlx",
62
+ "pipeline": "distilled",
63
+ "output_mp4": "/Users/charafchnioune/Desktop/ltx-2-mlx/outputvideos/final_distilled4bit_832x480_33f_audio.mp4",
64
+ "log": "/Users/charafchnioune/Desktop/ltx-2-mlx/outputvideos/logs/final_distilled4bit_832x480_33f_audio.log",
65
+ "generation_time": "1m 48.3s (3.28s/frame) \u2502",
66
+ "peak_memory": "28.95GB",
67
+ "mp4_size_bytes": 85574,
68
+ "streams": [
69
+ "video:h264",
70
+ "audio:aac"
71
+ ]
72
+ }
73
+ ]
74
+ }