LTX2.x
Collection
Collection of LTX 2.x based models โข 8 items โข Updated
How to use vantagewithai/Sulphur-2-Base-GGUF with Diffusers:
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline
from diffusers.utils import load_image, export_to_video
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("vantagewithai/Sulphur-2-Base-GGUF", dtype=torch.bfloat16, device_map="cuda")
pipe.to("cuda")
prompt = "A man with short gray hair plays a red electric guitar."
image = load_image(
"https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/guitar-man.png"
)
output = pipe(image=image, prompt=prompt).frames[0]
export_to_video(output, "output.mp4")Quantized GGUF Versions of Sulphur 2 for ComfyUI
Original model Link: https://huggingface.co/SulphurAI/Sulphur-2-base
Watch us at Youtube: @VantageWithAI
Sulphur 2
An uncensored video generation model based on LTX 2.3 supporting both t2v and i2v natively, as well as all of the other ltx 2.3 formats.
Credits
Funders
Thank you to everyone who contributed.
3-bit
4-bit
5-bit
6-bit
8-bit