Replies: 3 comments 4 replies
-
I think it would be better to use "seed travel" script, because it does exactly what you describe, at least i think so. |
Beta Was this translation helpful? Give feedback.
-
Looking at the dev in deforum webui, there was a commit that added another animation mode and in that commit when I was reviewing it, it read something like: If I am correct and what the author of the PR is saying, the subseed act as part of the seed, and since the seed schedule is a fixed function, it currently does not know that you may want the subseed strength to reach 100% before the next iteration of the seed schedule. Not implemented like that. It also is not hard to implement it in Deforum yourself to try things out. in a nutshell you can change manually the frame by frame operation on the sd pipeline in the pipeline p object its not ideal to edit it this way because you have to restart the console manually and it takes time to iterate that way. And give some time to the deforum devs to sync work, webui version of deforum is still not sync'd with deforum 0.6 and there are differences at the moment. I hope that helps. |
Beta Was this translation helpful? Give feedback.
-
try this tutorial about blending.It's interesting |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there 🙂 I have been trying to figure out how to blend from one seed to another.
My Goal is to blend from 1 predetermined image, to another predetermined image, and let deforum help me fill the in-betweens.
What I have tried: while in 3d mode.
In the RUN tab, i set the seed behavior to "Schedule". in the KEYFRAME tab, I set the seed schedule and added my seeds like normal prompts. Ex,,,,, 0: (3792828071), 20: (1943265589), So ideally my animation would shift from 1 seed to the other. in the PROMPT tab, I entered my prompts to match my Seeds. {
"0": "3/4 photo of an apple on a table, 1 point perspective, centered",
"20": "3/4 photo of a meat sandwich on a table, 1 point perspective, centered"
}
No blending is happening.
I would greatly appreciate any understanding of how to achieve this.
I as also confused if I even needed to add my prompts as the Seeds are the exact images I want to have at those keyframes. do they compete with the seed schedule?
Is there documentation for seed scheduling ? thanks:)
Beta Was this translation helpful? Give feedback.
All reactions