Add from_single_file support for SkyReelsV2 and ChronoEdit transformers#13946
Open
HaozheZhang6 wants to merge 1 commit into
Open
Add from_single_file support for SkyReelsV2 and ChronoEdit transformers#13946HaozheZhang6 wants to merge 1 commit into
HaozheZhang6 wants to merge 1 commit into
Conversation
SkyReels-V2 and ChronoEdit are both built on Wan, and their transformers have the same keys as WanTransformer3DModel, so they reuse convert_wan_transformer_to_diffusers (like WanVACE / WanAnimate). This lets the community GGUF builds load directly. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0f2a1fb to
c629b53
Compare
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
Contributor
|
Hi @HaozheZhang6, thanks for the PR! It does not appear to link an issue it fixes. If this PR addresses an existing issue, please add a closing keyword (e.g. |
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.
What does this PR do?
Adds
from_single_filesupport forSkyReelsV2Transformer3DModelandChronoEditTransformer3DModelso the community GGUF builds (wsbagnsv1's SkyReels-V2, QuantStack's ChronoEdit-14B) load directly.Both are built on Wan, and their transformers have the same keys as
WanTransformer3DModel, so they reuseconvert_wan_transformer_to_diffusers— the converterWanVACEandWanAnimatealready use.Ran the conversion against a real GGUF of each (
SkyReels-V2-I2V-14B-540PandChronoEdit-14B, 1303 tensors each): both map onto their model with 0 missing / 0 unexpected / 0 shape mismatch.Before submitting
.ai/— readAGENTS.mdandreview-rules.md..ai/review-rules.md.Who can review?
@DN6