How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="worstplayer/Z-Image_Qwen_3_4b_text_encoder_GGUF",
	filename="",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

GGUF quantized version of the Z-Image text encoder (Qwen 3 4b)

Recommended:

  • Qwen_3_4b-imatrix-IQ4_XS.gguf - default pick
  • Qwen_3_4b-imatrix-Q3_K_M.gguf - if you really need that extra 200mb
  • Qwen_3_4b-Q8_0.gguf - near identical results to FP16

comparison

Downloads last month
18,653
GGUF
Model size
4B params
Architecture
qwen3
Hardware compatibility
Log In to add your hardware

3-bit

4-bit

6-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for worstplayer/Z-Image_Qwen_3_4b_text_encoder_GGUF

Quantized
(44)
this model