matlod commited on
Commit
d9cc2db
·
verified ·
1 Parent(s): 35b095e

card: say plainly that the LoRA adds no compute; the nodes stretch the clock, the LoRA changes behaviour on it

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -32,7 +32,12 @@ known bad habit: on very fast motion the base model over-produces, and the
32
  result alternates between advance and snap frame to frame. This adapter
33
  was trained on that exact task (frames held out of the middle of a burst,
34
  the model asked to fill them back in), and it teaches the base model to
35
- spend the extra clock on smoothness instead of invention.
 
 
 
 
 
36
 
37
  Measured on four clips the adapter never saw during training (a fight,
38
  an anime sword ring, a character swap, a dialogue close-up), against the
 
32
  result alternates between advance and snap frame to frame. This adapter
33
  was trained on that exact task (frames held out of the middle of a burst,
34
  the model asked to fill them back in), and it teaches the base model to
35
+ spend the extra clock on smoothness instead of invention. To be precise
36
+ about the mechanics: the LoRA is a plain rank-16 weight delta and adds no
37
+ compute and needs no custom node. The extra clock comes from the nodes
38
+ (the de-rope stretches the burst into more latent tokens); the LoRA
39
+ changes how the model behaves on that stretched clock, because it was
40
+ trained in that exact situation.
41
 
42
  Measured on four clips the adapter never saw during training (a fight,
43
  an anime sword ring, a character swap, a dialogue close-up), against the