Fix : gguf download link in anima.md - #1303
Conversation
Updated gguf download link for Anima.
|
Thanks! However, I think it would be better to implement compatibility for this kind of naming directly in the code. That way, users of ComfyUI won’t need to keep two copies of the weights locally. You can take a look at this PR #1305. |
Glad I could help :) ! |
|
Since the compatibility fix is already merged, I'll close this PR as it's no longer needed. |
Because some weight types are different — for example, certain weights were converted to |
The GGUF models currently linked in the documentation were quantized for ComfyUI-GGUF. They are incompatible with this repository and cause the following error:
[ERROR] stable-diffusion.cpp:335 - get sd version from file failed: ''I have updated the links to a repository containing GGUF files specifically quantized for
stable-diffusion.cpp. I have tested them on themainbranch and they work correctly.I can add more quantization levels if there is a need for them :)