Skip to content

Commit 7c9dda5

Browse files
committed
guide
1 parent db9d22a commit 7c9dda5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Example usage:
77
pip install gguf torch
88

99
# 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
10+
python convert_flux_to_gguf.py ../models/FLUX.1-dev/flux1-dev.safetensors --outfile model-Q4_0.gguf --outtype Q4_0
1111

1212
# to view help: python convert_flux_to_gguf.py -h
1313
```

0 commit comments

Comments
 (0)