CoolFace
Modelpublic

PinkPixel/ASCII-Machine-GGUF

sourceHugging Faceapache-2.0updated 5mo agoView on Hugging Face
0likes553downloads
Model Card

<div align="center"> <img src="logo.png" alt="ASCII Machine Logo" width="300" height="300"> <h1>✨ ASCII Machine GGUF ✨</h1> <p><i>Quantized versions of <a href="https://huggingface.co/PinkPixel/ASCII-Machine">PinkPixel/ASCII-Machine</a></i></p> </div>


NOTE: This is the first version of this model and it may not always generate perfect ASCII art. Fine tuning is still in progress and there will be updated versions coming soon.

📦 Model Overview

This repository contains GGUF (llama.cpp) compatible versions of ASCII Machine, a specialized model for ASCII art generation based on Qwen3.5-2B.

⚠️ Important Note: Vision Support

ASCII Machine features advanced vision-language capabilities. However, due to the very new architecture of Qwen3.5-2B, vision support (mmproj) may not yet be fully functional in current versions of `llama.cpp`, `LM Studio`, or `Ollama`.

We have included the mmproj.gguf files for experimentation, but expect updates as the ecosystem matures.

💾 Available Quantizations

File NameDescription
ascii-machine.BF16.ggufOriginal Brain Float 16 precision
ascii-machine.F16.ggufHalf-precision Float 16
ascii-machine.Q8_0.gguf8-bit quantization (High quality, large)
ascii-machine.Q6_K.gguf6-bit quantization (Excellent balance)
ascii-machine.Q5_K_M.gguf5-bit quantization (Recommended)
ascii-machine.Q4_K_M.gguf4-bit quantization (Standard)
ascii-machine.Q3_K_M.gguf3-bit quantization (Small)
ascii-machine.Q2_K_L.gguf2-bit quantization (Extreme compression)
ascii-machine.BF16-mmproj.ggufVision adapter (Experimental)

💬 Example Usage

User:

Generate an ASCII rocket.

ASCII Machine:

text
   /\
  |  |
  |  |
 /____\
 [____]
  |  |
  |  |
 /_||_\

<div align="center"> Made with ❤️ by <a href="https://pinkpixel.dev">Pink Pixel</a> <br> <i>"Dream it, Pixel it"</i> </div>