Looping help / advice please #31
Unanswered
adamreading
asked this question in
Q&A
Replies: 2 comments 4 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Sorry I don't have time for that. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment






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
SO I watched the videos and built a most basic version of what I am doing to test the later stages - where looping would come in.
The idea is there will be 4 start images - each one representing 1 scene of a short movie. The loop will use the scene number as the filename prefix - so you end up with 4 mp4's called 1... 2.... 3... 4...
Before they are compiled - they are trimmed to the sharpest end frame from the last 10 frames (not a public node yet) and the final frame is grabbed for each scene. So far so good with your nodes (thank you!)
BUT - the next phase is to a) build scene extensions from each final frame, in exactly the same way - where they keep the same prefix for the scene they are extending. - So I obviously could just build another whole complete copy of that workflow again to the right - and again for a another extend etc - but I wondered if there was a way to return the last frames back to the beginning of the same loop - in the correct scene position?
B) - what I haven't yet factored, is that each scene will have its own prompt generated (with a series of vision and llm nodes) and the correct prompt has to be fed into the generator each time ( instead of just1,2,3,4), and also each extension last frame will have to go through its own florence and llm series before hitting the generator...
Any help or advice you can give on the best way to achieve this with your nodes would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions