sneakyfree commited on
Commit
b879447
·
verified ·
1 Parent(s): adf114e

add repo README

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: en
3
+ license: cc0-1.0
4
+ tags:
5
+ - video-samples
6
+ - scenemachine
7
+ - validation
8
+ - wan-2.2
9
+ - ltx-2
10
+ ---
11
+
12
+ # SceneMachine — Validation Gallery
13
+
14
+ Validated mp4 outputs from the SceneMachine video stack. Each clip was generated through the production SceneMachine ComfyUIProvider chain (no mocks) and corresponds to a recorded bloodwork test in [`SceneMachine/operations-log/bloodwork/`](https://huggingface.co/SceneMachine/operations-log).
15
+
16
+ ## Why this exists
17
+
18
+ Two reasons:
19
+ 1. **Proof-of-quality** for the stack integrations done in PRs #36-#42. Future agents and contributors can SEE what each Wan / LTX path produces at known-good settings.
20
+ 2. **Visual regression baseline.** If a future PR touches a workflow builder, generating the same prompt + seed should produce the same shot. Drift can be diff'd against these baselines.
21
+
22
+ ## Contents
23
+
24
+ See `MANIFEST.json` for full per-entry metadata (patient, prompt, settings, wallclock, doctor).
25
+
26
+ | ID | Patient | Wallclock | Size | Notes |
27
+ |---|---|---|---|---|
28
+ | `eb7a6bae` | wan22-t2v-fp8 | 57.5 s | 791 KB | First T2V validation |
29
+ | `8ba2fd33` | wan22-animate-bf16 | 844.1 s | 1.4 MB | Animate baseline (30 steps, no LoRA) |
30
+ | `fb24d48c` | wan22-animate-bf16 | **101.6 s** | 2.3 MB | Animate + Lightx2v 4-step — **8.3× speedup** |
31
+ | `4b4d9173` | wan22-i2v-fp8 | 405.9 s | 3.9 MB | I2V cold VRAM start |
32
+
33
+ All four were generated 2026-05-13 on the SceneMachine development rig.
34
+
35
+ ## Sister repos
36
+
37
+ - [SceneMachine/operations-log](https://huggingface.co/SceneMachine/operations-log) — patient files, doctor logs, bloodwork details
38
+ - [SceneMachine/SceneMachine](https://huggingface.co/SceneMachine/SceneMachine) — application source code
39
+ - [WindstormLabs/*](https://huggingface.co/WindstormLabs) — model weights used to produce these outputs
40
+
41
+ 🤖 Manifest generated by [Claude Code](https://claude.com/claude-code).