sneakyfree commited on
Commit
77efd0b
·
verified ·
1 Parent(s): da867c3

add repo README

Browse files
Files changed (1) hide show
  1. README.md +47 -0
README.md ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: en
3
+ license: cc0-1.0
4
+ tags:
5
+ - sample-data
6
+ - screenplay
7
+ - fountain
8
+ ---
9
+
10
+ # Sample screenplays for SceneMachine demos and parser testing
11
+
12
+ **Organization:** [SceneMachine](https://huggingface.co/SceneMachine)
13
+ **Used by:** [SceneMachine](https://huggingface.co/SceneMachine/SceneMachine)
14
+
15
+ SceneMachine is a sub-project of Windstorm Labs. Model weight dependencies are hosted at [WindstormLabs](https://huggingface.co/WindstormLabs).
16
+
17
+ ## What this is
18
+
19
+ Short sample screenplays in Fountain format. Used for (a) parser regression testing, (b) end-to-end demo runs, (c) the application's example library on first launch.
20
+
21
+ ## Upstream source
22
+
23
+ Primary distribution: (generated for SceneMachine — CC0)
24
+
25
+ This repo is a **mirror**. License terms of the upstream apply unchanged.
26
+
27
+ **Primary license owner(s):** Released CC0 by WindstormLabs
28
+
29
+ ## Files
30
+
31
+ | Filename | Size |
32
+ |---|---|
33
+ | `the-cabin.fountain` | 1 KB |
34
+
35
+ **Total: 0.00 GB**
36
+
37
+ ## Related repos
38
+
39
+ - The full SceneMachine model stack: search the [SceneMachine HF collection](https://huggingface.co/SceneMachine).
40
+ - Shared encoders and Wan VAE: [`WindstormLabs/wan22-encoders`](https://huggingface.co/WindstormLabs/wan22-encoders).
41
+ - Speed LoRAs: [`WindstormLabs/wan22-loras`](https://huggingface.co/WindstormLabs/wan22-loras).
42
+
43
+ ## Provenance
44
+
45
+ Mirror created 2026-05-13 from local working copy on the SceneMachine development rig. Hashes preserved via HF's content-addressed storage.
46
+
47
+ 🤖 Repo and README generated by [Claude Code](https://claude.com/claude-code) during a SceneMachine CTO session.