Instructions to use systms/SYSTMS-FLW-IC-LORA-LTX-2.3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use systms/SYSTMS-FLW-IC-LORA-LTX-2.3 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Lightricks/LTX-Video", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("systms/SYSTMS-FLW-IC-LORA-LTX-2.3") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
Commit ·
4b0345d
0
Parent(s):
Add FREEFLOW model card
Browse files- README.md +42 -0
- SYSTMS_LOGO_ALPHA_01.png +0 -0
README.md
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-sa-4.0
|
| 3 |
+
base_model:
|
| 4 |
+
- Lightricks/LTX-Video
|
| 5 |
+
library_name: diffusers
|
| 6 |
+
tags:
|
| 7 |
+
- diffusers
|
| 8 |
+
- lora
|
| 9 |
+
- ltx-video
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
<p align="center"><img src="SYSTMS_LOGO_ALPHA_01.png" width="600"></p>
|
| 13 |
+
|
| 14 |
+
### SYSTMS // FREEFLOW: LTX-Video LoRA
|
| 15 |
+
|
| 16 |
+
This LoRA adds cinematic camera moves to your LTX-Video generations — turning static prompts into dynamic shots with motion that feels like it came off a film set.
|
| 17 |
+
|
| 18 |
+
The LoRA is based on LTX-Video and is trained on 2,400 clips hand-picked from contemporary cinema, at 24fps · 769×480.
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
- **Developed by:** <a href="https://www.systms.ai">Systms</a>
|
| 22 |
+
- **Model type:** LTX-Video LoRA
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
## How to Get Started with the Model
|
| 26 |
+
|
| 27 |
+
Drop the `.safetensors` into your ComfyUI `models/loras/` folder, then load the provided <a href="https://huggingface.co/systms/SYSTMS-FREEFLOW-LoRA-LTX-Video/blob/main/SYSTMS_FREEFLOW_WORKFLOW.json">workflow</a> and use the trigger phrase `<freeflow>` somewhere in your prompt.
|
| 28 |
+
|
| 29 |
+
Recommended starting params: **strength 0.75**, **CFG 3.5**, **28 steps**, **euler / simple**. Range to explore: strength 0.5–1.0, CFG 2.5–4.5, steps 20 (fast) → 40 (quality).
|
| 30 |
+
|
| 31 |
+
<p align="center">
|
| 32 |
+
<video src="./FREEFLOW_01.mp4" width="768" autoplay loop muted playsinline></video><br>
|
| 33 |
+
</p>
|
| 34 |
+
<p align="center">
|
| 35 |
+
<video src="./FREEFLOW_02.mp4" width="768" autoplay loop muted playsinline></video><br>
|
| 36 |
+
</p>
|
| 37 |
+
<p align="center">
|
| 38 |
+
<video src="./FREEFLOW_03.mp4" width="768" autoplay loop muted playsinline></video><br>
|
| 39 |
+
</p>
|
| 40 |
+
<p align="center">
|
| 41 |
+
<video src="./FREEFLOW_04.mp4" width="768" autoplay loop muted playsinline></video><br>
|
| 42 |
+
</p>
|
SYSTMS_LOGO_ALPHA_01.png
ADDED
|