text encoder int4 model has a few extra bytes
#5
by Wladastic - opened
if you look at it with tail, you see that after safetensors it appears to have some extra timestamp?
L2P_bypass_text_encoders_qwen3vl_32b_minimax_h3_int4_convrot.safetensors_1785759870
After removing it with:
truncate -s 14952506624 qwen3vl_32b_minimax_h3_int4_convrot.safetensors
It now works for me too
You can use gguf also, it works better.
Abiray locked this discussion