Update README.md
Browse files
README.md
CHANGED
|
@@ -6,6 +6,17 @@ pipeline_tag: text-to-video
|
|
| 6 |
tags:
|
| 7 |
- code
|
| 8 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
This program mainly optimizes the desktop version of LTX, breaking the generation time limitations and lowering the barrier to use. It now only requires 24GB to run, whereas the desktop version needs 32GB.
|
| 10 |
|
| 11 |
Compared to the messy and complex workflows and error-prone nodes in the ComfyUI version, this one integrates all features, including image-to-video, text-to-video, start/end frames, lip-sync, video enhancement, and image generation.
|
|
|
|
| 6 |
tags:
|
| 7 |
- code
|
| 8 |
---
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
April 2, 2026 Update:
|
| 12 |
+
|
| 13 |
+
1. Added LoRA functionality (place LoRA in the `loras` folder within the model directory).
|
| 14 |
+
|
| 15 |
+
2. Added model selection capability (currently testing quantization to reduce GPU memory usage; modifying the model does not currently lower the GPU memory requirement, pending future updates).
|
| 16 |
+
|
| 17 |
+
3. Added multi-frame insertion functionality, with two generation modes: Mode 1: Inserts multiple frames into a latent space to directly generate a long video. Mode 2: Generates many independent first and last frame segments, which are then stitched together to form a complete video.
|
| 18 |
+
|
| 19 |
+
4. ----
|
| 20 |
This program mainly optimizes the desktop version of LTX, breaking the generation time limitations and lowering the barrier to use. It now only requires 24GB to run, whereas the desktop version needs 32GB.
|
| 21 |
|
| 22 |
Compared to the messy and complex workflows and error-prone nodes in the ComfyUI version, this one integrates all features, including image-to-video, text-to-video, start/end frames, lip-sync, video enhancement, and image generation.
|