I am trying to convert ACE-Step1.5-XL-Turbo-bf16.gguf (found a link to a repo by a community contributor in the issues) to lower quants like q8_0 and have had zero luck so far. I am using audiocpp_gguf.exe. something like:
audiocpp_gguf.exe --input ACE-Step1.5-XL-Turbo-bf16.gguf --type q8_0 --output test.gguf
which gives:
error: no GGUF sidecars were found ...
How to do the conversion?
Also a side but relevant second question: in the UI in the model tab, are all those shown models hard coded? For example, ACE-Step shows 6 blocks.
I am trying to convert ACE-Step1.5-XL-Turbo-bf16.gguf (found a link to a repo by a community contributor in the issues) to lower quants like q8_0 and have had zero luck so far. I am using
audiocpp_gguf.exe. something like:audiocpp_gguf.exe --input ACE-Step1.5-XL-Turbo-bf16.gguf --type q8_0 --output test.ggufwhich gives:
error: no GGUF sidecars were found ...How to do the conversion?
Also a side but relevant second question: in the UI in the model tab, are all those shown models hard coded? For example, ACE-Step shows 6 blocks.