-
Notifications
You must be signed in to change notification settings - Fork 782
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
Request: Add Metal GPU Apple Silicon Support #14
Comments
Hi there, I forked and adjusted the repo to make it work on my macbook m1 pro. After adjustments it worked on macos. I opened a PR for this original repo as well. You can check it out here #69 |
You rock! Really appreciate your contribution! |
i cant imagine speed :D what are the step speeds for 1.3b 480p and 14b 720p? |
I haven't tested 14b 720p locally and not going to :D |
Then I increased frame_num to 24 to generate a little longer video, then waited around 1,5 hours but it was only 20% I just stopped it there |
It would be fantastic to see support for Metal GPU on Apple Silicon in Wan2.1. This enhancement could significantly improve performance for users on macOS devices. This would involve:
torch.device("mps" if torch.backends.mps.is_available() else "cpu")
).torch.cuda.empty_cache()
,torch.cuda.amp.autocast
) with conditional alternatives.I’m willing to help contribute to this effort and collaborate with anyone interested in making this happen.
The text was updated successfully, but these errors were encountered: