diegochavez commited on
Commit
8539f51
·
verified ·
1 Parent(s): 3bcaeea

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +47 -0
README.md ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ tags:
4
+ - lora
5
+ - wan2.1
6
+ - video-generation
7
+ - daydream-scope
8
+ - krea-realtime
9
+ base_model: Wan-AI/Wan2.1-T2V-14B
10
+ ---
11
+
12
+ # DayDream Scope LoRAs — Wan2.1 14B
13
+
14
+ Three custom LoRAs trained for the Krea Realtime Video pipeline on [DayDream Scope](https://daydream.live). Built to pair with a cellular automata preprocessor for real-time AI video generation.
15
+
16
+ ## Models
17
+
18
+ | File | Style | Description |
19
+ |------|-------|-------------|
20
+ | `anmdf_mlt_wan2-1_14B_000001000.safetensors` | Animated Melt | Liquid chrome, melt-reform cycles |
21
+ | `tdcrtv_000001000.safetensors` | CRT Recapture | VHS degradation, scan lines, analog glitch |
22
+ | `slm_mld_grth_v2_000000400.safetensors` | Slime Mold Growth | Bioluminescent shimmer, organic expansion |
23
+
24
+ ## Details
25
+
26
+ - **Base model**: Wan2.1-T2V-14B
27
+ - **Training**: Rank 16, qfloat8 quantization, OstrisAI-Toolkit
28
+ - **Datasets**: 14-17 clips each, richly captioned
29
+ - **Hardware**: RTX PRO 6000 on RunPod
30
+
31
+ ## Usage with DayDream Scope
32
+
33
+ Download a LoRA and place it in your Scope models directory:
34
+
35
+ ```bash
36
+ # Default location
37
+ ~/.daydream-scope/models/lora/
38
+
39
+ # Or on RunPod
40
+ /workspace/models/lora/
41
+ ```
42
+
43
+ Then select it from the LoRA Adapters dropdown in the Scope UI.
44
+
45
+ ## Plugin
46
+
47
+ These LoRAs are designed to work with the [Cellular Automata Scope Plugin](https://github.com/diegochavez-io/cellular-automata_plug-in) — a living organism that generates constant-motion video as input for Krea Realtime.