Instructions to use FrankDase/LTX-2.3-MLX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use FrankDase/LTX-2.3-MLX with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir LTX-2.3-MLX FrankDase/LTX-2.3-MLX
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pipeline_tag: image-to-video
|
| 3 |
+
base_model: Lightricks/LTX-2.3
|
| 4 |
+
license: other
|
| 5 |
+
license_name: ltx-2-community-license-agreement
|
| 6 |
+
license_link: https://huggingface.co/Lightricks/LTX-2.3
|
| 7 |
+
tags:
|
| 8 |
+
- mlx
|
| 9 |
+
- mlx-video
|
| 10 |
+
- ltx-video
|
| 11 |
+
- ltx-2.3
|
| 12 |
+
- text-to-video
|
| 13 |
+
- image-to-video
|
| 14 |
+
- audio-to-video
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
+
# LTX-2.3 MLX
|
| 18 |
+
|
| 19 |
+
MLX conversion of Lightricks LTX-2.3 for Apple Silicon.
|
| 20 |
+
|
| 21 |
+
## Features
|
| 22 |
+
|
| 23 |
+
- Text-to-Video
|
| 24 |
+
- Image-to-Video
|
| 25 |
+
- Audio-to-Video
|
| 26 |
+
- Two-stage generation
|
| 27 |
+
- Synchronized audio generation
|
| 28 |
+
- Apple Silicon / MLX
|
| 29 |
+
|
| 30 |
+
## Base model
|
| 31 |
+
|
| 32 |
+
Converted from [Lightricks/LTX-2.3](https://huggingface.co/Lightricks/LTX-2.3).
|
| 33 |
+
|
| 34 |
+
## Intended use
|
| 35 |
+
|
| 36 |
+
Local LTX-2.3 video generation on Apple Silicon using `mlx-video`.
|
| 37 |
+
|
| 38 |
+
## License
|
| 39 |
+
|
| 40 |
+
The original LTX-2.3 license and usage restrictions apply.
|