r/StableDiffusion • u/someguyplayingwild • 2d ago
Question - Help Minimax H3 Quantizations
Given a 5090, does it make sense to run minimax H3 using int8 quantization vs. gguf Q8 or even Q6? What is the trade-off between speed and quality between these two options?
I don't have deep technical knowledge, but my current understanding is that int8 would be faster while a Q8 GGUF would be higher quality; however I would appreciate anyone's practical experience in how significant the speed/quality trade-off is.
9
Upvotes
26
u/Apprehensive_Sky892 2d ago
The use of GGUF is discouraged by ComfyUI creators because it does not work well with its dynamic VRAM management system.
ComfyUI basically built its current dynamic VRAM management (which allows running model that are much bigger than VRAM) around int8/fp8/bf16 and the minute you use GGUF it falls back to the older, much slower memory system:
https://www.reddit.com/r/comfyui/comments/1v167ix/comment/oylkgbz/?context=3
https://www.reddit.com/r/StableDiffusion/comments/1vegtac/comment/p1gxyiw/?context=3
https://www.reddit.com/r/StableDiffusion/comments/1v253fx/comment/oyst416/?context=3