Skip to content

Fix : gguf download link in anima.md - #1303

Closed
Juste-Leo2 wants to merge 1 commit into
leejet:masterfrom
Juste-Leo2:patch-1
Closed

Fix : gguf download link in anima.md#1303
Juste-Leo2 wants to merge 1 commit into
leejet:masterfrom
Juste-Leo2:patch-1

Conversation

@Juste-Leo2

Copy link
Copy Markdown
Contributor

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 the main branch and they work correctly.

I can add more quantization levels if there is a need for them :)

Updated gguf download link for Anima.
@leejet

leejet commented Mar 1, 2026

Copy link
Copy Markdown
Owner

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.

@Juste-Leo2

Copy link
Copy Markdown
Contributor Author

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 :) !
Quick question: is it normal that, for instance, the Q6_K quantization for ComfyUI GGUF doesn't have the same file size as the Q6_K quantization for stable-diffusion.cpp? I don't know enough about the internals yet, so I'm curious.

@Juste-Leo2

Copy link
Copy Markdown
Contributor Author

Since the compatibility fix is already merged, I'll close this PR as it's no longer needed.

@Juste-Leo2 Juste-Leo2 closed this Mar 1, 2026
@leejet

leejet commented Mar 1, 2026

Copy link
Copy Markdown
Owner

is it normal that, for instance, the Q6_K quantization for ComfyUI GGUF doesn't have the same file size as the Q6_K quantization for stable-diffusion.cpp?

Because some weight types are different — for example, certain weights were converted to f32 by Bedovyy, while yours are using bf16.

@Juste-Leo2
Juste-Leo2 deleted the patch-1 branch May 28, 2026 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants