Initial implementation of Frames-to-video#1262
Open
gravis778 wants to merge 6 commits intodeepbeepmeep:mainfrom
Open
Initial implementation of Frames-to-video#1262gravis778 wants to merge 6 commits intodeepbeepmeep:mainfrom
gravis778 wants to merge 6 commits intodeepbeepmeep:mainfrom
Conversation
…CE workflows - Added `inject_from_start` and `injection_denoising_step` flags to control early latent injection - Inserted fallback definition for `source_latents` to prevent UnboundLocalError - Initialized `randn` tensor before injection logic - Changes are scoped to VACE and i2v model types; safe for non-injection workflows
Added injection_denoising_step, after denoising_strength
spinal-cord
added a commit
to spinal-cord/Wan2GP
that referenced
this pull request
Dec 29, 2025
spinal-cord
added a commit
to spinal-cord/Wan2GP
that referenced
this pull request
Dec 29, 2025
Owner
|
Thanks but it is not clear based your comments, if this works or not |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is under the wan2.2 models. Right now it only accepts start frame and end frame - it doesn't have intermediate frame support yet. I am unsure if this is working correctly - it DOES produce a video that seems to morph the two images, but this doesn't look quite like the examples on the frames-to-video page. I was unable to get the code to run without wan2gp as I needed the memory management to get it to run. This was an initial attempt to get code to work inside of wan2gp, so I am sure there is something I missed.