THIS IS A WIP
Example usage:
# prepare
pip install gguf torch
# example model from https://huggingface.co/black-forest-labs/FLUX.1-dev/tree/main
python convert_diffusion_to_gguf.py ../models/FLUX.1-dev/flux1-dev.safetensors --arch flux --outtype Q4_0
# output file: model-Q4_0.gguf
# to view help: python convert_diffusion_to_gguf.py -hNote: Q2_K is not yet supported