model-list.json: fix save-path for flux1-dev-F16.gguf (#1070)

The save path has a typo - it saves to the "diffusion_model" subfolder (no "s"), instead of "diffusion_models"
This commit is contained in:
Paul Molodowitch 2024-09-18 17:00:41 -07:00 committed by GitHub
parent 3701246fb1
commit bc63b2cd3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3888,7 +3888,7 @@
"name": "city96/flux1-dev-F16.gguf",
"type": "diffusion_model",
"base": "FLUX.1",
"save_path": "diffusion_model/FLUX1",
"save_path": "diffusion_models/FLUX1",
"description": "FLUX.1 [Dev] Diffusion model (f16/.gguf)",
"reference": "https://huggingface.co/city96/FLUX.1-dev-gguf",
"filename": "flux1-dev-F16.gguf",