These are community quantizations of the original Sulphur 2 release — full credit to the original authors. This repo provides faster, smaller INT8 variants for users running on lower-VRAM GPUs (tested on an 24GB on a RTX 4090).
All credit for the base model, training, and architecture goes to the original Sulphur 2 authors. This repo only provides INT8 quantized derivatives for faster local inference.
Both were converted using
convert_to_quant with the
--ltxv2 model filter, which keeps sensitive layers (VAE, vocoder, embedding/connector blocks, and select transformer blocks) in their original precision while quantizing the rest of the transformer to INT8.
Sulphur 2 ships with a prompt enhancer. The easiest way to run it is through LM Studio:
There's no system prompt required — just send the text (and optionally an image) you'd like enhanced.