Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,19 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
|
5 |
+
Unofficial AnimateDiff v3 motion lora trained on warped noise from https://github.com/Eyeline-Research/Go-with-the-Flow
|
6 |
+
|
7 |
+
Use in comfyui (example workflow included) with https://github.com/kijai/ComfyUI-VideoNoiseWarp to generate the warped noise from videos. Reduce lora strength to work with degraded noise, 1.0 strength for no degradation.
|
8 |
+
|
9 |
+
Training details:
|
10 |
+
```
|
11 |
+
rank 128
|
12 |
+
learning rate 1e-5
|
13 |
+
optimizer AdamW8bit
|
14 |
+
steps 12000 (0.25 epoch)
|
15 |
+
resolution 512x512
|
16 |
+
frames 16
|
17 |
+
noise offset 0.05
|
18 |
+
caption dropout 0.1
|
19 |
+
```
|