Hugging Face: MFlux-Community #677
ianscrivener
announced in
Announcements & Releases
Replies: 3 comments 1 reply
0 replies
|
What are the most important ones that are missing, at present? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
With the GitHub glitch I spent last week writing a model conversion system and building out the HuggingFace MFlux model collection;
https://huggingface.co/mflux-community
MFlux Models: 198
Source Models: 27
Model Families: 9
All the models have been generated on CUDA. I tried various cloud backends - GitHub Actions (fails), Blacksmith (fails), Modal (expensive), RunPod (OK)... before settling on HuggingFace GPU as the best solution.
Now that MFlux is back online with GitHub, I'll reach out to HuggingFace to see if they can sponsor us a Team Plan and the GPU for ongoing model conversion.
I'll bundle the MFlux-Conv app soon and ppush to GH... though currently I have had to use my personal HF account... as Org accounts can't have GPU compute - a GH Space with a Docker container - unless they are on the GH Team Plan ($$).
BTW: MFlux CUDA can convert models (bf16 and quants)... and can generate images in BF16 only. Currently MFlux on CUDA throws an error trying to generate with quantized models... as a CUDA doesn't support Apple affine quantizations by fault. I believe there is a fix.
All reactions