Update README.md
Browse files
README.md
CHANGED
@@ -78,6 +78,15 @@ export_to_video(video, "output.mp4", fps=8)
|
|
78 |
- Thanks to [Kijai](https://github.com/kijai) for his great [ComfyUI integration](https://github.com/kijai/ComfyUI-CogVideoXWrapper)
|
79 |
- Thanks to [POM](https://huggingface.co/peteromallet) for providing the computing resources. Without this, these LoRAs could not have been created.
|
80 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
81 |
## Citation
|
82 |
```
|
83 |
@article{yang2024cogvideox,
|
|
|
78 |
- Thanks to [Kijai](https://github.com/kijai) for his great [ComfyUI integration](https://github.com/kijai/ComfyUI-CogVideoXWrapper)
|
79 |
- Thanks to [POM](https://huggingface.co/peteromallet) for providing the computing resources. Without this, these LoRAs could not have been created.
|
80 |
|
81 |
+
## Trainig details:
|
82 |
+
- LR: 1e-4
|
83 |
+
- Optimizer: adamw
|
84 |
+
- Scheduler: cosine_with_restarts
|
85 |
+
- steps: 17000
|
86 |
+
- dataset: 136 (49x720x480) videos
|
87 |
+
- rank / alpha: 128 / 128
|
88 |
+
- batch size: 1
|
89 |
+
|
90 |
## Citation
|
91 |
```
|
92 |
@article{yang2024cogvideox,
|