How can I get these pruned GGUFs to work in ComfyUI?

#6
by PixelPlayer - opened

All existing GGUF loaders return the error “This model is not currently supported - (Unknown model architecture!)”. How can I load these pruned models into ComfyUI?

Passed the GGUF loader but got this error: "SamplerCustomAdvanced failed"
I'm using this workflow: https://comfy.org/workflows/a781503cf508-a781503cf508

I'm using the workflow from Rebel, and everything is working fine. https://huggingface.co/realrebelai/MiniMax-H3_GGUFs/tree/main

Apologies, that was my mistake; I had not set the pixel count as a multiple of 32. The fork works excellently.

Tried all GGUF loaders redownload text encoders.

ValueError: This gguf file is incompatible with llama.cpp!
Consider using safetensors or a compatible gguf file
(\qwen3vl_32b_minimax_h3-Q2_K_M.gguf)

Sign up or log in to comment