How to build onnx quantize fp8 Flux model? #12130
Unanswered
vuongminh1907
asked this question in
Q&A
Replies: 2 comments
-
cc @a-r-r-o-w @asomoza , can you help me |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm not very familiar with ONNX so maybe I'm pointing you in the wrong direction, but please check out:
Diffusers model implementations are just simple pytorch models, so the export should be possible following the guide. There might be a case where some part of our implementation is not export-compatible and need to be modified. In case you run into errors, please let us know :) |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I have a question that How Black Forest Lab can export fp8 onnx with their checkpoint like this https://huggingface.co/black-forest-labs/FLUX.1-dev-onnx.
I want to build an Onnx fp8 model from my repo vuongminhkhoi4/Flux_HyperSD . Can you take me a guide or give me code for build this? Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions