Instructions to use unsloth/LTX-2.3-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Local Apps Settings
- 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, )
Could you share your image‑to‑video workflow?
I’ve been using your model together with your text‑to‑video workflow, and everything has been working normally.
However, since your files only include the text‑to‑video workflow, using other people’s image‑to‑video workflows keeps failing on my side.
So I’d like to ask if you could share the image‑to‑video workflow you personally use. Thank you!
Download my workflow here: https://wiki.chenjia.org/books/comfyui/page/ltx23-video-generation-using-comfyui
Join Discord
Download my workflow here: https://wiki.chenjia.org/books/comfyui/page/ltx23-video-generation-using-comfyui
Join Discord
Thank you for sharing your workflow. However, for some reason, one of the nodes keeps throwing an error whenever I try to generate a video. Please see the screenshot below.
I think your ComfyUI is conflict between different packages.
Make sure the hash is the same:6709dc66cf1c52bb31bde2cccd70324691261a03dfbab813b7196e20c0a4cb63
Thanks — it was indeed my issue. My ComfyUI hadn’t been updated for a long time, which caused the problem. After updating ComfyUI over the past few days, everything is working now.




