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
Move logo into hero, drop centered logo + AVAILABLE breadcrumb
Browse files- Remove the centered 600px logo block at the top
- Remove the SYSTMS / FLW AVAILABLE breadcrumb chip
- Replace the SYSTMS text in the hero h1 with the logo PNG sized
to match the 88px wordmark
- Swap in updated sample GIFs
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- FLW_01.gif +2 -2
- FLW_02.gif +2 -2
- README.md +1 -10
FLW_01.gif
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
FLW_02.gif
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
README.md
CHANGED
|
@@ -11,22 +11,13 @@ tags:
|
|
| 11 |
|
| 12 |
<div style="background:#000407;color:#F2F0EB;font-family:ui-monospace,'SF Mono','Menlo','Consolas',monospace;padding:64px 40px;margin:0 -1rem;">
|
| 13 |
|
| 14 |
-
<p align="center" style="margin:0 0 48px;"><img src="SYSTMS_LOGO_ALPHA_01.png" width="600" style="max-width:100%;height:auto;" alt="SYSTMS"></p>
|
| 15 |
-
|
| 16 |
-
<div style="display:flex;align-items:center;gap:14px;padding-bottom:14px;margin-bottom:48px;border-bottom:1px solid rgba(255,255,255,0.08);font-size:11px;letter-spacing:0.24em;text-transform:uppercase;color:#8A8A88;">
|
| 17 |
-
<span style="color:#F2F0EB;font-weight:700;">SYSTMS</span>
|
| 18 |
-
<span style="color:#5A5A58;">/</span>
|
| 19 |
-
<span>FLW</span>
|
| 20 |
-
<span style="margin-left:auto;color:#FF2D1E;">● AVAILABLE</span>
|
| 21 |
-
</div>
|
| 22 |
-
|
| 23 |
<div style="display:flex;align-items:center;gap:14px;font-size:11px;letter-spacing:0.28em;text-transform:uppercase;color:#8A8A88;margin-bottom:24px;">
|
| 24 |
<span style="display:inline-block;width:42px;height:1px;background:#FF2D1E;"></span>
|
| 25 |
SYSTMS / FLW · v1.0
|
| 26 |
</div>
|
| 27 |
|
| 28 |
<h1 style="font-family:ui-monospace,'SF Mono','Menlo','Consolas',monospace;font-size:88px;font-weight:800;line-height:0.92;letter-spacing:-0.05em;margin:0 0 28px;text-transform:uppercase;color:#FFFFFF;">
|
| 29 |
-
|
| 30 |
//FLW<span style="display:inline-block;width:0.18em;height:0.18em;border-radius:50%;background:#FF2D1E;margin-left:0.04em;box-shadow:0 0 16px rgba(255,45,30,0.6);"></span>
|
| 31 |
</h1>
|
| 32 |
|
|
|
|
| 11 |
|
| 12 |
<div style="background:#000407;color:#F2F0EB;font-family:ui-monospace,'SF Mono','Menlo','Consolas',monospace;padding:64px 40px;margin:0 -1rem;">
|
| 13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
<div style="display:flex;align-items:center;gap:14px;font-size:11px;letter-spacing:0.28em;text-transform:uppercase;color:#8A8A88;margin-bottom:24px;">
|
| 15 |
<span style="display:inline-block;width:42px;height:1px;background:#FF2D1E;"></span>
|
| 16 |
SYSTMS / FLW · v1.0
|
| 17 |
</div>
|
| 18 |
|
| 19 |
<h1 style="font-family:ui-monospace,'SF Mono','Menlo','Consolas',monospace;font-size:88px;font-weight:800;line-height:0.92;letter-spacing:-0.05em;margin:0 0 28px;text-transform:uppercase;color:#FFFFFF;">
|
| 20 |
+
<img src="SYSTMS_LOGO_ALPHA_01.png" style="display:block;height:88px;width:auto;max-width:100%;margin:0 0 12px;" alt="SYSTMS">
|
| 21 |
//FLW<span style="display:inline-block;width:0.18em;height:0.18em;border-radius:50%;background:#FF2D1E;margin-left:0.04em;box-shadow:0 0 16px rgba(255,45,30,0.6);"></span>
|
| 22 |
</h1>
|
| 23 |
|