Image-to-Video
GGUF
ggml
unsloth
text-to-video
video-to-video
image-text-to-video
audio-to-video
text-to-audio
video-to-audio
audio-to-audio
text-to-audio-video
image-to-audio-video
image-text-to-audio-video
ltx-2
ltx-2-3
ltx-video
ltxv
lightricks
Instructions to use unsloth/LTX-2.3-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Local Apps
- Unsloth Studio
How to use unsloth/LTX-2.3-GGUF with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for unsloth/LTX-2.3-GGUF to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for unsloth/LTX-2.3-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for unsloth/LTX-2.3-GGUF to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="unsloth/LTX-2.3-GGUF", max_seq_length=2048, )
New UD GGUF's uploaded!
pinned🔥 6
9
#6 opened 3 months ago
by
shimmyshimmer
Could you share your image‑to‑video workflow?
#20 opened 5 days ago
by
bigwinboy
What is wrong with my mmproj-*.gguf?
#19 opened 14 days ago
by
Dunc4n1dah0
Why do you provide different VAEs and Text Encoders for Dev vs. Distilled models?
#18 opened 28 days ago
by
ArenaImaginationis
Excuse me,distilled-1.1-UD-Q5_K_SWill it be made?
#17 opened about 1 month ago
by
XINXUANX
1.1 Update on the gguf dev models?
12
#16 opened about 1 month ago
by
Veritsa
V 1.1 GGUF?
1
#15 opened about 1 month ago
by
Cemrek
distill model updated
❤️ 1
1
#14 opened about 2 months ago
by
jimzlf
Almost replicating the workflow of the video, yet the result is not satisfactory.
#13 opened about 2 months ago
by
higr
Why it gives me OOM with 21gb gguf model but gens fine with 27gb fp8 safetensor?
👍 1
#12 opened 2 months ago
by
Zuzuus
NoobQ: Can this run split over 2x 24GB cards?
1
#11 opened 2 months ago
by
BingoBird
mmproj bf16.gguf
#9 opened 2 months ago
by
XINXUANX
Image to Video
7
#8 opened 3 months ago
by
0xbcn
UD dev ggufs are causing the following issues
5
#7 opened 3 months ago
by
realrebelai
how to control distill model the weight lora inside
#5 opened 3 months ago
by
ZKong
Keys missing from connectors?
👍 1
1
#4 opened 3 months ago
by
Luke2642
VAELoaderKJ"If the VAE is from a checkpoint loader node your checkpoint does not contain a valid VAE."
7
#3 opened 3 months ago
by
sculida
UD-K_XL and UD-K_S variants for LTX-2.3?
3
#2 opened 3 months ago
by
AI-Joe-git