increasing the number of latents #10
Replies: 1 comment 2 replies
-
Hello, you'll want to take a look at adding looping then. There's two different strategies implemented in the library now which you can find here. If you create a large tensor of latents these functions can give you a sequence of latents that loops through them one-by-one. You could, for example, replace the chroma latent sequence (which is used in the default examples) with this looping sequence and you'll have a video that morphs through your selected latents while still reacting to the beat. This example demonstrates the use of looping latents, although it is a little complicated as it generates these loops for the sections that are found automatically (by laplacian segmentation). You could try adapting it to your own music. |
Beta Was this translation helpful? Give feedback.
-
Hello, thank you for this repo,
I just finished rendering my video. and I want to increase the number of latents (generated pictures) dramatically. (Morphing )
How do I do that?
I have looked into the other discussions made on this repo and I tried all of them. but can't quite make it work...
here is my test video.
https://www.youtube.com/watch?v=gJFsWyW-2mQ
Thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions