Can the Mac 64 GB run LTX-2 (19B)?
Download 16-bit (37.8 GB). With the model's working memory it needs about 42.6 GB, leaving 13.1 GB spare on 55.7 GB. Quality: the original weights.
01What to download
| Part | File | Folder | Size | |
|---|---|---|---|---|
| Model | ltx-2-19b-dev-BF16.gguf 16-bit · unsloth/LTX-2-GGUF | models/unet | 37.8 GB | Download → |
| Text encoder | gemma_3_12B_it.safetensors Gemma 3 12B BF16 · Comfy-Org/ltx-2 | models/text_encoders | 24.4 GB | Download → |
| VAE | ltx-2-19b-dev_video_vae.safetensors LTX-2 video VAE · unsloth/LTX-2-GGUF | models/vae | 2.4 GB | Download → |
| Also needed | ltx-2-19b-dev_audio_vae.safetensors LTX-2 audio VAE · unsloth/LTX-2-GGUF | models/vae | 0.2 GB | Download → |
| Also needed | ltx-2-19b-dev_embeddings_connectors.safetensors LTX-2 text embeddings connectors (projection) · unsloth/LTX-2-GGUF | models/text_encoders | 2.9 GB | Download → |
| Total download · keep about the same free on disk | 67.7 GB | |||
Only for some workflows: LTX-2 spatial upscaler x2 (1.0 GB, official two-stage template). On a Mac, FP8 text encoders do not load, so a 16-bit one is listed. Sizes read from Hugging Face (2026-09-25). “Download” links start the file directly; the file name links are the same files the official ComfyUI workflows use.
Shared memory: about 73.7 GB of your 64 GB. On this machine the model, the text encoder, the VAE and the operating system all use the same memory. That is about 9.7 GB more than there is. It still runs: while the model works, the system compresses or swaps the idle text encoder, so loading and changing the prompt get slower. A smaller file or text encoder avoids that. calculated
02Every LTX-2 file on 55.7 GB
| File | Size | Needed | On this card | Quality | Download |
|---|---|---|---|---|---|
| 16-bit ← GGUF · unsloth | 37.8 GB | 42.6 GB | fits · 13.1 GB spare | the original weights | Hugging Face → |
| Q8_0 GGUF · unsloth | 20.4 GB | 25.2 GB | fits · 30.5 GB spare | practically identical to the original | Hugging Face → |
| Q6_K GGUF · unsloth | 16.0 GB | 20.8 GB | fits · 34.9 GB spare | very close to the original | Hugging Face → |
| Q5_K_M GGUF · unsloth | 14.3 GB | 19.1 GB | fits · 36.6 GB spare | close; small differences in fine detail | Hugging Face → |
| Q4_K_M GGUF · unsloth | 12.8 GB | 17.6 GB | fits · 38.1 GB spare | good; some loss in fine detail and text | Hugging Face → |
| Q3_K_M GGUF · unsloth | 10.1 GB | 14.9 GB | fits · 40.8 GB spare | noticeable loss of detail | Hugging Face → |
| Q2_K GGUF · unsloth | 8.1 GB | 12.9 GB | fits · 42.8 GB spare | heavy loss; a last resort | Hugging Face → |
Sizes from the Hugging Face file listing, read 2026-09-25. “Needed” = file + 4 GB working memory for this model + 0.8 GB kept free for the system.
03The text encoder
Gemma 3 12B: 24.4 GB as 16-bit, 13.2 GB as FP8, 9.4 GB as FP4 mixed. ComfyUI encodes the prompt first and can push the encoder out of VRAM before sampling, so it does not have to fit together with the model. On 55.7 GB the FP8 encoder fits on its own, so prompt encoding stays fast.
04About this GPU
A Mac with 64 GB shares that memory between the CPU and the GPU. On current macOS the GPU may use about 55.7 GB of it by default (older macOS versions: about 51.5 GB); that is the figure used here. ComfyUI can go past it, but macOS then starts compressing and swapping memory and everything slows down. ComfyUI runs on Apple GPUs through PyTorch's MPS backend. 16-bit and GGUF files work; FP8 and INT8 files do not save memory on a Mac, so they are skipped. Speed is the catch: even the fastest Macs are several times slower per image than a desktop RTX card. Chips sold with 64 GB: M1 Max, M1 Ultra, M2 Max, M2 Ultra, M3 Max, M4 Pro, M4 Max, M5 Pro, M5 Max (memory bandwidth 273–800 GB/s — the higher, the faster). Everything about Macs and local AI →
Mac 64 GB: 64 GB unified · ~55.7 GB for the GPU · 273–800 GB/s · Apple Silicon. Everything that runs on the Mac 64 GB →
05What more VRAM would change
Nothing to gain for this model: the Mac 64 GB already runs a top-quality file entirely in VRAM. More memory would only help with bigger images, longer clips or several models at once.
06Measured and reported results
Nobody has sent measured numbers for this pair yet. If you run LTX-2 on a Mac 64 GB, send your time per image and peak VRAM and it will appear here, credited.
07Questions
How much VRAM does LTX-2 need?
Around 12.9 GB with the smallest file (Q2_K) and 25.2 GB with an 8-bit file (Q8_0), counting working memory and a small system reserve. The full 16-bit file needs about 42.6 GB.
Which LTX-2 file should I download for the Mac 64 GB?
16-bit (37.8 GB) from unsloth/LTX-2-GGUF. Load it with Unet Loader (GGUF) from the ComfyUI-GGUF node pack.
Is FP8 faster than GGUF on the Mac 64 GB?
No. This GPU has no FP8 compute, so ComfyUI converts FP8 weights back before the maths. FP8 only saves memory here; Q8_0 GGUF is the closer-to-original 8-bit pick.
How much do I need to download for LTX-2 on the Mac 64 GB?
About 67.7 GB for the model file, text encoder and VAE listed on this page, and the same again free on disk. With a 55.7 GB card, 96 GB of system RAM or more is recommended.