-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[BOUNTY - $500] FLUX Support #461
Comments
it is able to run on my 32gb mac :) |
It should be, definitely at Q4. Assigned - good luck! |
Want to participate too! |
Sure, if you and @varshith15 agree to work together I will award the full $500 to both of you. |
@ZhihaoAIRobotic im down, lets talk on discord :) |
No problem :) |
Related to exo-explore#461 Add support for the FLUX model with the MLX backend. * **New Model Class**: Add `exo/inference/mlx/models/flux.py` to define the `FluxModel` and `Model` classes for the FLUX model. * **Inference Engine Update**: Modify `exo/inference/mlx/sharded_inference_engine.py` to include necessary imports for the FLUX model. * **Testing**: Add `exo/inference/mlx/test_sharded_flux.py` to include tests for the FLUX model, ensuring proper integration and functionality. * **Documentation**: Update `README.md` to include instructions for using the FLUX model with the MLX backend, along with usage examples.
Add support for this model with the MLX backend: https://huggingface.co/black-forest-labs/FLUX.1-dev
There's already an example of FLUX using MLX here: https://github.com/ml-explore/mlx-examples/blob/main/flux/flux/model.py
The text was updated successfully, but these errors were encountered: