Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: openrail
|
3 |
---
|
|
|
1 |
+
# `diff_loss_mid_down_blocks`
|
2 |
+
|
3 |
+
This is model is a demonstration of an alternative loss function for video training, `diff_loss`. Unlike the typical frame by frame reconstruction loss, `diff_loss` ensures the frame by frame differences of the target and predicted noise are the same.
|
4 |
+
|
5 |
+
This model is a fine-tuned version of the AD 1.5 v2 model. It was trainined for 3600 steps with LR of 9e-7 and a batch size of 16. Only the down and mid blocks were trained.
|
6 |
+
|
7 |
+
For more details about this model see the associated blog post [here](https://jfischoff.github.io/blog/diff-loss.html)
|
8 |
+
|
9 |
---
|
10 |
license: openrail
|
11 |
---
|