-
Notifications
You must be signed in to change notification settings - Fork 6.1k
[modular diffusers] Wan #11913
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
[modular diffusers] Wan #11913
Conversation
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. |
once this PR #11944 is in , you can do this model_id = "Wan-AI/Wan2.1-T2V-1.3B-Diffusers"
blocks = SequentialPipelineBlocks.from_blocks_dict(TEXT2VIDEO_BLOCKS)
pipeline = blocks.init_pipeline(model_id)
pipeline.load_default_components() for now, can you push to blocks = SequentialPipelineBlocks.from_blocks_dict(TEXT2VIDEO_BLOCKS)
pipeline = blocks.init_pipeline()
pipeline.push_to_hub("diffusers-internal-dev/modular-wan") |
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.
thanks! looking great! I left small comments, let's fix and merge:)
@yiyixuxu Addressed the review comments! The repo is here: https://huggingface.co/diffusers-internal-dev/modular-wan-t2v |
Code:
Results:
output_guider_classifierfreeguidance.mp4
output_guider_adaptiveprojectedguidance.mp4
output_guider_tangentialclassifierfreeguidance.mp4
output_guider_classifierfreezerostarguidance.mp4
output_guider_perturbedattentionguidance.mp4
output_guider_autoguidance.mp4