Scheduled weights #471
cubiq
announced in
Announcements
Replies: 2 comments
-
Thank you very much, the effect is great. I have just learned SD and have a question. What is the main function of embeds_scaling in iadapter batch? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi Don Matteo, I hope all is well. Is there a way to implement weight keyframing? Is it possible? In the sense that I could set a specific weight interpolation for, say, a number of frames at the beggining of an animation and a different weight interpolation for the last part? Kinda like how the prompt travel works. Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It's now possible to schedule weights, you can do that by converting the weight widget to an input like so
The
IPAdapter Weights
helps you generating simple transition. It will change in the future but for now it works.Before you had to use faded masks, now you can use weights directly which is lighter and more efficient. The animation below has been done with just IPAdapter and no controlnet or masks.
AnimateDiff_01683.mp4
This is the workflow: weights.json
Beta Was this translation helpful? Give feedback.
All reactions