add repo README
Browse files
README.md
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: en
|
| 3 |
+
license: cc0-1.0
|
| 4 |
+
tags:
|
| 5 |
+
- manifest
|
| 6 |
+
- scenemachine
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# SceneMachine stack manifest
|
| 10 |
+
|
| 11 |
+
**Organization:** [SceneMachine](https://huggingface.co/SceneMachine)
|
| 12 |
+
**Used by:** [SceneMachine](https://huggingface.co/SceneMachine/SceneMachine)
|
| 13 |
+
|
| 14 |
+
SceneMachine is a sub-project of Windstorm Labs. Model weight dependencies are hosted at [WindstormLabs](https://huggingface.co/WindstormLabs).
|
| 15 |
+
|
| 16 |
+
## What this is
|
| 17 |
+
|
| 18 |
+
Yaml file listing the exact WindstormLabs/* model repos this build of SceneMachine expects, with file lists and use-case notes. The application reads this manifest at boot to know which weights to download.
|
| 19 |
+
|
| 20 |
+
## Upstream source
|
| 21 |
+
|
| 22 |
+
Primary distribution: (generated alongside SceneMachine releases)
|
| 23 |
+
|
| 24 |
+
This repo is a **mirror**. License terms of the upstream apply unchanged.
|
| 25 |
+
|
| 26 |
+
**Primary license owner(s):** WindstormLabs / Grant Whitmer
|
| 27 |
+
|
| 28 |
+
## Files
|
| 29 |
+
|
| 30 |
+
| Filename | Size |
|
| 31 |
+
|---|---|
|
| 32 |
+
| `stack.yaml` | 4 KB |
|
| 33 |
+
|
| 34 |
+
**Total: 0.00 GB**
|
| 35 |
+
|
| 36 |
+
## Related repos
|
| 37 |
+
|
| 38 |
+
- The full SceneMachine model stack: search the [SceneMachine HF collection](https://huggingface.co/SceneMachine).
|
| 39 |
+
- Shared encoders and Wan VAE: [`WindstormLabs/wan22-encoders`](https://huggingface.co/WindstormLabs/wan22-encoders).
|
| 40 |
+
- Speed LoRAs: [`WindstormLabs/wan22-loras`](https://huggingface.co/WindstormLabs/wan22-loras).
|
| 41 |
+
|
| 42 |
+
## Provenance
|
| 43 |
+
|
| 44 |
+
Mirror created 2026-05-13 from local working copy on the SceneMachine development rig. Hashes preserved via HF's content-addressed storage.
|
| 45 |
+
|
| 46 |
+
🤖 Repo and README generated by [Claude Code](https://claude.com/claude-code) during a SceneMachine CTO session.
|