Image Style Filter
Instagram-style presets for ComfyUI, via Pilgram
This one's straightforward: it applies Instagram-style filter presets to an image - the README literally says it uses Pilgram, a real Python library that reimplements Instagram's classic CSS filters (1977, Aden, Brooklyn, Clarendon, and the rest of that familiar set) programmatically. No AI, no model weights, just the same color-grading math Instagram used to ship.
Why you'd use it
It's a fast, deterministic way to grade a batch of images toward a consistent look without hand-tuning curves yourself. If you're producing social-style content and want that recognizable filtered aesthetic, or you just want a quick, repeatable mood shift (warmer, cooler, higher contrast, faded) applied uniformly across a batch, this does it in one node with none of the fiddliness of manually stacking color adjustment nodes. It's not going to compete with a proper film-emulation LUT workflow for precision, but for "make this look like it came out of a phone camera filter," it's exactly the tool.
What it needs
The image, and which named filter preset to apply. Pilgram ships a fixed set of named presets rather than continuous sliders - you're picking a look, not dialing one in from scratch - which is honestly part of the appeal: it's fast because there's nothing to tune.
Installing it
Through ComfyUI Manager: search "WAS Node Suite", install, restart. Manually:
cd ComfyUI/custom_nodes
git clone https://github.com/WASasquatch/was-node-suite-comfyui
cd was-node-suite-comfyui
pip install -r requirements.txt
This is one of the few nodes in the suite with a named, specific dependency worth calling out: it needs the pilgram package. The suite is supposed to install it automatically on first run, but if the node throws an import error the moment you try to use it (as opposed to the whole suite failing to load at startup), try pip install pilgram directly inside your ComfyUI environment - portable users run python_embeded\python.exe -s -m pip install pilgram.
Troubleshooting
Most issues with this node trace back to that pilgram dependency specifically failing its auto-install rather than anything about the filter logic - the presets themselves are simple, well-tested CSS-filter math that isn't going to behave inconsistently once pilgram is actually present.
The broader WAS Node Suite caveat still applies underneath that: the pack hasn't been actively maintained since December 2023, so a ComfyUI core update can occasionally break the suite's import at startup over an unrelated pinned dependency (BLIP support is the usual repeat offender). If Image Style Filter is missing entirely rather than erroring when used, check the console at startup first - that's a suite-wide import failure, not this node specifically.
Inputs (0)
No inputs
Outputs (0)
No outputs