You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4. Configure your API key (below) and restart ComfyUI. Curated nodes appear under the **FAL** category, auto-generated nodes under **FAL/Models/<category>** (e.g. `FAL/Models/text-to-image`), and hand-picked models under **FAL/Featured** — or just search for any model by name.
75
+
3. Configure your API key (below) and restart ComfyUI. Curated nodes appear under the **FAL** category, auto-generated nodes under **FAL/Models/<category>** (e.g. `FAL/Models/text-to-image`), and hand-picked models under **FAL/Featured** — or just search for any model by name.
67
76
68
77
## Configuration
69
78
@@ -169,12 +178,23 @@ The full LoRA-training pipeline needs nothing else: Load Image Folder → Batch
169
178
```
170
179
cd custom_nodes/ComfyUI-fal-API
171
180
git pull
172
-
pip install -r requirements.txt
173
-
```
174
-
3. If you're using ComfyUI Windows Portable, you may need to install fal-client manually:
This project installs Python packages only; it does not replace or modify
191
+
`python.exe`. If the first command itself is blocked or the executable was
192
+
quarantined, review Windows Security **Protection history**. Restore a file
193
+
only when the portable archive came from the official ComfyUI release, or
194
+
re-extract a clean official portable build and move your `models`, `input`,
195
+
`output`, and `user` data across. Avoid disabling antivirus globally. Then
196
+
reinstall this node through ComfyUI Manager, or use the exact embedded-
197
+
interpreter requirements command from the Installation section.
178
198
4.**Dynamic nodes not appearing?** Check the ComfyUI console for a line like `Registered N dynamic fal nodes` at startup. If it says the nodes are disabled, remove `enabled = false` from the `[dynamic_nodes]` section of your `config.ini` (and check the `categories` filter isn't excluding what you're looking for). Any registry loading error is also printed there.
179
199
5.**`VIDEO` output is `None` or video sockets are missing?** Update ComfyUI — native `VIDEO`/`AUDIO` types require a recent ComfyUI version.
180
200
6.**API calls failing?** Failed fal requests raise visible errors that include fal's actual error message (validation issues, content policy, quota). Read the error text in ComfyUI — it usually tells you exactly which parameter to fix.
0 commit comments