unsloth/gemma-4-31b-it-ggufvsunsloth/z-image-turbo-gguf
Side-by-side comparison of unsloth/gemma-4-31b-it-gguf and unsloth/z-image-turbo-gguf: downloads, license, context length, tasks, and benchmarks.
unsloth/gemma-4-31b-it-gguf
processor = AutoProcessor.from_pretrained(MODEL_ID) model = AutoModelForCausalLM.from_pretrained( MODEL_ID, dtype="auto", device_map="auto" ) `` Once the model is loaded, you can start generating output: `python # Prompt messages = [ {"role": "system", "content": "You are a help…
unsloth/z-image-turbo-gguf
# Use bfloat16 for optimal performance on supported GPUs pipe = ZImagePipeline.from_pretrained( "Tongyi-MAI/Z-Image-Turbo", torch_dtype=torch.bfloat16, low_cpu_mem_usage=False, ) pipe.to("cuda") # [Optional] Attention Backend # Diffusers uses SDPA by default. Switch to Flash Att…
Side-by-side Specifications
| unsloth/gemma-4-31b-it-gguf | unsloth/z-image-turbo-gguf | |
|---|---|---|
| Author | unsloth | unsloth |
| Pipeline Task | image-text-to-text | text-to-image |
| Library | — | ggml |
| Downloads | 1,362,626 | 44,268 |
| Likes | 325 | 133 |
| License | Unknown | Unknown |
| Context Length | — | — |
| Created | 2026-04-01 | 2025-12-21 |
| Last Modified | 2026-04-11 | 2026-01-08 |
| Tags |
View full details: unsloth/gemma-4-31b-it-gguf · unsloth/z-image-turbo-gguf