CiaraRowles
commited on
Commit
•
60783d7
1
Parent(s):
2faec68
Update README.md
Browse files
README.md
CHANGED
@@ -2,10 +2,12 @@
|
|
2 |
license: openrail
|
3 |
---
|
4 |
|
5 |
-
TemporalDiff is a finetune of the original AnimateDiff weights on a higher resolution dataset.
|
6 |
|
7 |
Testing so far indicates a higher level of video coherency than the original weights, i also adjusted the stride from 4 to 2 frames to improve how smooth the motion was.
|
8 |
|
9 |
Current limitations are that the labelling for my dataset was a bit off, so it has slightly reduced ability to interpret the prompt, i'll be releasing a new version that fixes that soon.
|
10 |
|
11 |
-
This should work the same as any the base model in terms of use, just drag and drop it into comfy ui or the animatediff repository and use as normal.
|
|
|
|
|
|
2 |
license: openrail
|
3 |
---
|
4 |
|
5 |
+
TemporalDiff is a finetune of the original AnimateDiff weights on a higher resolution dataset (512x512).
|
6 |
|
7 |
Testing so far indicates a higher level of video coherency than the original weights, i also adjusted the stride from 4 to 2 frames to improve how smooth the motion was.
|
8 |
|
9 |
Current limitations are that the labelling for my dataset was a bit off, so it has slightly reduced ability to interpret the prompt, i'll be releasing a new version that fixes that soon.
|
10 |
|
11 |
+
This should work the same as any the base model in terms of use, just drag and drop it into comfy ui or the animatediff repository and use as normal.
|
12 |
+
|
13 |
+
This does not require any additional memory to run as the generations were 512x512 before, the training was just done at 256x256.
|