Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问许可证需确认审计提醒

fal-realtime实时

Agent Skill

fal-realtime 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,976

周安装

84

GitHub Stars

86

下载量

692
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:fal-realtime(实时)
来源仓库:https://github.com/fal-ai-community/skills
仓库路径:skills/fal-realtime
安装命令:
npx skills add https://github.com/fal-ai-community/skills --skill fal-realtime
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/fal-ai-community/skills --skill fal-realtime

简介

用于查找、检索和筛选相关信息,支持实时交互型任务场景。

  • 适合在关键词驱动下快速定位候选结果与来源线索。
  • 需结合仓库文档确认具体用法,注意潜在的网络与命令执行行为。
  • 安装前应核实权限范围和维护状态,防止非授权系统访问。
  • fal-realtime 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

fal-realtime

Real-time and streaming image generation using fal.ai's fastest models. Results in under 1 second — ideal for interactive applications, live previews, and rapid iteration.

Scripts

ScriptPurpose
realtime.shGenerate images in real-time (sub-second)

Usage

Quick Real-Time Generation

./scripts/realtime.sh --prompt "A cute cat wearing a top hat"

With LoRA

./scripts/realtime.sh --prompt "A portrait in sks style" --lora-url "https://example.com/lora.safetensors"

Multiple Rapid Iterations

./scripts/realtime.sh --prompt "Abstract art with flowing colors, version 1"
./scripts/realtime.sh --prompt "Abstract art with flowing colors, version 2, more vibrant"
./scripts/realtime.sh --prompt "Abstract art with flowing colors, version 3, darker tones"

Arguments

ArgumentDescriptionRequired
--prompt / -pImage descriptionYes
--model / -mModel endpointNo (default: fal-ai/flux-2/klein/realtime)
--sizesquare, landscape, portraitNo (default: square)
--seedRandom seed for reproducibilityNo
--lora-urlURL to LoRA weightsNo
--lora-scaleLoRA influence (0.0-1.0, default: 1.0)No
--num-imagesNumber of images (default: 1)No

Finding Models

To discover the best and latest real-time generation models, use the search API:

# Search for real-time / fast image generation models
bash /mnt/skills/user/fal-generate/scripts/search-models.sh --query "realtime"
bash /mnt/skills/user/fal-generate/scripts/search-models.sh --query "fast image"
bash /mnt/skills/user/fal-generate/scripts/search-models.sh --category "text-to-image"

Or use the search_models MCP tool with keywords like "realtime", "fast", "schnell", "turbo".

When to Use Real-Time vs Standard Generation

Use CaseUse Real-TimeUse Standard
Rapid prototyping / iterationYes
Interactive apps / live previewYes
Final high-quality outputYes (FLUX Dev, Nano Banana Pro)
Professional / commercial workYes (FLUX Pro Ultra)
Exploring prompt ideas quicklyYes
Batch generation with variationsYes

Output Format

{
  "images": [
    {
      "url": "https://fal.media/files/...",
      "content_type": "image/jpeg",
      "width": 1024,
      "height": 1024
    }
  ],
  "seed": 12345,
  "has_nsfw_concepts": [false]
}

Tips

  • Real-time models use fewer inference steps — prompts should be clear and concise
  • Use --seed to lock in a good composition, then iterate on the prompt
  • LoRA support works with FLUX Klein Realtime — great for style-locked fast iteration
  • These models use the synchronous API (no queue), so results are instant

适合场景

01

文本生成图片

02

图片风格化

03

产品图和创意图

04

需要 FLUX 模型时

能力概览

能力 1

调用 FLUX 图像模型

能力 2

支持文本生图和图像改写

能力 3

覆盖 LoRA 或风格适配

能力 4

适合创意视觉生成

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.35%
按下载量换算258

Claude

30.8%
按下载量换算213

Cursor

17.19%
按下载量换算119

Gemini CLI

9.2%
按下载量换算64

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills