We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db9d22a commit 7c9dda5Copy full SHA for 7c9dda5
README.md
@@ -7,7 +7,7 @@ Example usage:
7
pip install gguf torch
8
9
# download model from https://huggingface.co/black-forest-labs/FLUX.1-dev/tree/main
10
-python convert_flux_to_gguf.py ../models/FLUX.1-dev/flux1-dev.safetensors --outfile model-Q4_K_S.gguf --outtype Q4_K_S
+python convert_flux_to_gguf.py ../models/FLUX.1-dev/flux1-dev.safetensors --outfile model-Q4_0.gguf --outtype Q4_0
11
12
# to view help: python convert_flux_to_gguf.py -h
13
```
0 commit comments