-
Notifications
You must be signed in to change notification settings - Fork 922
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
[FeatureRequest] support FLUX.1 text to image model #916
Comments
Seconded! I managed to get Flux sort of working on my M1 Max using ComfyUI, but the speed was abysmal (presumably very unoptimised since the vast majority of the community is CUDA-based). Not to mention the output is unfortunately broken. A dedicated MLX implementation would be faster and, hopefully, not broken :) [Edit: Eventually got it working, was a PyTorch issue as mentioned by Vargol] |
Just found out DiffusionKit is already working on Flux. Hopefully, it will be supported soon |
I too tried. And ran into issues. Seems we need to be patient. |
Following the topic too |
The ComfyUI noisy image issues are a PyTorch issue, and can be fixed by downgrading to PyTorch 2.3.1 or (according to one person, I've not tried it myself) upgrading to macOS 15 beta and a PyTorch Nightly, you get the same issue with Diffusers. But +1 for a FLUX.1 MLX example |
Closed as supported by https://github.com/filipstrand/mflux and https://github.com/argmaxinc/DiffusionKit |
It would be great if MLX supported the new FLUX.1 text-to-image model, as it seems to require a fairly large amount of VRAM to run ( would be advantage on Apple Silicon given unified memory). I don't have much experience with diffusion models, but I am happy to help in any way possible.
The text was updated successfully, but these errors were encountered: