ComfyUI-fal-API

(β˜… 205)

Production-ready ComfyUI custom nodes for 1,400+ fal.ai models, auto-updated image, video, audio, LLM and VLM APIs with native media, caching and cost controls.

  • .gitignore
  • __init__.py
  • CITATION.cff
  • config.ini
  • config.ini.example
  • CONTRIBUTING.md
  • LICENSE
  • MODELS.md
  • pyproject.toml
  • README.md
  • requirements.txt

# Installation Guide

1. Get the code
git clone https://github.com/gokayfem/ComfyUI-fal-API

Downloads the entire project code from GitHub to your computer.

cd ComfyUI-fal-API

Moves into the project folder you just downloaded.

2. Python

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Python 3 On Windows, be sure to check 'Add Python to PATH' during installation.
python -m pip install -r requirements.txt

Installs the Python libraries listed in requirements.txt (or similar).

.\python_embeded\python.exe -m pip install -r .\ComfyUI\custom_nodes\ComfyUI-fal-API\requirements.txt

Installs the Python libraries listed in requirements.txt (or similar).

Do not keep rerunning `pip`. From the portable root, first check the exact

Type this command into your terminal and run it.

βœ… If it runs without errors and prints output in the terminal, it worked.

Pulled directly from this repo's README.

// repository documentation