这是一款开源 LoRA,专为**LTX‑2.3 22B** 打造,能将生成内容锁定为真实的 80 年代末 / 90 年代初CRT 显示器风格——包含扫描线、荧光粉辉光、色差、桶形畸变、抖动、信号噪声和卡顿的低帧率动态效果。
该模型在 fal 上训练,可在 fal、ComfyUI 或任何其他支持标准 .safetensors LoRA 文件的 LTX‑2.3 22B 运行环境中使用。
触发词: crtanim,(每个提示词的首个标记)。
🚀 在 fal 上一键测试: playground
| 文件 | 步数 | 最适用于 |
|---|---|---|
crtanim_4000.safetensors | 4000 | 风格更宽松,动态效果更丰富 |
crtanim_10000.safetensors | 10000 | 文字更清晰,结构更锐利(推荐) |
两个文件均已采用 ComfyUI 密钥格式——直接放入 ComfyUI/models/loras/ 目录即可使用,无需转换。
直接下载链接:
https://v3b.fal.media/files/b/0a96b375/yYgKwLBgP9cIx7yJMT0Iy_lora_weights_step_04000.safetensorshttps://v3b.fal.media/files/b/0a96eb30/QratjdCIjYTgJe6jB47OY_lora_weights_step_10000.safetensors![]() | ![]() | ![]() |
![]() | ![]() | ![]() |
![]() | ![]() | ![]() |
![]() | ![]() | ![]() |
curl --request POST \
--url https://fal.run/fal-ai/ltx-2.3-22b/text-to-video/lora \
--header "Authorization: Key $FAL_KEY" \
--header "Content-Type: application/json" \
--data '{
"prompt": "crtanim, a dense CRT terminal typing \"$ claude --continue\" in glowing green pixel font, scanlines, phosphor glow, low choppy frame rate.",
"loras": [{"path": "https://v3b.fal.media/files/b/0a96eb30/QratjdCIjYTgJe6jB47OY_lora_weights_step_10000.safetensors", "scale": 1.0}],
"video_size": {"width": 1024, "height": 1024},
"num_frames": 121,
"fps": 24,
"enable_prompt_expansion": false,
"negative_prompt": "blurry, low quality, jpeg artifacts, compression artifacts, watermark, signature"
}'重要设置:
enable_prompt_expansion: false — 保持提示词完整不变negative_prompt — 默认的负面提示词包含 "text, on screen text, titles",这会破坏可读文本video_size 设为 1024×1024 以匹配训练比例适用于所有 LTX‑2.3 22B 端点:text-to-video/lora、image-to-video/lora、distilled/text-to-video/lora。
始终以 crtanim, 开头,然后按以下顺序描述:CRT 美学风格 → 色彩搭配 → 动画风格 → 主体 → 构图 → 文字内容(用引号标注)→ 氛围。
示例:
crtanim, a CRT aesthetic with scanlines, green phosphor glow, bloom, chromatic aberration, a terminal typing out exactly "$ ls -la" character by character in glowing green blocky pixel font, a blinking cursor below, static centered composition, low choppy frame rate, hacker mood.Apache 2.0。
作者 @lovisdotio。在 fal 平台训练。