-
Notifications
You must be signed in to change notification settings - Fork 6.4k
Add Wan2.2-Animate: Unified Character Animation and Replacement with Holistic Replication #12442
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
tolgacangoz
wants to merge
50
commits into
huggingface:main
from
tolgacangoz:integrations/wan2.2-animate
Closed
Changes from all commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
3529a0a
template1
tolgacangoz 4f2ee5e
temp2
tolgacangoz 778fb54
up
tolgacangoz d77b6ba
up
tolgacangoz 2fc6ac2
fix-copies
tolgacangoz d667d03
Add support for Wan2.2-Animate-14B model in convert_wan_to_diffusers.py
tolgacangoz 6182d44
style
tolgacangoz 8c9fd89
Refactor WanAnimate model components
tolgacangoz d01e941
Enhance `WanAnimatePipeline` with new parameters for mode and tempora…
tolgacangoz 7af953b
Update `WanAnimatePipeline` to require additional video inputs and im…
tolgacangoz a0372e3
Add Wan 2.2 Animate 14B model support and introduce Wan-Animate frame…
tolgacangoz 05a01c6
Add unit test template for `WanAnimatePipeline` functionality
tolgacangoz 22b83ce
Add unit tests for `WanAnimateTransformer3DModel` in GGUF format
tolgacangoz 7fb6732
style
tolgacangoz 3e6f893
Improve the template of `transformer_wan_animate.py`
tolgacangoz 624a314
Update `WanAnimatePipeline`
tolgacangoz fc0edb5
style
tolgacangoz eb7eedd
Refactor test for `WanAnimatePipeline` to include new input structure
tolgacangoz 8968b42
from `einops` to `torch`
tolgacangoz dce83a8
Merge branch 'main' into integrations/wan2.2-animate
tolgacangoz 75b2382
Add padding functionality to `WanAnimatePipeline` for video frames
tolgacangoz 802896e
style
tolgacangoz e06098f
Enhance `WanAnimatePipeline` with additional input parameters for imp…
tolgacangoz 84768f6
up
tolgacangoz 06e6138
Refactor `WanAnimatePipeline` for improved tensor handling and mask g…
tolgacangoz 5777ce0
Refactor `WanAnimatePipeline` to streamline latent tensor processing …
tolgacangoz b8337c6
style
tolgacangoz f4eb9a0
Add new layers and functions to `transformer_wan_animate.py` for enha…
tolgacangoz 4e6651b
Merge branch 'main' into integrations/wan2.2-animate
tolgacangoz d80ae19
Refactor `transformer_wan_animate.py` to improve modularity and type …
tolgacangoz 348a945
Refactor `transformer_wan_animate.py` to enhance modularity and updat…
tolgacangoz 7774421
Update the `ConvLayer` class to conditionally apply bias based on act…
tolgacangoz a5536e2
Simplify
tolgacangoz 6a8662d
refactor transformer
tolgacangoz 96a126a
Enhance `convert_wan_to_diffusers.py` for Animate model integration
tolgacangoz 050b313
Merge branch 'main' into integrations/wan2.2-animate
tolgacangoz 0566e5d
Enhance `convert_wan_to_diffusers.py` and `WanAnimatePipeline` for im…
tolgacangoz fe02c25
simplify
tolgacangoz 04ab262
Refactor `WanAnimatePipeline` to enhance reference image handling and…
tolgacangoz 7bfbd93
Enhance weight conversion logic in `convert_wan_to_diffusers.py`
tolgacangoz 7092a28
Enhance documentation and tests for WanAnimatePipeline, adding exampl…
tolgacangoz 5d01574
Merge branch 'main' into integrations/wan2.2-animate
tolgacangoz 9c0a65d
Clarify contribution of M. Tolga Cangöz
tolgacangoz 28ac516
Update face_embedder key mappings in `convert_wan_to_diffusers.py`
tolgacangoz b71d3a9
up
tolgacangoz 5818d71
up
tolgacangoz bfda25d
Fix image embedding extraction in WanAnimatePipeline to return the la…
tolgacangoz 0ac259c
Adjust default parameters in WanAnimatePipeline for num_frames, num_i…
tolgacangoz e2e95ed
Update example docstring parameters for num_frames and guidance_scale…
tolgacangoz 7146bb0
Refactor tests in WanAnimatePipeline: remove redundant assertions and…
tolgacangoz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similar to https://huggingface.co/docs/transformers/v4.57.1/en/model_doc/speech_to_text_2#overview:~:text=This%20model%20was%20contributed%20by%20Patrick%20von%20Platen.