Best local AI models for NVIDIA Quadro K600
1 GB DDR3. At a 4k context, 28 of the 233 models in our catalog with verified parameter counts fit fully, up to Tango 2 at 1.4B parameters.
Check your own machine against every model →The largest models that fit fully
The 28 largest of the 28 models that fit; every smaller model in the catalog fits too. Best quant means the highest quality compression whose weights and 4k context both sit inside the memory.
| Model | Parameters | Best quant that fits | Memory used at 4k |
|---|---|---|---|
| Tango 2 | 1.4B | Q4_K_M | 1 GB |
| TinyLlama 1.1B | 1.1B | Q5_K_M | 0.9 GB |
| SantaCoder 1.1B | 1.1B | Q5_K_M | 0.9 GB |
| Stable Audio Open 1.0 / small | 1.1B | Q5_K_M | 0.9 GB |
| Gemma 3 1B | 1B | Q6_K | 1 GB |
| Llama 3.2 1B / 3B | 1B | Q6_K | 1 GB |
| MMS (1100+ languages) | 1B | Q6_K | 1 GB |
| CSM-1B | 1B | Q6_K | 1 GB |
| IndexTTS 2 | 1B | Q6_K | 1 GB |
| DiffRhythm | 1B | Q6_K | 1 GB |
| Stable Diffusion 2.1 | 0.9B | Q6_K | 0.9 GB |
| Bark | 0.9B | Q6_K | 0.9 GB |
| Tortoise TTS | 0.9B | Q6_K | 0.9 GB |
| Riffusion (SD-based) | 0.9B | Q6_K | 0.9 GB |
| Magenta RT | 0.8B | Q8_0 | 1 GB |
| Florence-2 base/large | 0.77B | Q8_0 | 1 GB |
| Qwen3 0.6B | 0.6B | Q8_0 | 0.8 GB |
| PixArt-α / PixArt-Σ | 0.6B | Q8_0 | 0.8 GB |
| Parakeet TDT 0.6B v2 | 0.6B | Q8_0 | 0.8 GB |
| XTTS v2 | 0.5B | Q8_0 | 0.6 GB |
| Spark-TTS | 0.5B | Q8_0 | 0.6 GB |
| CosyVoice 2 | 0.5B | Q8_0 | 0.6 GB |
| VALL-E X (unofficial) | 0.4B | FP16 | 1 GB |
| ERNIE 4.5 open weights | 0.3B | FP16 | 0.7 GB |
| F5-TTS | 0.3B | FP16 | 0.7 GB |
| E2-TTS | 0.3B | FP16 | 0.7 GB |
| ChatTTS | 0.3B | FP16 | 0.7 GB |
| StyleTTS 2 | 0.15B | FP16 | 0.4 GB |
Close, but only with CPU offload
These need more than the card holds at their smallest practical quant, so part of the model runs from system memory (figures assume 32 GB of it). They work, several times slower.
| Model | Parameters | Memory at FP8 / optimized | System RAM at 4k |
|---|---|---|---|
| Stable Diffusion 1.5 | 1.07B | 1.3 GB needed | 3.3 GB |
| ControlNet / T2I-Adapter / IP-Adapter | 1.5B | 1.1 GB needed | 3.1 GB |
| Hunyuan-DiT | 1.5B | 1.1 GB needed | 3.1 GB |
| Stable Video Diffusion | 1.5B | 1.1 GB needed | 3.1 GB |
| Whisper Large v2 / turbo | 1.5B | 1.1 GB needed | 3.1 GB |
| AudioGen | 1.5B | 1.1 GB needed | 3.1 GB |
| AudioLDM 2 | 1.5B | 1.1 GB needed | 3.1 GB |
| Whisper Large v3 | 1.55B | 1.3 GB needed | 3.3 GB |
| StableLM 2 1.6B | 1.6B | 1.2 GB needed | 3.2 GB |
| Sana 0.6B / 1.6B | 1.6B | 1.2 GB needed | 3.2 GB |
How to read this
The NVIDIA Quadro K600 is an entry level professional graphics card equipped with 1 GB DDR3 of onboard video memory. This hardware memory size represents the absolute limit for storing model weights directly on the graphics card. To run artificial intelligence models locally on this hardware, you must select small architectures or use aggressive quantization to reduce the memory footprint of the weights.
The quantization column indicates the specific numerical format used to compress the model. For example, a Q4_K_M quant uses approximately four bits per weight to compress the Tango 2 1.4B model down to 1 GB of video memory. Higher precision formats like FP16 preserve more original quality but require much smaller models like the StyleTTS 2 0.15B model which uses 0.4 GB of video memory.
When a model size exceeds the physical 1 GB limit of the graphics card, you must use CPU offload. This technique splits the workload between your graphics card and your system memory. To use CPU offload, your computer should have 32 GB system RAM. For example, running Stable Diffusion 1.5 requires 1.3 GB of video memory at FP8 or optimized settings, which forces 3.3 GB of data into your system RAM.
Offloading weights to system RAM carries a significant performance cost. System RAM and DDR3 video memory transfer data much slower than modern graphics memory. While offloading allows you to run larger architectures like the StableLM 2 1.6B model or Sana 1.6B model, the generation speed will be much slower because of the data transfer bottleneck between the processor and system memory.
You must also consider the context window when running text models. The listed memory usage figures only account for the static model weights. Running a model with a 4k context window requires additional video memory to store the active conversation history. This extra memory overhead can easily exceed the 1 GB limit of the card, so you may need to reduce the context length to prevent out of memory errors.