A user has published code and weights for running NVIDIA's 64-billion parameter Cosmos3 model locally using INT4 quantization. The implementation supports both Text-to-Image and Image-to-Video tasks on Apple Silicon via MLX as well as CUDA.

  • The repository provides GitHub code and Hugging Face weights for the Cosmos3-Super-Text2Image-4Step-INT4-G64-BF16 model.
  • Quantization allows the large 64B parameter model to run on consumer hardware, with a single clip generation taking approximately five minutes on an M4 Max Mac with 128 GB of memory.
  • The project includes a comparison with Grok to demonstrate performance capabilities.

This release enables local inference of state-of-the-art image generation models on devices that typically lack the VRAM required for full-precision weights.