What is Sulphur-2-base?
Sulphur 2 is an uncensored video generation model from SulphurAI, built on Lightricks LTX 2.3. It supports both text-to-video and image-to-video natively, along with all the other LTX 2.3 formats. It is a community model: the card credits testers, mergers and two anonymous funders, and points to a recommended image-to-video merge by TenStrip for that workload.
| Specification | Sulphur-2-base |
|---|---|
| Base model | Lightricks LTX 2.3 |
| Modalities | Text-to-video and image-to-video |
| Checkpoints | dev bf16, dev fp8mixed, distil bf16 |
| Extras | Distill LoRA rank 768, prompt enhancer, ComfyUI workflows |
| Release date | May 2026 |
| License | LTX-2 Community License |
How Sulphur 2 is set up
The vendor's recommended start is one of the dev checkpoints, fp8mixed or bf16, plus the provided distill LoRA for faster generation. The two routes do not stack: use the LoRA on a dev checkpoint or use the full distil checkpoint, not both at once.
The repository also ships a prompt enhancer as a GGUF file with an mmproj projector: a small local vision-language model that turns a short prompt, optionally with an image, into a detailed video prompt. The card describes running it in a local LLM app with no system prompt, then feeding the output to the video model.
Sulphur 2 hardware requirements
This is big-GPU territory. The file sizes from the repository:
| File | Size |
|---|---|
| sulphur_dev_fp8mixed.safetensors | 29.2 GB |
| sulphur_dev_bf16.safetensors | 46.1 GB |
| sulphur_distil_bf16.safetensors | 46.1 GB |
| sulphur_lora_rank_768.safetensors | 10.3 GB |
Plan for a high-VRAM GPU or a large unified-memory machine, with fp8mixed as the practical entry point. Community GGUF quantizations exist for tighter setups.
How to run Sulphur 2 locally
Sulphur 2 runs through ComfyUI. Download a dev checkpoint and the distill LoRA from SulphurAI/Sulphur-2-base, then load one of the workflows shipped in the repository. Official standalone inference code is announced as coming soon on the model card.
For language models to run alongside it, see the full catalog of local models.
Sulphur-2-base license
The weights are distributed under the LTX-2 Community License inherited from the Lightricks base model. Read the license file in the repository before any commercial use, since the terms are set by the base model's license rather than a standard open-source one.
